[glib] Remove leftover definition from gactiongroup.h
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Remove leftover definition from gactiongroup.h
- Date: Mon, 1 Nov 2010 03:11:52 +0000 (UTC)
commit 71dcc5ce80e33ac2f5cfd2de7acc392de2cb5d45
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Oct 31 23:10:41 2010 -0400
Remove leftover definition from gactiongroup.h
GContextActionGroupInterface is not currently used anywhere.
gio/gactiongroup.h | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
---
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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]