diff options
author | Julius Härtl <jus@bitgrid.net> | 2017-08-10 22:30:36 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-09-04 11:32:03 -0400 |
commit | a1635b6188951b67ca032d393d7c4db502756e6c (patch) | |
tree | 0d0452c747cbd71cc39756c2fdb5985b45e267d4 /meson_options.txt | |
parent | 9514ef0d0379c397acf8e42d3432bcfa150d2537 (diff) | |
download | gtk+-a1635b6188951b67ca032d393d7c4db502756e6c.tar.gz |
gtkplacessidebar: implement libcloudproviders support
Add integration of the libcloudproviders DBus API to the
GtkPlacesSidebar by showing name and sync status of the cloud providers.
The exported menu is rendered as a GtkPopover.
The sidebar will be updated if the list of cloudproviders changes e.g.
by adding or removing an account. If any cloud provider changes detailed
information like sync status only the individual sidebar row gets
updated.
Co-authored-by: Carlos Soriano <csoriano@gnome.org>
Co-authored-by: Daniel Boles <dboles@src.gnome.org>
https://bugzilla.gnome.org/show_bug.cgi?id=786123
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index bcd4967e52..586ad3e884 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -22,6 +22,8 @@ option('enable-papi-print-backend', type: 'combo', choices : ['yes', 'no', 'auto description : 'Enable the papi print backend') option('enable-cloudprint-print-backend', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto', description : 'Enable the cloudprint print backend') +option('enable-cloudproviders', type: 'boolean', value: false, + description : 'Enable the cloudproviders support') option('enable-xinerama', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto', description : 'Enable support for the Xinerama extension') option('disable-modules', type: 'boolean', value : 'false', |