summaryrefslogtreecommitdiff
path: root/gi/pygi-value.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use GI type for determining pointer extraction from GValuesSimon Feltman2014-08-181-6/+4
* Fast path property access for basic typesSimon Feltman2014-08-171-8/+18
* Break pyg_value_as_pyobject into two functionsSimon Feltman2014-08-171-12/+62
* Merge pygi_get_property_value and _pygi_argument_from_g_valueSimon Feltman2014-08-171-7/+17
* Never dup data structures when marshaling signal in argumentsSimon Feltman2014-08-171-1/+3
* Use accessors for getting and setting PyGParamSpec pointersSimon Feltman2014-05-161-1/+1
* Ignore GValueArray deprecationsSimon Feltman2014-03-241-3/+20
* marshal refactoring: Move GValue marshaling from pytype into pygi-valueSimon Feltman2014-02-021-1/+719
* marshal refactoring: Move GIArgument from GValue code to new fileSimon Feltman2014-02-021-0/+144