gtkplacessidebar: Show busy spinner in sidebar row during mount ops

This commit is contained in:
segfault
2018-07-22 13:47:46 +02:00
parent 5b527d6910
commit 0e7228b267
4 changed files with 51 additions and 10 deletions

View File

@ -54,6 +54,8 @@ void gtk_sidebar_row_set_start_icon (GtkSidebarRow *self,
GIcon *icon);
void gtk_sidebar_row_set_end_icon (GtkSidebarRow *self,
GIcon *icon);
void gtk_sidebar_row_set_busy (GtkSidebarRow *row,
gboolean is_busy);
G_END_DECLS