* clutter/clutter-frame-source.h: Added the missing G_BEGIN_DECLS
and G_END_DECLS
This commit is contained in:
parent
fabed98362
commit
046cebf4ac
@ -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>
|
||||
|
||||
* clutter/sdl/clutter-backend-sdl.c:
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user