On Fri, Jan 2, 2015 at 4:16 PM, Stefan Salewski <mail@xxxxxxxxxxxx> wrote:
I am working on GTK3 wrappers/bindings for Nim language.
For gdk-pixbuf-2.31.2 there seems to exist a function
gdk_pixbuf_new_from_file_utf8 which is called in
gdk-pixbuf-io.c:
retval = gdk_pixbuf_new_from_file_utf8 (utf8_filename, error);
and referenced in
gdk-pixbuf-core.h:
#define gdk_pixbuf_new_from_file gdk_pixbuf_new_from_file_utf8
You sort of answered your own question here :)
Think about what happens when this #define is active and somebody does
GdkPixbuf *
gdk_pixbuf_new_from_file (const char *filename,
GError **error)
Think about what happens when this #define is active and somebody does
GdkPixbuf *
gdk_pixbuf_new_from_file (const char *filename,
GError **error)
Where is that function defined? Thanks.
_______________________________________________
gtk-list mailing list
gtk-list@xxxxxxxxx
https://mail.gnome.org/mailman/listinfo/gtk-list
--
Jasper
_______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx https://mail.gnome.org/mailman/listinfo/gtk-list