diff options
Diffstat (limited to 'gtk/gtkmountoperationprivate.h')
-rw-r--r-- | gtk/gtkmountoperationprivate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkmountoperationprivate.h b/gtk/gtkmountoperationprivate.h index 7750946368..522970772c 100644 --- a/gtk/gtkmountoperationprivate.h +++ b/gtk/gtkmountoperationprivate.h @@ -38,8 +38,8 @@ GtkMountOperationLookupContext *_gtk_mount_operation_lookup_context_get (GdkDis gboolean _gtk_mount_operation_lookup_info (GtkMountOperationLookupContext *context, GPid pid, int size_pixels, - gchar **out_name, - gchar **out_command_line, + char **out_name, + char **out_command_line, GdkTexture **out_texture); void _gtk_mount_operation_lookup_context_free (GtkMountOperationLookupContext *context); |