aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-13 12:22:42 -0500
committerTed Gould <ted@gould.cx>2010-08-13 12:22:42 -0500
commit564b2afe7960f5b277070c00370cbf1358e5246f (patch)
tree6711d5bfabf1b02f08f169a61dd1c34a2f2d6260 /src/application-service-appstore.h
parent7a4bfc9135ea55b0f495513fbd7ad2734b328098 (diff)
parentd81670cc9cf081b1296561d9da2176975da7643b (diff)
downloadayatana-indicator-application-564b2afe7960f5b277070c00370cbf1358e5246f.tar.gz
ayatana-indicator-application-564b2afe7960f5b277070c00370cbf1358e5246f.tar.bz2
ayatana-indicator-application-564b2afe7960f5b277070c00370cbf1358e5246f.zip
Updating to trunk
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 9ae2874..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
@@ -56,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,