diff options
author | Ted Gould <ted@gould.cx> | 2010-07-09 15:04:30 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-09 15:04:30 -0500 |
commit | fb4da4abb85c6c9ada6c47766bb46445617db440 (patch) | |
tree | 74325ee2c28c3b1389265a41ff72ad69e2ee2c5e /src/application-service-appstore.h | |
parent | a8aac3aa0fd375c258579df7bc9db031900966dd (diff) | |
parent | 1ddd622e7f2ab0142c826459e1a38fec926c4dc6 (diff) | |
download | libayatana-appindicator-fb4da4abb85c6c9ada6c47766bb46445617db440.tar.gz libayatana-appindicator-fb4da4abb85c6c9ada6c47766bb46445617db440.tar.bz2 libayatana-appindicator-fb4da4abb85c6c9ada6c47766bb46445617db440.zip |
Sync to trunk
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r-- | src/application-service-appstore.h | 3 |
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); |