summaryrefslogtreecommitdiff
path: root/src/org.project.xml
AgeCommit message (Expand)AuthorFilesLines
2011-04-08Update man pageHEADmasterDavid Zeuthen1-16/+16
2011-04-04Expand inline references to D-Bus interfaces, methods, signals and propertiesDavid Zeuthen1-0/+5
2011-03-31Add a --generate-docbook optionDavid Zeuthen1-4/+117
2011-03-21Also emit ::authorize-method signals on the enclosing objectDavid Zeuthen1-0/+1
2011-03-18Add a way to authorize and run method implementations in a threadDavid Zeuthen1-0/+13
2011-02-14Support org.gtk.GDBus.Name annotationDavid Zeuthen1-1/+1
2011-02-12Handle the case where a method is not implementedDavid Zeuthen1-0/+2
2011-02-04Start rewriting the codegen in PythonDavid Zeuthen1-37/+1
2010-09-15Map bytestring (ay) and arrays of bytestring (aay) to natural C typesDavid Zeuthen1-13/+74
2010-09-03Use _get_gtype() for the GInterface to support D-Bus properties called TypeDavid Zeuthen1-0/+3
2010-08-24Simplify type mapping for boxed and GObject-derived typesDavid Zeuthen1-10/+10
2010-08-24Also support annotations for argumentsDavid Zeuthen1-1/+1
2010-08-24Include annotations and make it possible to inject annotations from cmdlineDavid Zeuthen1-0/+2
2010-08-23Check that unset properties are returned as empty propertiesDavid Zeuthen1-0/+12
2010-05-20Rename the org.gtk.GDBus.TypeName annotation to org.gtk.GDBus.NameDavid Zeuthen1-5/+19
2010-05-18Also support object based typesDavid Zeuthen1-0/+18
2010-05-18Add support for using boxed typesDavid Zeuthen1-0/+23
2010-05-17Add more test coverage and introduce the org.gtk.GDBus.TypeName annotationDavid Zeuthen1-0/+111