| Top |
Functions
| NcmDataFunnel * | ncm_data_funnel_new () |
| NcmDataFunnel * | ncm_data_funnel_ref () |
| void | ncm_data_funnel_free () |
| void | ncm_data_funnel_clear () |
Functions
ncm_data_funnel_ref ()
NcmDataFunnel *
ncm_data_funnel_ref (NcmDataFunnel *dfu);
Increases the reference count of dfu
by one.
ncm_data_funnel_free ()
void
ncm_data_funnel_free (NcmDataFunnel *dfu);
Decreases the reference count of dfu
by one.
ncm_data_funnel_clear ()
void
ncm_data_funnel_clear (NcmDataFunnel **dfu);
If dfu
is different from NULL, decreases the reference count of
dfu
by one and sets dfu
to NULL.