aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-07-05 16:13:05 -0500
committerTed Gould <ted@gould.cx>2011-07-05 16:13:05 -0500
commit7797504facc6bb176c07b692abfbb7eadc76b5a6 (patch)
treed7d33e9434c08a531c62b32ef2d4d58fd497a772
parent5a535d109e640256aa86ce7bb16d458ef1f60890 (diff)
downloadlibayatana-indicator-7797504facc6bb176c07b692abfbb7eadc76b5a6.tar.gz
libayatana-indicator-7797504facc6bb176c07b692abfbb7eadc76b5a6.tar.bz2
libayatana-indicator-7797504facc6bb176c07b692abfbb7eadc76b5a6.zip
Adding the naming hint to the entry structure
-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 5faeff5..be7d43e 100644
--- a/libindicator/indicator-object.h
+++ b/libindicator/indicator-object.h
@@ -150,6 +150,8 @@ struct _IndicatorObject {
@menu: The menu to be added to the menubar
@accessible_desc: The accessible description
of the indicator
+ @name_hint: A name to describe the indicator being placed to allow
+ the caller to be more aware of the individual entries.
@reserved1: Reserved for future use
@reserved2: Reserved for future use
@@ -161,6 +163,7 @@ struct _IndicatorObjectEntry {
GtkImage * image;
GtkMenu * menu;
const gchar * accessible_desc;
+ const gchar * name_hint;
void (*reserved1) (void);
void (*reserved2) (void);