Index: libxfcegui4/gtk_style.h =================================================================== --- libxfcegui4/gtk_style.h (revision 29490) +++ libxfcegui4/gtk_style.h (working copy) @@ -24,9 +24,13 @@ #include #include +G_BEGIN_DECLS + gchar *get_style (GtkWidget *widget, const gchar *name, const gchar *state); GdkGC *get_style_gc (GtkWidget *widget, const gchar *state, const gchar *style); PangoFontDescription *get_font_desc (GtkWidget *widget); PangoContext *pango_get_context (GtkWidget *widget); +G_END_DECLS + #endif Index: libxfcegui4/dialogs.h =================================================================== --- libxfcegui4/dialogs.h (revision 29490) +++ libxfcegui4/dialogs.h (working copy) @@ -28,6 +28,8 @@ #include #include +G_BEGIN_DECLS + /* new wrappers aroung gtk_message_dialog */ #ifndef XFCE_DISABLE_DEPRECATED @@ -84,4 +86,6 @@ GtkWidget *xfce_create_mixed_button (const gchar *stock, const gchar *text); +G_END_DECLS + #endif /* _LIBXFCEGUI4_DIALOGS_H */