Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implementation callback support with scoping and basic argument support. | Zach Goldberg | 2010-04-17 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | This patch was originally written by Zach Goldberg <zach@zachgoldberg.com> with modifications and review by Simon van der Linden <svdlinden@src.gnome.org> and Colin Walters <walters@verbum.org>. This impementation enforces the assumption that any one function signature can only have one (callback, userdata, destronotify) tuple. This allows us to move callback creation into the actual function invoke pipeline and also to keep just one destroy notify callback around, vastly simplifying the code. https://bugzilla.gnome.org/show_bug.cgi?id=603095 | ||||
* | Add support for foreign structs | Tomeu Vizoso | 2010-04-17 | 1 | -0/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=603712 | ||||
* | Depend on GLib 2.20 rather than 2.22 | Anderson Lizardo | 2009-11-30 | 1 | -0/+19 |
| | | | | | | Backport g_array_get_element_size. https://bugzilla.gnome.org/show_bug.cgi?id=603411 | ||||
* | Set a default constructor for boxed structs that don't have one | Tomeu Vizoso | 2009-11-30 | 1 | -0/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=602735 | ||||
* | Initial import | Simon van der Linden | 2009-11-08 | 1 | -0/+55 |