summaryrefslogtreecommitdiff
path: root/gtk/gtkmountoperationprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-11-30 16:39:14 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-11-30 16:48:25 -0500
commit029165638b5468d58d6293154200d08eb37a54c8 (patch)
tree62201010b1d8d41b3253ed9fa0c8483182e823e8 /gtk/gtkmountoperationprivate.h
parent61ea8e8676055c1c38d40b3f440e6bba5207ab53 (diff)
downloadgtk+-029165638b5468d58d6293154200d08eb37a54c8.tar.gz
mountoperation: Store icons as textures
This reduces the amount of pixbufs in this code.
Diffstat (limited to 'gtk/gtkmountoperationprivate.h')
-rw-r--r--gtk/gtkmountoperationprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmountoperationprivate.h b/gtk/gtkmountoperationprivate.h
index 500d14d46c..40b63e9ae9 100644
--- a/gtk/gtkmountoperationprivate.h
+++ b/gtk/gtkmountoperationprivate.h
@@ -40,7 +40,7 @@ gboolean _gtk_mount_operation_lookup_info (GtkMountOperationLookupContex
gint size_pixels,
gchar **out_name,
gchar **out_command_line,
- GdkPixbuf **out_pixbuf);
+ GdkTexture **out_texture);
void _gtk_mount_operation_lookup_context_free (GtkMountOperationLookupContext *context);