flatpak: add flatpak module

Pass LoopUtils to callbacks to make it easier to reschedule timeouts.
This commit is contained in:
Wim Taymans 2017-04-17 16:32:25 +02:00
parent a5b39019d1
commit be528ba7c2
17 changed files with 826 additions and 259 deletions

View file

@ -46,6 +46,9 @@ struct _PinosClient {
PinosGlobal *global;
PinosProperties *properties;
PINOS_SIGNAL (properties_changed, (PinosListener *listener,
PinosClient *client));
PinosClientInfo info;
bool ucred_valid;
struct ucred ucred;