summaryrefslogtreecommitdiff
path: root/tools/glib-ginterface-gen.py
Commit message (Expand)AuthorAgeFilesLines
* Make the code generation tools work under either Python 2 or 3Simon McVittie2013-01-031-14/+8
* Do not include single headers in codegenXavier Claessens2012-09-101-5/+3
* Codegen: write temporary files first, and rename them into placeSimon McVittie2012-03-091-4/+4
* Generate code that uses g_cclosure_marshal_generic()Simon McVittie2012-03-011-6/+3
* ginterface-gen: set PropertiesChanged annotation flagsWill Thompson2011-09-061-0/+22
* glib-ginterface-gen: be sure to give the object in signal argsJonny Lamb2010-11-041-0/+1
* fd.o #27878: glib-ginterface-gen: output gtk-doc separatelySimon McVittie2010-04-301-72/+93
* Merge branch 'telepathy-glib-0.8' into telepathy-glib-0.10Simon McVittie2010-03-021-5/+2
|\
| * tools/glib-ginterface-gen.py: escape the doc-comment betterSimon McVittie2010-03-021-5/+2
* | tools/glib-ginterface-gen.py: allow D-Bus methods' names to be C keywordsSimon McVittie2010-01-111-3/+3
|/
* fd.o #18091: for interfaces with D-Bus methods, document how to write a compl...Simon McVittie2009-07-221-0/+35
* Correctly set self.basename in glib-ginterface-genWill Thompson2009-05-261-3/+4
* Install the type infomation earlierRoss Burton2009-04-071-4/+9
* glib-ginterface-gen: Don't emit empty arrays of method descriptionsSimon McVittie2009-01-201-0/+4
* tools/: raise errors when tp:name-for-bindings is missingSimon McVittie2009-01-191-4/+26
* glib-ginterface-gen.py: use tp:name-for-bindings instead of our own camel-cas...Simon McVittie2009-01-191-5/+5
* glib-ginterface-gen.py: further Python coding style adjustmentsSimon McVittie2008-11-281-1/+3
* glib-ginterface-gen.py: PEP8 complianceSimon McVittie2008-11-281-1/+1
* glib-ginterface-gen.py: remove trailing whitespaceSimon McVittie2008-11-281-7/+7
* Only include properties mixin if requiredRoss Burton2008-11-281-4/+12
* Only use the Properties mixin in there are properties definedRoss Burton2008-11-281-34/+37
* glib-ginterface-gen.py: generate trivial gtkdoc for signalsSimon McVittie2008-09-241-2/+13
* Let the code generation add G_GNUC_UNUSED to function arguments where applicableSjoerd Simons2008-03-231-1/+1
* glib-ginterface-gen: generate glue for the D-Bus core Properties mixinSimon McVittie2008-02-131-11/+58
* glib-ginterface-gen.py: allow interfaces to be marked as tp:implement-service...Simon McVittie2008-02-111-1/+5
* glib-ginterface-gen.py: add hooks to generate introspect info for propertiesSimon McVittie2008-02-071-1/+7
* glib-ginterface-gen.py: don't hard-code _tp signals marshal prefixSimon McVittie2007-11-291-1/+1
* glib-ginterface-gen: allow prefix to contain '/', which is mapped to '_' but ...Simon McVittie2007-11-291-8/+18
* correct the LGPL 2.1 boilerplate (s/Library/Lesser/ and update FSF address)Robert McQueen2007-11-281-2/+2
* Make generated DBusGObjectInfo structures static, and remove dbus_glib_ prefixSimon McVittie2007-11-261-5/+5
* Now we generate our own dbus-glib glue, there's no need to do #define tricks ...Simon McVittie2007-11-261-7/+1
* Integrate dbus-glib glue generation into glib-ginterface-gen rather than runn...Simon McVittie2007-11-261-1/+79
* Revert the code in glib-ginterface-gen that generates references to GType-gen...Simon McVittie2007-11-131-18/+3
* glib-ginterface-gen: Don't allow interfaces that will cause havoc in our API ...Simon McVittie2007-11-131-3/+12
* Replace genginterface.py with glib-ginterface-gen.py.Simon McVittie2007-11-131-0/+578