summaryrefslogtreecommitdiff
path: root/gtk/gtkradioaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkradioaction.h')
-rw-r--r--gtk/gtkradioaction.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkradioaction.h b/gtk/gtkradioaction.h
index bfeba215e4..3617a239b2 100644
--- a/gtk/gtkradioaction.h
+++ b/gtk/gtkradioaction.h
@@ -32,6 +32,8 @@
#include <gtk/gtktoggleaction.h>
+G_BEGIN_DECLS
+
#define GTK_TYPE_RADIO_ACTION (gtk_radio_action_get_type ())
#define GTK_RADIO_ACTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_RADIO_ACTION, GtkRadioAction))
#define GTK_RADIO_ACTION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_RADIO_ACTION, GtkRadioActionClass))
@@ -72,4 +74,6 @@ void gtk_radio_action_set_group (GtkRadioAction *action,
GSList *group);
gint gtk_radio_action_get_current_value (GtkRadioAction *action);
+G_END_DECLS
+
#endif /* __GTK_RADIO_ACTION_H__ */