aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-object.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-01-12 14:51:30 +0100
committerCharles Kerr <charles.kerr@canonical.com>2012-01-12 14:51:30 +0100
commitd3392a98f7b2ceb1bb4fce4a41feed261012346d (patch)
tree8cc12a94479a609e0c1f7e3db114199646db9796 /libindicator/indicator-object.h
parenta5c78749b6a655f3f54d2d9f69302b11d53a3059 (diff)
downloadlibayatana-indicator-d3392a98f7b2ceb1bb4fce4a41feed261012346d.tar.gz
libayatana-indicator-d3392a98f7b2ceb1bb4fce4a41feed261012346d.tar.bz2
libayatana-indicator-d3392a98f7b2ceb1bb4fce4a41feed261012346d.zip
initial revision for GSettings/GtkMenu visibility support
Diffstat (limited to 'libindicator/indicator-object.h')
-rw-r--r--libindicator/indicator-object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libindicator/indicator-object.h b/libindicator/indicator-object.h
index 3a120f5..51ca758 100644
--- a/libindicator/indicator-object.h
+++ b/libindicator/indicator-object.h
@@ -60,6 +60,9 @@ typedef enum
#define INDICATOR_OBJECT_SIGNAL_SECONDARY_ACTIVATE "secondary-activate"
#define INDICATOR_OBJECT_SIGNAL_SECONDARY_ACTIVATE_ID (g_signal_lookup(INDICATOR_OBJECT_SIGNAL_SECONDARY_ACTIVATE, INDICATOR_OBJECT_TYPE))
+/* the name of the GSettings schema-id property */
+#define INDICATOR_OBJECT_GSETTINGS_SCHEMA_ID "gsettings-schema-id"
+
typedef struct _IndicatorObject IndicatorObject;
typedef struct _IndicatorObjectClass IndicatorObjectClass;
typedef struct _IndicatorObjectPrivate IndicatorObjectPrivate;