aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-19 17:20:21 -0600
committerTed Gould <ted@gould.cx>2010-01-19 17:20:21 -0600
commit08fef8dc585407e88d27da07a7c6fd726303a0dd (patch)
tree1283cd17274c69ea24bf2a7e8a66aa879d95d4f0 /src/application-service-appstore.h
parent85394de1aa25fea66bbe30e3ceeafc754f2e8ff7 (diff)
downloadayatana-indicator-application-08fef8dc585407e88d27da07a7c6fd726303a0dd.tar.gz
ayatana-indicator-application-08fef8dc585407e88d27da07a7c6fd726303a0dd.tar.bz2
ayatana-indicator-application-08fef8dc585407e88d27da07a7c6fd726303a0dd.zip
Adding a _new function for the appstore and using it. It now takes the lru file.
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r--src/application-service-appstore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/application-service-appstore.h b/src/application-service-appstore.h
index 6bd7a01..d2e0013 100644
--- a/src/application-service-appstore.h
+++ b/src/application-service-appstore.h
@@ -25,6 +25,7 @@ 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
@@ -50,6 +51,7 @@ struct _ApplicationServiceAppstore {
GObject parent;
};
+ApplicationServiceAppstore * application_service_appstore_new (AppLruFile * lrufile);
GType application_service_appstore_get_type (void);
void application_service_appstore_application_add (ApplicationServiceAppstore * appstore,
const gchar * dbus_name,