diff options
author | Ted Gould <ted@gould.cx> | 2010-01-21 14:10:45 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-21 14:10:45 -0600 |
commit | 1650aa3b93d3d745edc3c98e8ec6ea06cd607abd (patch) | |
tree | 279bd324a7bd93f41dd5c45c47f10bb8c83aac7e /src/application-service-appstore.h | |
parent | 2062afe66d50fc10ff839ab7a0d127f5eaaa9197 (diff) | |
parent | 1f9ee733a54090699c731a15b5474cbe0a376336 (diff) | |
download | libayatana-appindicator-1650aa3b93d3d745edc3c98e8ec6ea06cd607abd.tar.gz libayatana-appindicator-1650aa3b93d3d745edc3c98e8ec6ea06cd607abd.tar.bz2 libayatana-appindicator-1650aa3b93d3d745edc3c98e8ec6ea06cd607abd.zip |
* Upstream merge
* Adding in a file to position the indicators
* debian/control: Adding dependency for json-glib to build.
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r-- | src/application-service-appstore.h | 2 |
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, |