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 /gtk/gtksidebarrowprivate.h | |
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 'gtk/gtksidebarrowprivate.h')
-rw-r--r-- | gtk/gtksidebarrowprivate.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtksidebarrowprivate.h b/gtk/gtksidebarrowprivate.h index ee0fe28812..f9337572e6 100644 --- a/gtk/gtksidebarrowprivate.h +++ b/gtk/gtksidebarrowprivate.h @@ -49,7 +49,9 @@ void gtk_sidebar_row_hide (GtkSidebarRow *self, void gtk_sidebar_row_reveal (GtkSidebarRow *self); GtkWidget *gtk_sidebar_row_get_eject_button (GtkSidebarRow *self); -void gtk_sidebar_row_set_icon (GtkSidebarRow *self, +void gtk_sidebar_row_set_start_icon (GtkSidebarRow *self, + GIcon *icon); +void gtk_sidebar_row_set_end_icon (GtkSidebarRow *self, GIcon *icon); G_END_DECLS |