gsourceclosure.h File Reference

__G_SOURCECLOSURE_H__

g_source_set_closure ( GSource *, GClosure * )

G_BEGIN_DECLS IMPORT_C voidg_source_set_closure(GSource *source,
GClosure *closure
)

g_source_set_closure: : the source : a GClosure

Set the callback for a source as a GClosure.

If the source is not one of the standard GLib types, the and fields of the GSourceFuncs structure must have been filled in with pointers to appropriate functions.

g_io_channel_get_type ( void )

IMPORT_C GTypeg_io_channel_get_type(void)

g_io_condition_get_type ( void )

IMPORT_C GTypeg_io_condition_get_type(void)

G_TYPE_IO_CHANNEL

G_TYPE_IO_CHANNEL:

The GType for GIOChannel.

G_TYPE_IO_CONDITION

G_TYPE_IO_CONDITION:

The GType for GIOCondition.