diff --git a/ChangeLog b/ChangeLog index d9543fd4a..322a949f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-07 Neil Roberts + + * clutter/clutter-frame-source.h: Added the missing G_BEGIN_DECLS + and G_END_DECLS + 2008-05-07 Emmanuele Bassi * clutter/sdl/clutter-backend-sdl.c: diff --git a/clutter/clutter-frame-source.h b/clutter/clutter-frame-source.h index 980dcbe55..bc55dbcf1 100644 --- a/clutter/clutter-frame-source.h +++ b/clutter/clutter-frame-source.h @@ -28,6 +28,8 @@ #include +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 */