https://bugzilla.gnome.org/show_bug.cgi?id=778726
g_slist_free_full (files, g_object_unref);
}
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
/* Callback used when the "Open this folder" menu item is activated */
static void
open_folder_cb (GSimpleAction *action,
g_slist_free_full (files, g_object_unref);
}
+G_GNUC_END_IGNORE_DEPRECATIONS
/* callback used when the "Show Hidden Files" menu item is toggled */
static void
return g_string_free (final, FALSE);
}
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
static void
gtk_print_operation_unix_launch_preview (GtkPrintOperation *op,
cairo_surface_t *surface,
g_free (data);
g_free (settings_filename);
}
+G_GNUC_END_IGNORE_DEPRECATIONS
static void
unix_finish_send (GtkPrintJob *job,