gsourceclosure.h   gsourceclosure.h 
skipping to change at line 30 skipping to change at line 30
#error "Only <glib-object.h> can be included directly." #error "Only <glib-object.h> can be included directly."
#endif #endif
#ifndef __G_SOURCECLOSURE_H__ #ifndef __G_SOURCECLOSURE_H__
#define __G_SOURCECLOSURE_H__ #define __G_SOURCECLOSURE_H__
#include <gobject/gclosure.h> #include <gobject/gclosure.h>
G_BEGIN_DECLS G_BEGIN_DECLS
void g_source_set_closure (GSource *source, void g_source_set_closure (GSource *source,
GClosure *closure); GClosure *closure);
void g_source_set_dummy_callback (GSource *source);
GType g_io_channel_get_type (void); GType g_io_channel_get_type (void);
GType g_io_condition_get_type (void); GType g_io_condition_get_type (void);
/** /**
* G_TYPE_IO_CHANNEL: * G_TYPE_IO_CHANNEL:
* *
* The #GType for #GIOChannel. * The #GType for #GIOChannel.
*/ */
#define G_TYPE_IO_CHANNEL (g_io_channel_get_type ()) #define G_TYPE_IO_CHANNEL (g_io_channel_get_type ())
 End of changes. 1 change blocks. 
2 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/