aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.h
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-08-12 16:32:18 -0400
committerKen VanDine <ken.vandine@canonical.com>2010-08-12 16:32:18 -0400
commit2840a6f037bb7e5b366090519603f6706a26b704 (patch)
tree72f1888f6b4f198ba20c1267b07cdf594a7fcd90 /src/application-service-appstore.h
parent77beabaa23a8ff37b5c0060647ba3988dc27e13e (diff)
parent2368f530f2ada528bdfee8922088e7f836441d77 (diff)
downloadlibayatana-appindicator-2840a6f037bb7e5b366090519603f6706a26b704.tar.gz
libayatana-appindicator-2840a6f037bb7e5b366090519603f6706a26b704.tar.bz2
libayatana-appindicator-2840a6f037bb7e5b366090519603f6706a26b704.zip
releasing version 0.2.4-0ubuntu10.2.4-0ubuntu1
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r--src/application-service-appstore.h5
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,