aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-10 14:47:23 -0500
committerTed Gould <ted@gould.cx>2010-08-10 14:47:23 -0500
commitbf3f4c6eb3affcf8e66b67ed61666c93a97ca47b (patch)
tree6fe210bea2010383da5136750e5c88e059998930 /src/application-service-appstore.h
parent961575a255bf88e7befcc17fed6bcf6c87337e88 (diff)
downloadayatana-indicator-application-bf3f4c6eb3affcf8e66b67ed61666c93a97ca47b.tar.gz
ayatana-indicator-application-bf3f4c6eb3affcf8e66b67ed61666c93a97ca47b.tar.bz2
ayatana-indicator-application-bf3f4c6eb3affcf8e66b67ed61666c93a97ca47b.zip
Removing the LRU file
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r--src/application-service-appstore.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/application-service-appstore.h b/src/application-service-appstore.h
index 422b0fd..665d422 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
@@ -55,7 +54,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,