Based on patch by Simon Wenner, fixes bug 578687.
public unowned Gdk.Pixbuf get_pixbuf ();
public int get_pixel_size ();
public void get_pixmap (out unowned Gdk.Pixmap pixmap, out unowned Gdk.Bitmap mask);
- public void get_stock (out unowned string stock_id, out Gtk.IconSize size);
+ public void get_stock (out string stock_id, out Gtk.IconSize size);
public Gtk.ImageType get_storage_type ();
[CCode (type = "GtkWidget*", has_construct_function = false)]
public Image ();
gtk_image_get_icon_name.icon_name is_out="1"
gtk_image_get_icon_name.size is_out="1"
gtk_image_get_icon_set.size is_out="1"
-gtk_image_get_stock.stock_id is_out="1"
+gtk_image_get_stock.stock_id is_out="1" transfer_ownership="1"
gtk_image_get_stock.size is_out="1"
gtk_image_menu_item_new_from_stock.accel_group nullable="1"
GtkIMContext::delete_surrounding has_emitter="1"