summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystem.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-07-23 13:39:23 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-07-23 13:41:57 -0400
commitd26a84889b54ec9654c023304d8151cc03d79ed3 (patch)
treebed1ab3b816035258a15b2c634a15f93e7ffd11c /gtk/gtkfilesystem.h
parent386e59683a40de6a90b40466b77ace90bd5b3f80 (diff)
downloadgtk+-d26a84889b54ec9654c023304d8151cc03d79ed3.tar.gz
GktFileSystem: Support rendering symbolic icons
Diffstat (limited to 'gtk/gtkfilesystem.h')
-rw-r--r--gtk/gtkfilesystem.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/gtkfilesystem.h b/gtk/gtkfilesystem.h
index 1f38184657..ebc796e19d 100644
--- a/gtk/gtkfilesystem.h
+++ b/gtk/gtkfilesystem.h
@@ -97,6 +97,10 @@ cairo_surface_t * _gtk_file_system_volume_render_icon (GtkFileSystemVol
GtkWidget *widget,
gint icon_size,
GError **error);
+cairo_surface_t * _gtk_file_system_volume_render_symbolic_icon (GtkFileSystemVolume *volume,
+ GtkWidget *widget,
+ gint icon_size,
+ GError **error);
GtkFileSystemVolume *_gtk_file_system_volume_ref (GtkFileSystemVolume *volume);
void _gtk_file_system_volume_unref (GtkFileSystemVolume *volume);
@@ -105,6 +109,9 @@ void _gtk_file_system_volume_unref (GtkFileSystemVol
cairo_surface_t * _gtk_file_info_render_icon (GFileInfo *info,
GtkWidget *widget,
gint icon_size);
+cairo_surface_t * _gtk_file_info_render_symbolic_icon (GFileInfo *info,
+ GtkWidget *widget,
+ gint icon_size);
gboolean _gtk_file_info_consider_as_directory (GFileInfo *info);