1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-09-29 04:25:57 -04:00

Cleanup: Corrected reference to refobject_new() to igloo_ro_new()

This commit is contained in:
Philipp Schafft 2019-10-06 08:56:10 +00:00
parent fd5f4b896d
commit b9dd0ee031
4 changed files with 6 additions and 6 deletions

View File

@ -65,7 +65,7 @@ typedef struct {
* backend_userdata
* A userdata pointer used by the backend or NULL.
* name, associated
* See refobject_new().
* See igloo_ro_new().
*/
igloo_filter_t * igloo_filter_new(const igloo_filter_ifdesc_t *ifdesc, igloo_ro_t backend_object, void *backend_userdata, const char *name, igloo_ro_t associated, igloo_ro_t instance);

View File

@ -129,7 +129,7 @@ typedef struct {
* backend_userdata
* A userdata pointer used by the backend or NULL.
* name, associated
* See refobject_new().
* See igloo_ro_new().
*/
igloo_io_t * igloo_io_new(const igloo_io_ifdesc_t *ifdesc, igloo_ro_t backend_object, void *backend_userdata, const char *name, igloo_ro_t associated, igloo_ro_t instance);

View File

@ -78,7 +78,7 @@ typedef unsigned long int igloo_logmsg_opt_t;
/* This creates a new log message.
* Parameters:
* name, associated
* See refobject_new().
* See igloo_ro_new().
* msgid
* Message ID used to correlate messages of the same type.
* Used e.g. with igloo_LOGMSG_OPT_ASKACK.
@ -162,7 +162,7 @@ int igloo_logmsg_get_extra(igloo_logmsg_t *msg, igloo_logmsg_opt_t *options, igl
* Subformat to use. NULL for default.
* Must be NULL.
* name, associated
* See refobject_new().
* See igloo_ro_new().
*/
igloo_objecthandler_t * igloo_logmsg_formarter(igloo_ro_t backend, const char *subformat, const char *name, igloo_ro_t associated, igloo_ro_t instance);
@ -183,7 +183,7 @@ igloo_objecthandler_t * igloo_logmsg_formarter(igloo_ro_t backend, const char *
* cat
* Message category/module or NULL.
* name, associated
* See refobject_new().
* See igloo_ro_new().
*/
igloo_filter_t * igloo_logmsg_filter(igloo_loglevel_t level_min, igloo_loglevel_t level_max, igloo_logmsg_opt_t options_required, igloo_logmsg_opt_t options_absent, const struct timespec * ts_min, const struct timespec * ts_max, const char *cat, const char *name, igloo_ro_t associated, igloo_ro_t instance);

View File

@ -69,7 +69,7 @@ typedef struct {
* backend_userdata
* A userdata pointer used by the backend or NULL.
* name, associated
* See refobject_new().
* See igloo_ro_new().
*/
igloo_objecthandler_t * igloo_objecthandler_new(const igloo_objecthandler_ifdesc_t *ifdesc, igloo_ro_t backend_object, void *backend_userdata, const char *name, igloo_ro_t associated, igloo_ro_t instance);