* clutter/clutter-frame-source.h: Added the missing G_BEGIN_DECLS

and G_END_DECLS
This commit is contained in:
Neil Roberts 2008-05-07 15:16:48 +00:00
parent fabed98362
commit 046cebf4ac
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-05-07 Neil Roberts <neil@o-hand.com>
* clutter/clutter-frame-source.h: Added the missing G_BEGIN_DECLS
and G_END_DECLS
2008-05-07 Emmanuele Bassi <ebassi@openedhand.com> 2008-05-07 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/sdl/clutter-backend-sdl.c: * clutter/sdl/clutter-backend-sdl.c:

View File

@ -28,6 +28,8 @@
#include <glib.h> #include <glib.h>
G_BEGIN_DECLS
guint clutter_frame_source_add (guint interval, guint clutter_frame_source_add (guint interval,
GSourceFunc function, GSourceFunc function,
gpointer data); gpointer data);
@ -38,4 +40,6 @@ guint clutter_frame_source_add_full (gint priority,
gpointer data, gpointer data,
GDestroyNotify notify); GDestroyNotify notify);
G_END_DECLS
#endif /* _CLUTTER_FRAME_SOURCE_H */ #endif /* _CLUTTER_FRAME_SOURCE_H */