summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystem.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-09-04 02:08:59 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-09-04 02:08:59 -0400
commit55d68726160a3106ad428266bdad624547e53469 (patch)
tree571ba6fc1d4819ccac9e85de824ef02040d7c725 /gtk/gtkfilesystem.h
parent1dc4eea096a48b4137a89fc56ba65ca19d6e481f (diff)
downloadgtk+-55d68726160a3106ad428266bdad624547e53469.tar.gz
file system: Add an api to get a GIcon
Using prerendered surfaces is not working well when it comes to state changes, so make the GIcon available.
Diffstat (limited to 'gtk/gtkfilesystem.h')
-rw-r--r--gtk/gtkfilesystem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkfilesystem.h b/gtk/gtkfilesystem.h
index 70bd3eaaf1..be198850a2 100644
--- a/gtk/gtkfilesystem.h
+++ b/gtk/gtkfilesystem.h
@@ -93,6 +93,7 @@ GtkFileSystemVolume * _gtk_file_system_get_volume_for_file (GtkFileSystem
gchar * _gtk_file_system_volume_get_display_name (GtkFileSystemVolume *volume);
gboolean _gtk_file_system_volume_is_mounted (GtkFileSystemVolume *volume);
GFile * _gtk_file_system_volume_get_root (GtkFileSystemVolume *volume);
+GIcon * _gtk_file_system_volume_get_symbolic_icon (GtkFileSystemVolume *volume);
cairo_surface_t * _gtk_file_system_volume_render_icon (GtkFileSystemVolume *volume,
GtkWidget *widget,
gint icon_size,