summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystem.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2013-07-03 13:26:03 +0200
committerAlexander Larsson <alexl@redhat.com>2013-07-03 14:39:26 +0200
commiteac7dce1602534fcae88e9d728c2522ffcc13c45 (patch)
treefee155e0735fb4105cc1c67325ade92d5420bd9c /gtk/gtkfilesystem.h
parentb6b24148fbfc5445a6d14c72f95bc151c665848d (diff)
downloadgtk+-eac7dce1602534fcae88e9d728c2522ffcc13c45.tar.gz
File chooser: Convert icons to using cairo_surface_twip/window-scales2
Diffstat (limited to 'gtk/gtkfilesystem.h')
-rw-r--r--gtk/gtkfilesystem.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkfilesystem.h b/gtk/gtkfilesystem.h
index c24ae29623..1f38184657 100644
--- a/gtk/gtkfilesystem.h
+++ b/gtk/gtkfilesystem.h
@@ -93,7 +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);
-GdkPixbuf * _gtk_file_system_volume_render_icon (GtkFileSystemVolume *volume,
+cairo_surface_t * _gtk_file_system_volume_render_icon (GtkFileSystemVolume *volume,
GtkWidget *widget,
gint icon_size,
GError **error);
@@ -102,9 +102,9 @@ GtkFileSystemVolume *_gtk_file_system_volume_ref (GtkFileSystemVol
void _gtk_file_system_volume_unref (GtkFileSystemVolume *volume);
/* GFileInfo helper functions */
-GdkPixbuf * _gtk_file_info_render_icon (GFileInfo *info,
- GtkWidget *widget,
- gint icon_size);
+cairo_surface_t * _gtk_file_info_render_icon (GFileInfo *info,
+ GtkWidget *widget,
+ gint icon_size);
gboolean _gtk_file_info_consider_as_directory (GFileInfo *info);