diff options
author | Sense Egbert Hofstede <sense@ubuntu.com> | 2010-08-24 16:04:05 +0200 |
---|---|---|
committer | Sense Egbert Hofstede <sense@ubuntu.com> | 2010-08-24 16:04:05 +0200 |
commit | c553ba560850d76ee92d705bfc37a0fa39a37d72 (patch) | |
tree | 1e7542e2f2768bf97fbe65a7a6efc6d243863166 /src/application-service-appstore.h | |
parent | 1a0c666b3461d13265a52d35e38d260d975f02aa (diff) | |
parent | b51c1debf9807ad357564975c394badbafccaa1b (diff) | |
download | libayatana-appindicator-c553ba560850d76ee92d705bfc37a0fa39a37d72.tar.gz libayatana-appindicator-c553ba560850d76ee92d705bfc37a0fa39a37d72.tar.bz2 libayatana-appindicator-c553ba560850d76ee92d705bfc37a0fa39a37d72.zip |
Merging with trunk
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, |