mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-11-03 04:17:20 -05:00
Cleanup: Corrected reference to refobject_new() to igloo_ro_new()
This commit is contained in:
parent
fd5f4b896d
commit
b9dd0ee031
@ -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);
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user