aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-09 15:04:30 -0500
committerTed Gould <ted@gould.cx>2010-07-09 15:04:30 -0500
commitfb4da4abb85c6c9ada6c47766bb46445617db440 (patch)
tree74325ee2c28c3b1389265a41ff72ad69e2ee2c5e /src/application-service-appstore.h
parenta8aac3aa0fd375c258579df7bc9db031900966dd (diff)
parent1ddd622e7f2ab0142c826459e1a38fec926c4dc6 (diff)
downloadayatana-indicator-application-fb4da4abb85c6c9ada6c47766bb46445617db440.tar.gz
ayatana-indicator-application-fb4da4abb85c6c9ada6c47766bb46445617db440.tar.bz2
ayatana-indicator-application-fb4da4abb85c6c9ada6c47766bb46445617db440.zip
Sync to trunk
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r--src/application-service-appstore.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/application-service-appstore.h b/src/application-service-appstore.h
index d2e0013..86d989b 100644
--- a/src/application-service-appstore.h
+++ b/src/application-service-appstore.h
@@ -38,6 +38,7 @@ G_BEGIN_DECLS
typedef struct _ApplicationServiceAppstore ApplicationServiceAppstore;
typedef struct _ApplicationServiceAppstoreClass ApplicationServiceAppstoreClass;
+typedef struct _ApplicationServiceAppstorePrivate ApplicationServiceAppstorePrivate;
struct _ApplicationServiceAppstoreClass {
GObjectClass parent_class;
@@ -49,6 +50,8 @@ struct _ApplicationServiceAppstoreClass {
struct _ApplicationServiceAppstore {
GObject parent;
+
+ ApplicationServiceAppstorePrivate * priv;
};
ApplicationServiceAppstore * application_service_appstore_new (AppLruFile * lrufile);