diff options
author | Ted Gould <ted@gould.cx> | 2010-08-03 15:12:23 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-03 15:12:23 -0500 |
commit | 706a72b9b2a36c39ce274a2508031b4cc0f4bb2e (patch) | |
tree | 3894abbe41ad7cfb540a92c93639e4b9c600896a /src/app-indicator.h | |
parent | e541156e92220917a58ff8abce1cfa235dc343f1 (diff) | |
download | libayatana-appindicator-706a72b9b2a36c39ce274a2508031b4cc0f4bb2e.tar.gz libayatana-appindicator-706a72b9b2a36c39ce274a2508031b4cc0f4bb2e.tar.bz2 libayatana-appindicator-706a72b9b2a36c39ce274a2508031b4cc0f4bb2e.zip |
Adding in the convience wrappers
Diffstat (limited to 'src/app-indicator.h')
-rw-r--r-- | src/app-indicator.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app-indicator.h b/src/app-indicator.h index e37abd4..767cf72 100644 --- a/src/app-indicator.h +++ b/src/app-indicator.h @@ -226,6 +226,9 @@ void app_indicator_set_menu (AppIndicator GtkMenu *menu); void app_indicator_set_icon (AppIndicator *self, const gchar *icon_name); +void app_indicator_set_label (AppIndicator *self, + const gchar *label, + const gchar *guide); /* Get properties */ const gchar * app_indicator_get_id (AppIndicator *self); @@ -234,6 +237,8 @@ AppIndicatorStatus app_indicator_get_status (AppIndicator * const gchar * app_indicator_get_icon (AppIndicator *self); const gchar * app_indicator_get_attention_icon (AppIndicator *self); GtkMenu * app_indicator_get_menu (AppIndicator *self); +const gchar * app_indicator_get_label (AppIndicator *self); +const gchar * app_indicator_get_label_guide (AppIndicator *self); G_END_DECLS |