aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-image-helper.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-11 14:10:42 -0600
committerTed Gould <ted@gould.cx>2010-03-11 14:10:42 -0600
commit8e82b02a0cd6c51904abb0730d41b2fd654a2174 (patch)
tree22220ffb54f4b58de1995565479f3841b6b86d0d /libindicator/indicator-image-helper.h
parentfc87fda00e8e42d5a212a199a6f9e8d350388905 (diff)
parenta6ecf4a5b44ae4179d17d1f78da80ced04209b32 (diff)
downloadlibayatana-indicator-8e82b02a0cd6c51904abb0730d41b2fd654a2174.tar.gz
libayatana-indicator-8e82b02a0cd6c51904abb0730d41b2fd654a2174.tar.bz2
libayatana-indicator-8e82b02a0cd6c51904abb0730d41b2fd654a2174.zip
Creating a function to update the icon to a new name.
Diffstat (limited to 'libindicator/indicator-image-helper.h')
-rw-r--r--libindicator/indicator-image-helper.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libindicator/indicator-image-helper.h b/libindicator/indicator-image-helper.h
index fed02dc..77e2f0a 100644
--- a/libindicator/indicator-image-helper.h
+++ b/libindicator/indicator-image-helper.h
@@ -26,6 +26,8 @@ License along with this library. If not, see
#include <gtk/gtk.h>
-GtkImage * indicator_image_helper (const gchar * name);
+GtkImage * indicator_image_helper (const gchar * name);
+void indicator_image_helper_update (GtkImage * image,
+ const gchar * name);
#endif /* __INDICATOR_IMAGE_HELPER_H__ */