app-manager/app-manager.h
author J. Ali Harlow <ali@juiblex.co.uk>
Tue Jun 29 10:09:34 2021 +0100 (2021-06-29)
changeset 108 b3d8e196dac8
parent 61 31fb35727621
permissions -rw-r--r--
Added tag 0.6.1 for changeset 6ae203c8b28d
ali@10
     1
#include <razor.h>
ali@9
     2
#include <gtk/gtk.h>
ali@24
     3
#include <plover/package.h>
ali@9
     4
ali@9
     5
extern GtkBuilder *ui;
ali@10
     6
extern struct razor_relocations *relocations;
ali@9
     7
GtkTreeModel *plover_applications_model_new(GtkTreeModel *installed);
ali@9
     8
void set_package_model(GtkTreeModel *model);
ali@9
     9
PloverPackage *get_active_package(void);
ali@61
    10
gboolean setup(const char *base);
ali@61
    11
gboolean update(const char *base);
ali@103
    12
gboolean default_action(const char *base);