summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystem.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-11-08 21:55:34 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-11-08 21:56:28 -0500
commit23162bf0de30f7b1a274fc01fd5217e1a731f415 (patch)
tree86765cc99d2281770ad527cc8cab3c2d12ec4bfb /gtk/gtkfilesystem.h
parent8460034f58274378b4ea118771487bde569e89b0 (diff)
downloadgtk+-23162bf0de30f7b1a274fc01fd5217e1a731f415.tar.gz
filesystem: Drop surface-based APIs
These are no longer used.
Diffstat (limited to 'gtk/gtkfilesystem.h')
-rw-r--r--gtk/gtkfilesystem.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk/gtkfilesystem.h b/gtk/gtkfilesystem.h
index 0a3db1aae6..c734dfcede 100644
--- a/gtk/gtkfilesystem.h
+++ b/gtk/gtkfilesystem.h
@@ -95,18 +95,11 @@ gboolean _gtk_file_system_volume_is_mounted (GtkFileSystemVol
GFile * _gtk_file_system_volume_get_root (GtkFileSystemVolume *volume);
GIcon * _gtk_file_system_volume_get_symbolic_icon (GtkFileSystemVolume *volume);
GIcon * _gtk_file_system_volume_get_icon (GtkFileSystemVolume *volume);
-cairo_surface_t * _gtk_file_system_volume_render_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);
/* GFileInfo helper functions */
-cairo_surface_t * _gtk_file_info_render_icon (GFileInfo *info,
- GtkWidget *widget,
- gint icon_size);
GIcon * _gtk_file_info_get_icon (GFileInfo *info,
int icon_size,
int scale);