diff options
author | Ted Gould <ted@gould.cx> | 2010-08-12 13:52:34 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-12 13:52:34 -0500 |
commit | 0d7fd31a80004f13ba3e7ffc608660a9cfe351d2 (patch) | |
tree | 8d30459d833dc68af1363449936f46fecc7746ab /src/application-service-appstore.h | |
parent | 863cd1c1debec979f11ca59c8fbf4ed129183edf (diff) | |
parent | d81670cc9cf081b1296561d9da2176975da7643b (diff) | |
download | libayatana-appindicator-0d7fd31a80004f13ba3e7ffc608660a9cfe351d2.tar.gz libayatana-appindicator-0d7fd31a80004f13ba3e7ffc608660a9cfe351d2.tar.bz2 libayatana-appindicator-0d7fd31a80004f13ba3e7ffc608660a9cfe351d2.zip |
Import upstream version 0.2.4
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r-- | src/application-service-appstore.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/application-service-appstore.h b/src/application-service-appstore.h index e8ba8c1..73f6a9d 100644 --- a/src/application-service-appstore.h +++ b/src/application-service-appstore.h @@ -25,7 +25,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <glib.h> #include <glib-object.h> -#include "application-service-lru-file.h" G_BEGIN_DECLS @@ -46,6 +45,8 @@ struct _ApplicationServiceAppstoreClass { 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); + void (*application_icon_theme_path_changed)(ApplicationServiceAppstore * appstore, gint, const gchar *, gpointer); + void (*application_label_changed)(ApplicationServiceAppstore * appstore, gint, const gchar *, const gchar *, gpointer); }; struct _ApplicationServiceAppstore { @@ -54,7 +55,7 @@ struct _ApplicationServiceAppstore { ApplicationServiceAppstorePrivate * priv; }; -ApplicationServiceAppstore * application_service_appstore_new (AppLruFile * lrufile); +ApplicationServiceAppstore * application_service_appstore_new (void); GType application_service_appstore_get_type (void); void application_service_appstore_application_add (ApplicationServiceAppstore * appstore, const gchar * dbus_name, |