From: Matthias Clasen Date: Mon, 1 Nov 2010 03:10:41 +0000 (-0400) Subject: Remove leftover definition from gactiongroup.h X-Git-Tag: 2.27.2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71dcc5ce80e33ac2f5cfd2de7acc392de2cb5d45;p=platform%2Fupstream%2Fglib.git Remove leftover definition from gactiongroup.h GContextActionGroupInterface is not currently used anywhere. --- diff --git a/gio/gactiongroup.h b/gio/gactiongroup.h index 2fa4831..7ad9a9d 100644 --- a/gio/gactiongroup.h +++ b/gio/gactiongroup.h @@ -46,7 +46,6 @@ G_BEGIN_DECLS #define G_ACTION_GROUP_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), \ G_TYPE_ACTION_GROUP, GActionGroupInterface)) -typedef struct _GContextActionGroupInterface GContextActionGroupInterface; typedef struct _GActionGroupInterface GActionGroupInterface; /** @@ -115,20 +114,6 @@ struct _GActionGroupInterface GVariant *value); }; -struct _GContextActionGroupInterface -{ - void (* change_action_state) (GActionGroup *action_group, - const gchar *action_name, - GVariant *value, - GVariant *context); - - void (* activate_action) (GActionGroup *action_group, - const gchar *action_name, - GVariant *parameter, - GVariant *context); -}; - - GType g_action_group_get_type (void) G_GNUC_CONST; gboolean g_action_group_has_action (GActionGroup *action_group,