diff options
author | Ted Gould <ted@gould.cx> | 2009-12-20 17:11:23 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-20 17:11:23 -0600 |
commit | c44c00bdd91e0e5bf3010b0a7ac511b60c443370 (patch) | |
tree | 06ff7a6cca6a404f6b5d244864386e5d65860806 /src/libappindicator/app-indicator.h | |
parent | 2f82dde7ca1c76ffd665120ea5576c46c353b6f1 (diff) | |
download | libayatana-appindicator-c44c00bdd91e0e5bf3010b0a7ac511b60c443370.tar.gz libayatana-appindicator-c44c00bdd91e0e5bf3010b0a7ac511b60c443370.tar.bz2 libayatana-appindicator-c44c00bdd91e0e5bf3010b0a7ac511b60c443370.zip |
Making the icon-path property construct only and making a constructor to set it.
Diffstat (limited to 'src/libappindicator/app-indicator.h')
-rw-r--r-- | src/libappindicator/app-indicator.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libappindicator/app-indicator.h b/src/libappindicator/app-indicator.h index e966a49..52438f6 100644 --- a/src/libappindicator/app-indicator.h +++ b/src/libappindicator/app-indicator.h @@ -202,6 +202,10 @@ GType app_indicator_get_type (void) G_GNUC_C AppIndicator *app_indicator_new (const gchar *id, const gchar *icon_name, AppIndicatorCategory category); +AppIndicator *app_indicator_new_with_path (const gchar *id, + const gchar *icon_name, + AppIndicatorCategory category, + const gchar *icon_path); /* Set properties */ void app_indicator_set_status (AppIndicator *self, |