Top |
NcmDataFunnel * | ncm_data_funnel_new () |
NcmDataFunnel * | ncm_data_funnel_ref () |
void | ncm_data_funnel_free () |
void | ncm_data_funnel_clear () |
NcmDataFunnel *
ncm_data_funnel_ref (NcmDataFunnel *dfu
);
Increases the reference count of dfu
by one.
void
ncm_data_funnel_free (NcmDataFunnel *dfu
);
Decreases the reference count of dfu
by one.
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.