garrigue/lablgtk

question on pixbufloader

Opened this issue · 3 comments

pixbufloader only shows in stubs_GdkPixbuf.ml are there plans to fully support it?

LablGTK is mostly in maintenance mode, so additions are only on request.
If you have a use case, with the functions you would need, or even better a pull request with an actual implementation, then it could be added.

The code for pixbufs is in gdkPixbuf.ml and ml_gdkpixbuf.c.
The macros such as ML_1 are in wrappers.h.
If you can follow what it does, give it a try.
Note that we only interface to vanilla C, not C++