View Single Post
Old 11-10-2009, 02:38 PM   #111
ericshliao
Guru
ericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enough
 
Posts: 976
Karma: 687
Join Date: Nov 2007
Device: Dell X51v; iLiad v2
gdk_pixbuf_loader_write() not available in lgob?

It's quite strange. I can't call gdk_pixbuf_loader_write using the form:
Code:
local gpldr = gdk.PixbufLoader.new()	
local success = gdk.PixbufLoader.write(gpldr, file_buf, ret, nil)
or
Code:
local gpldr = gdk.PixbufLoader.new()	
local success = gpldr:write(file_buf, ret, nil)
So I checked with Navigator.lua and pixbuf.def and found it strange (as the attached image). In pixbuf.def, there is an entry for gdk_pixbuf_loader_write(), but not listed on Navigator.lua.
Attached Thumbnails
Click image for larger version

Name:	Debian5-2009-11-11-03-32-32.png
Views:	359
Size:	171.1 KB
ID:	38811  
ericshliao is offline   Reply With Quote