gdk_color_to_string returns a newly allocated string, so it needs to be
annotated as such. Fixes bug 583791.
public void free ();
public uint hash ();
public static bool parse (string spec, out Gdk.Color color);
- public unowned string to_string ();
+ public string to_string ();
}
[CCode (type_id = "GDK_TYPE_DEVICE_AXIS", cheader_filename = "gdk/gdk.h")]
public struct DeviceAxis {
gdk_cairo_create transfer_ownership="1"
GdkColor is_value_type="1"
gdk_color_parse.color is_out="1"
+gdk_color_to_string transfer_ownership="1"
gdk_colormap_alloc_colors.colors is_array="1"
gdk_colormap_free_colors.colors is_array="1"
gdk_colormap_query_color.result is_out="1"