diff options
author | Ted Gould <ted@gould.cx> | 2012-02-03 14:41:17 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-03 14:41:17 -0600 |
commit | 57f1cab18bd5cf92612988f66ce2fed7df9cfdf4 (patch) | |
tree | 9d2e8fff9c4df70c102b3bfe22c0cc15848222ad /src/app-indicator.h | |
parent | 6516e720bded3ad85f051ebb8d6db926596a2ca6 (diff) | |
parent | 7256c1864e94cf172a4c487a5f434e58f6f71666 (diff) | |
download | libayatana-appindicator-57f1cab18bd5cf92612988f66ce2fed7df9cfdf4.tar.gz libayatana-appindicator-57f1cab18bd5cf92612988f66ce2fed7df9cfdf4.tar.bz2 libayatana-appindicator-57f1cab18bd5cf92612988f66ce2fed7df9cfdf4.zip |
* New upstream release.
* Fix include with Dbusmenu 0.5.90
* Fix GTK3 include paths in pkgconfig file (LP: #869373)
* Add title property (LP: #923971)
* Don't specify pyglib-2.0-python2.6 in LDFLAGS
* fix fallback icon of the GtkStatusIcon (LP: #820080)
Diffstat (limited to 'src/app-indicator.h')
-rw-r--r-- | src/app-indicator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app-indicator.h b/src/app-indicator.h index 6922248..8ae20b0 100644 --- a/src/app-indicator.h +++ b/src/app-indicator.h @@ -285,6 +285,8 @@ void app_indicator_set_ordering_index (AppIndicator guint32 ordering_index); void app_indicator_set_secondary_activate_target (AppIndicator *self, GtkWidget *menuitem); +void app_indicator_set_title (AppIndicator *self, + const gchar *title); /* Get properties */ const gchar * app_indicator_get_id (AppIndicator *self); @@ -295,6 +297,7 @@ const gchar * app_indicator_get_icon_desc (AppIndic const gchar * app_indicator_get_icon_theme_path (AppIndicator *self); const gchar * app_indicator_get_attention_icon (AppIndicator *self); const gchar * app_indicator_get_attention_icon_desc (AppIndicator *self); +const gchar * app_indicator_get_title (AppIndicator *self); GtkMenu * app_indicator_get_menu (AppIndicator *self); const gchar * app_indicator_get_label (AppIndicator *self); |