GtkImage: Add cairo surface api to the docs

https://bugzilla.gnome.org/show_bug.cgi?id=732861
This commit is contained in:
Matthias Clasen 2014-07-07 22:36:56 -04:00
parent d1099b1759
commit d49d592316
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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)