| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| #ifndef __G_SOURCECLOSURE_H__ |
| #define __G_SOURCECLOSURE_H__ |
| |
| #if !defined (__GLIB_GOBJECT_H_INSIDE__) && !defined (GOBJECT_COMPILATION) |
| #error "Only <glib-object.h> can be included directly." |
| #endif |
| |
| #include <gobject/gclosure.h> |
| #include <gobject/glib-types.h> |
| |
| G_BEGIN_DECLS |
| |
| GLIB_AVAILABLE_IN_ALL |
| void g_source_set_closure (GSource *source, |
| GClosure *closure); |
| |
| GLIB_AVAILABLE_IN_ALL |
| void g_source_set_dummy_callback (GSource *source); |
| |
| G_END_DECLS |
| |
| #endif |