aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-12 09:30:07 -0500
committerTed Gould <ted@gould.cx>2010-08-12 09:30:07 -0500
commitf6b5ccdf34323425d94e594c6f748c1d4201cf89 (patch)
tree12edca8958f0b5ac704f5724ac75a7263660498f /src/application-service-appstore.h
parentd7c7a2ae1656af559bfbdb2716fe381d313b5a53 (diff)
parentb7d28a11de1b283cffa4caea1abfb94e01db3fdd (diff)
downloadayatana-indicator-application-f6b5ccdf34323425d94e594c6f748c1d4201cf89.tar.gz
ayatana-indicator-application-f6b5ccdf34323425d94e594c6f748c1d4201cf89.tar.bz2
ayatana-indicator-application-f6b5ccdf34323425d94e594c6f748c1d4201cf89.zip
Switching to using ordering IDs instead of 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 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,