aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-08 15:35:23 -0600
committerTed Gould <ted@gould.cx>2010-01-08 15:35:23 -0600
commit98237f0789319b6133411618d505a2c945e669a5 (patch)
treeab1abf5193e2cddec2e6df706506d5043919e133 /src/application-service-appstore.h
parenta5753822cc80f3f579aa61801b54134b3baa8076 (diff)
parentbb71fc2d4c0b555f23940b8c9d4f6973307cbd20 (diff)
downloadayatana-indicator-application-98237f0789319b6133411618d505a2c945e669a5.tar.gz
ayatana-indicator-application-98237f0789319b6133411618d505a2c945e669a5.tar.bz2
ayatana-indicator-application-98237f0789319b6133411618d505a2c945e669a5.zip
Supporting icons changing and status changing.
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r--src/application-service-appstore.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/application-service-appstore.h b/src/application-service-appstore.h
index edf1a37..6bd7a01 100644
--- a/src/application-service-appstore.h
+++ b/src/application-service-appstore.h
@@ -40,13 +40,14 @@ typedef struct _ApplicationServiceAppstoreClass ApplicationServiceAppstoreClass;
struct _ApplicationServiceAppstoreClass {
GObjectClass parent_class;
+
+ void (*application_added) (ApplicationServiceAppstore * appstore, gchar *, gint, gchar *, gchar *, gpointer);
+ void (*application_removed) (ApplicationServiceAppstore * appstore, gint, gpointer);
+ void (*application_icon_changed)(ApplicationServiceAppstore * appstore, gint, const gchar *, gpointer);
};
struct _ApplicationServiceAppstore {
GObject parent;
-
- void (*application_added) (ApplicationServiceAppstore * appstore, gchar *, gint, gchar *, gchar *, gpointer);
- void (*application_removed) (ApplicationServiceAppstore * appstore, gint, gpointer);
};
GType application_service_appstore_get_type (void);