summaryrefslogtreecommitdiff
path: root/tools/libglibcodegen.py
Commit message (Expand)AuthorAgeFilesLines
* Don't leak method call results (regression in 0.23.1)Simon McVittie2014-03-181-0/+21
* codegen: factor out copy_into_gvalueSimon McVittie2013-10-291-0/+23
* Make the code generation tools work under either Python 2 or 3Simon McVittie2013-01-031-2/+2
* glib-client-gen: mark deprecated D-Bus methods as deprecatedJonny Lamb2009-12-021-1/+2
* Remove camelcase_to_lower, camelcase_to_upperSimon McVittie2009-05-271-2/+0
* libglibcodegen: generate the right thing for 'ao'. DBUS_TYPE_G_OBJECT_ARRAY i...Simon McVittie2008-07-011-1/+4
* Add get_by_path(element, path) to libtpcodegen to support a pseudo-subset of ...Olli Salli2008-06-171-0/+1
* Explicit is better than implicit: use an explicit from/import list rather tha...Simon McVittie2008-05-301-1/+9
* Split libtpcodegen.py from libglibcodegen.pyOlli Salli2008-05-231-161/+2
* Fix generation of bindings for arrays of object-path ('ao') - GPtrArray, not ...Simon McVittie2008-04-111-1/+1
* Don't use ' etc., it confuses gtkdoc...Simon McVittie2008-02-201-1/+1
* Avoid using CDATA where possibleSimon McVittie2008-02-201-0/+5
* Move get_docstring to libglibcodegen and make it work with elements that have...Simon McVittie2007-12-141-0/+16
* libglibcodegen.py: support arrays of arrays, and get [u]int64 right (modified...Simon McVittie2007-12-031-6/+6
* correct the LGPL 2.1 boilerplate (s/Library/Lesser/ and update FSF address)Robert McQueen2007-11-281-2/+2
* libglibcodegen.py: Add method_to_glue_marshal_name(), which returns the marsh...Simon McVittie2007-11-261-5/+25
* Move camelcase_to_lower, camelcase_to_upper to libglibcodegenSimon McVittie2007-11-121-0/+26
* Move more code to libglibcodegen.pySimon McVittie2007-11-121-0/+37
* Add tools/libglibcodegen.py and start to move stuff into itSimon McVittie2007-11-121-0/+216