changed return value from gchar* to const gchar*. Renamed parameters to be
2004-06-30 Michael Natterer <mitch@gimp.org> * widgets/gimpselectiondata.[ch] (gimp_selection_data_get_svg): changed return value from gchar* to const gchar*. Renamed parameters to be consistent with other SVG functions. * widgets/gimpcontainertreeview-dnd.c * widgets/gimpdnd.c: changed accordingly.
This commit is contained in:

committed by
Michael Natterer

parent
2cf661fc16
commit
425fd699e3
@ -386,8 +386,8 @@ gimp_container_tree_view_drag_data_received (GtkWidget *widget,
|
||||
case GIMP_DND_TYPE_SVG_XML:
|
||||
if (tree_view_class->drop_svg)
|
||||
{
|
||||
gchar *svg_data;
|
||||
gint svg_data_length;
|
||||
const gchar *svg_data;
|
||||
gint svg_data_length;
|
||||
|
||||
svg_data = gimp_selection_data_get_svg (selection_data,
|
||||
&svg_data_length);
|
||||
|
Reference in New Issue
Block a user