forked from AuroraMiddleware/gtk
GtkImage: Add cairo surface api to the docs
https://bugzilla.gnome.org/show_bug.cgi?id=732861
This commit is contained in:
parent
d1099b1759
commit
d49d592316
@ -1923,6 +1923,7 @@ gtk_image_new_from_animation
|
||||
gtk_image_new_from_icon_name
|
||||
gtk_image_new_from_gicon
|
||||
gtk_image_new_from_resource
|
||||
gtk_image_new_from_surface
|
||||
gtk_image_set_from_file
|
||||
gtk_image_set_from_icon_set
|
||||
gtk_image_set_from_pixbuf
|
||||
@ -1931,6 +1932,7 @@ gtk_image_set_from_animation
|
||||
gtk_image_set_from_icon_name
|
||||
gtk_image_set_from_gicon
|
||||
gtk_image_set_from_resource
|
||||
gtk_image_set_from_surface
|
||||
gtk_image_clear
|
||||
gtk_image_new
|
||||
gtk_image_set_pixel_size
|
||||
|
@ -649,6 +649,8 @@ gtk_image_new_from_pixbuf (GdkPixbuf *pixbuf)
|
||||
* #GtkImage will add its own reference rather than adopting yours.
|
||||
*
|
||||
* Returns: a new #GtkImage
|
||||
*
|
||||
* Since: 3.10
|
||||
**/
|
||||
GtkWidget*
|
||||
gtk_image_new_from_surface (cairo_surface_t *surface)
|
||||
|
Loading…
Reference in New Issue
Block a user