* clutter/clutter-frame-source.h: Added the missing G_BEGIN_DECLS
and G_END_DECLS
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user