* 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

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