diff options
author | Benjamin Otte <otte@redhat.com> | 2010-07-13 19:44:41 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-08-10 21:02:26 +0200 |
commit | 39b47eaf2536c5c7b52b21705ce76bd526812aa7 (patch) | |
tree | 44faddd5c1aba3d0ad303bda2d0d337c455af9fe /gdk/gdk.symbols | |
parent | b926ce719bcdfaf0a6ff39cbaa1f6cf01eb55d03 (diff) | |
download | gtk+-39b47eaf2536c5c7b52b21705ce76bd526812aa7.tar.gz |
API: Add gdk_pixbuf_get_from_surface()
New API to copy any cairo surface into a pixbuf.
Diffstat (limited to 'gdk/gdk.symbols')
-rw-r--r-- | gdk/gdk.symbols | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdk.symbols b/gdk/gdk.symbols index e447f2dc87..825d785a9a 100644 --- a/gdk/gdk.symbols +++ b/gdk/gdk.symbols @@ -941,6 +941,7 @@ gdk_pango_renderer_set_stipple #if IN_FILE(__GDK_PIXBUF_DRAWABLE_C__) gdk_pixbuf_get_from_drawable gdk_pixbuf_get_from_image +gdk_pixbuf_get_from_surface #endif #endif |