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 /config.h.meson | |
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 'config.h.meson')
-rw-r--r-- | config.h.meson | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson index 09ab069f20..651360abd2 100644 --- a/config.h.meson +++ b/config.h.meson @@ -15,6 +15,9 @@ /* Define to 1 if you have the `bind_textdomain_codeset' function. */ #mesondefine HAVE_BIND_TEXTDOMAIN_CODESET +/* Have the cloudproviders library */ +#mesondefine HAVE_CLOUDPROVIDERS + /* define if we have colord */ #mesondefine HAVE_COLORD |