gtkosx-image
NSImage * nsimage_from_resource (const gchar *name, const gchar *type, const gchar *subdir);
const gchar *name
const gchar *type
const gchar *subdir
Retrieve an image file from the bundle and return an NSImage* of it.
name
The filename
type
The extension (e.g., jpg) of the filename
subdir
The subdirectory of $Bundle/Contents/Resources in which to look for the file.
An autoreleased NSImage
NSImage * nsimage_from_pixbuf (GdkPixbuf *pixbuf);
GdkPixbuf *pixbuf