summaryrefslogtreecommitdiff
path: root/gio/gsimpleaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gsimpleaction.h')
-rw-r--r--gio/gsimpleaction.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gio/gsimpleaction.h b/gio/gsimpleaction.h
index d954d6696..b89b1a906 100644
--- a/gio/gsimpleaction.h
+++ b/gio/gsimpleaction.h
@@ -36,15 +36,19 @@ G_BEGIN_DECLS
#define G_IS_SIMPLE_ACTION(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), \
G_TYPE_SIMPLE_ACTION))
+GLIB_AVAILABLE_IN_ALL
GType g_simple_action_get_type (void) G_GNUC_CONST;
+GLIB_AVAILABLE_IN_ALL
GSimpleAction * g_simple_action_new (const gchar *name,
const GVariantType *parameter_type);
+GLIB_AVAILABLE_IN_ALL
GSimpleAction * g_simple_action_new_stateful (const gchar *name,
const GVariantType *parameter_type,
GVariant *state);
+GLIB_AVAILABLE_IN_ALL
void g_simple_action_set_enabled (GSimpleAction *simple,
gboolean enabled);