summaryrefslogtreecommitdiff
path: root/tools/glib-ginterface-gen.py
AgeCommit message (Expand)AuthorFilesLines
2010-04-30fd.o #27878: glib-ginterface-gen: output gtk-doc separatelySimon McVittie1-72/+93
2010-03-02Merge branch 'telepathy-glib-0.8' into telepathy-glib-0.10Simon McVittie1-5/+2
2010-03-02tools/glib-ginterface-gen.py: escape the doc-comment betterSimon McVittie1-5/+2
2010-01-11tools/glib-ginterface-gen.py: allow D-Bus methods' names to be C keywordsSimon McVittie1-3/+3
2009-07-22fd.o #18091: for interfaces with D-Bus methods, document how to write a compl...Simon McVittie1-0/+35
2009-05-26Correctly set self.basename in glib-ginterface-genWill Thompson1-3/+4
2009-04-07Install the type infomation earlierRoss Burton1-4/+9
2009-01-20glib-ginterface-gen: Don't emit empty arrays of method descriptionsSimon McVittie1-0/+4
2009-01-19tools/: raise errors when tp:name-for-bindings is missingSimon McVittie1-4/+26
2009-01-19glib-ginterface-gen.py: use tp:name-for-bindings instead of our own camel-cas...Simon McVittie1-5/+5
2008-11-28glib-ginterface-gen.py: further Python coding style adjustmentsSimon McVittie1-1/+3
2008-11-28glib-ginterface-gen.py: PEP8 complianceSimon McVittie1-1/+1
2008-11-28glib-ginterface-gen.py: remove trailing whitespaceSimon McVittie1-7/+7
2008-11-28Only include properties mixin if requiredRoss Burton1-4/+12
2008-11-28Only use the Properties mixin in there are properties definedRoss Burton1-34/+37
2008-09-24glib-ginterface-gen.py: generate trivial gtkdoc for signalsSimon McVittie1-2/+13
2008-03-23Let the code generation add G_GNUC_UNUSED to function arguments where applicableSjoerd Simons1-1/+1
2008-02-13glib-ginterface-gen: generate glue for the D-Bus core Properties mixinSimon McVittie1-11/+58
2008-02-11glib-ginterface-gen.py: allow interfaces to be marked as tp:implement-service...Simon McVittie1-1/+5
2008-02-07glib-ginterface-gen.py: add hooks to generate introspect info for propertiesSimon McVittie1-1/+7
2007-11-29glib-ginterface-gen.py: don't hard-code _tp signals marshal prefixSimon McVittie1-1/+1
2007-11-29glib-ginterface-gen: allow prefix to contain '/', which is mapped to '_' but ...Simon McVittie1-8/+18
2007-11-28correct the LGPL 2.1 boilerplate (s/Library/Lesser/ and update FSF address)Robert McQueen1-2/+2
2007-11-26Make generated DBusGObjectInfo structures static, and remove dbus_glib_ prefixSimon McVittie1-5/+5
2007-11-26Now we generate our own dbus-glib glue, there's no need to do #define tricks ...Simon McVittie1-7/+1
2007-11-26Integrate dbus-glib glue generation into glib-ginterface-gen rather than runn...Simon McVittie1-1/+79
2007-11-13Revert the code in glib-ginterface-gen that generates references to GType-gen...Simon McVittie1-18/+3
2007-11-13glib-ginterface-gen: Don't allow interfaces that will cause havoc in our API ...Simon McVittie1-3/+12
2007-11-13Replace genginterface.py with glib-ginterface-gen.py.Simon McVittie1-0/+578