diff options
author | Ted Gould <ted@gould.cx> | 2010-08-12 09:31:40 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-12 09:31:40 -0500 |
commit | 374ce0d9c90fb80b0fdf916a3fe170b050abb0fc (patch) | |
tree | 36d90bcb75ef8d9c4a7a07c25d16b5b30339c175 /src/application-service-appstore.h | |
parent | 15f7dee1de99f6bceb4c714ef1a8ff2e7b0add09 (diff) | |
parent | 6769e30333d906eb69789aff69d58851fe08fc00 (diff) | |
download | ayatana-indicator-application-374ce0d9c90fb80b0fdf916a3fe170b050abb0fc.tar.gz ayatana-indicator-application-374ce0d9c90fb80b0fdf916a3fe170b050abb0fc.tar.bz2 ayatana-indicator-application-374ce0d9c90fb80b0fdf916a3fe170b050abb0fc.zip |
* Upstream Merge
* Add in ordering IDs
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r-- | src/application-service-appstore.h | 3 |
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, |