diff options
| author | Ted Gould <ted@gould.cx> | 2010-03-11 10:22:17 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-03-11 10:22:17 -0600 |
| commit | b4ca4f6ff3d2176b42cad8ec5e5970452d83edb9 (patch) | |
| tree | f8d4306e87a72a5051f54f5f1c006a292f222b5a /libindicator/indicator-image-helper.h | |
| parent | fc87fda00e8e42d5a212a199a6f9e8d350388905 (diff) | |
| download | libayatana-indicator-b4ca4f6ff3d2176b42cad8ec5e5970452d83edb9.tar.gz libayatana-indicator-b4ca4f6ff3d2176b42cad8ec5e5970452d83edb9.tar.bz2 libayatana-indicator-b4ca4f6ff3d2176b42cad8ec5e5970452d83edb9.zip | |
Splitting things out into an update function and a buid function.
Diffstat (limited to 'libindicator/indicator-image-helper.h')
| -rw-r--r-- | libindicator/indicator-image-helper.h | 4 |
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__ */ |
