summaryrefslogtreecommitdiff
path: root/gi/pygi-invoke.c
Commit message (Expand)AuthorAgeFilesLines
* Test case with John's fix for crash with C arrays and a GError is set.Laszlo Pandy2011-02-241-4/+50
* Decrease the refcount for GInitiallyUnowned constructors.Steve Frécinaux2011-02-091-0/+4
* [gi] Convert GErrors to GObject.GError exceptions, and throw them upon return...Laszlo Pandy2011-01-191-9/+3
* Dont try to guess the transfer if its a boxedTomeu Vizoso2011-01-181-1/+4
* Use g_vfunc_info_invoke for chaining up in vfuncsTomeu Vizoso2011-01-171-17/+55
* Correct a bug in the freeing of memory in pygi-invoke.c.Damien Caliste2010-11-121-11/+14
* add a foreign type for cairo_rectangle_int_t and allow it to be caller-allocatedJohn (J5) Palmieri2010-11-091-2/+13
* Release GIL when calling into C functionsJohn (J5) Palmieri2010-10-281-1/+9
* pygi: always free the invocation_state structDamien Caliste2010-09-231-46/+37
* Check the type of the instance objectJohn (J5) Palmieri2010-09-171-0/+14
* Rename GArgument to GIArgumentTomeu Vizoso2010-09-011-14/+14
* tests: Port to new introspection testsColin Walters2010-08-311-131/+16
* Fix caller-allocates emergency free.Simon van der Linden2010-08-121-1/+8
* Remove useless checks.Simon van der Linden2010-08-121-11/+3
* Fix some warnings.Ignacio Casal Quinteiro2010-08-041-1/+1
* Properly allocate boxed structs that are (caller-allocates)Tomeu Vizoso2010-07-301-10/+6
* override gdk.Event to return attribute from the proper event objectToms Baugis2010-07-301-4/+0
* make sure caller allocated structs are freed when they go out of scopeJohn (J5) Palmieri2010-07-301-6/+40
* Add foreign struct support for GVariantTomeu Vizoso2010-07-151-9/+9
* Shut up some compiler warningsFlorian Müllner2010-07-121-1/+0
* Make valgrind happy againTomeu Vizoso2010-06-251-2/+6
* Don't free transfer full struct pointers because we can't do it safelyJohn (J5) Palmieri2010-06-151-2/+9
* Allow passing None for callbacks which are annotated allow-noneJohn (J5) Palmieri2010-06-141-3/+11
* Make the "wrong argument count" exception more explicit.Steve Frécinaux2010-06-091-1/+2
* support for caller-allocates annotations for structsJohn (J5) Palmieri2010-06-031-4/+69
* Apply consistent whitespace formatting with:Tomeu Vizoso2010-05-261-190/+190
* Add support for GArray argsTomeu Vizoso2010-05-241-4/+7
* fix NULL array unit tests and fix crasher when sending None as an arrayJohn (J5) Palmieri2010-05-221-1/+5
* Fix passing callbacks as constructor argsTomeu Vizoso2010-05-051-2/+5
* Avoid freeing garbageTomeu Vizoso2010-05-051-2/+4
* Fix passing GDestroyNotifyTomeu Vizoso2010-05-031-1/+2
* Move invocation code to its own fileTomeu Vizoso2010-05-031-0/+909