diff options
author | Ted Gould <ted@gould.cx> | 2010-01-21 13:59:25 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-21 13:59:25 -0600 |
commit | f2b83652616aa17c85728eb7539d03500525b969 (patch) | |
tree | f73ea19bcf3e8f4af5e4d94d085a22b8fdc7291e /src/application-service-appstore.h | |
parent | 38e8cebe7b5a6190bb504af82f483057327c1d25 (diff) | |
parent | a9bf19636361c1d4a912db0a4d51d21d025b4640 (diff) | |
download | libayatana-appindicator-f2b83652616aa17c85728eb7539d03500525b969.tar.gz libayatana-appindicator-f2b83652616aa17c85728eb7539d03500525b969.tar.bz2 libayatana-appindicator-f2b83652616aa17c85728eb7539d03500525b969.zip |
Adding support for a file tracking add and touch times for applications for ordering them.
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, |