diff options
author | Ted Gould <ted@gould.cx> | 2010-01-08 10:18:57 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-08 10:18:57 -0600 |
commit | a5753822cc80f3f579aa61801b54134b3baa8076 (patch) | |
tree | 1420a809e796c5af35fd2f4656f11b60eec12c4d /src/libappindicator/app-indicator.h | |
parent | 1c834b9b1e97a7a2ef552a5cdff726f3d4e6194a (diff) | |
parent | 8226d6c8f8870be9d2902fcd2137b242f2559da8 (diff) | |
download | ayatana-indicator-application-a5753822cc80f3f579aa61801b54134b3baa8076.tar.gz ayatana-indicator-application-a5753822cc80f3f579aa61801b54134b3baa8076.tar.bz2 ayatana-indicator-application-a5753822cc80f3f579aa61801b54134b3baa8076.zip |
Adding in the ability for applications to specify a directory path to get added to the icon theme search path.
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 fa3e301..a680c33 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, |