Paste: how do i do this?

Author: blei
Mode: factor
Date: Fri, 16 Jul 2010 20:31:13
Plain Text |
STRUCT: GErrorPointer { to pointer: GError } ;

: GInputStream>GdkPixbuf ( GInputStream -- GdkPixbuf )
    f GErrorPointer malloc-struct &free 
    [ gdk_pixbuf_new_from_stream ] keep
    to>> handle-GError &g_object_unref ;

New Annotation

Summary:
Author:
Mode:
Body: