summaryrefslogtreecommitdiff
path: root/src/codegen.py
AgeCommit message (Expand)AuthorFilesLines
2011-04-08Update man pageHEADmasterDavid Zeuthen1-2/+2
2011-04-08Make the generated GDBusProxyTypeFunc O(1)David Zeuthen1-7/+13
2011-04-08Lookups are no longer O(n), they're O(1) as of 2.29.xDavid Zeuthen1-2/+0
2011-04-08Remove TODO items about g_signal_lookupDavid Zeuthen1-2/+0
2011-04-08Nuke type-safe callbacks for nowDavid Zeuthen1-32/+0
2011-04-03Generalize strip prefix and use it in the doc indexDavid Zeuthen1-3/+2
2011-03-31Add a --generate-docbook optionDavid Zeuthen1-153/+0
2011-03-28Optimize linear search awayDavid Zeuthen1-2/+2
2011-03-28Print a warning if Property.Set() failsDavid Zeuthen1-3/+21
2011-03-18Add a way to authorize and run method implementations in a threadDavid Zeuthen1-37/+20
2011-03-18Add type-safe callback macrosDavid Zeuthen1-0/+32
2011-03-17Make GDBusObjectManager an interface and add Client, Server implementationsDavid Zeuthen1-59/+60
2011-03-16Rework object model significantlyDavid Zeuthen1-68/+23
2011-03-04Use GDBusProxyManagerFlags for proxy manager, not GDBusProxyFlagsDavid Zeuthen1-52/+52
2011-02-15Fix off-by-one bug affecting interfaces with only a single propertyDavid Zeuthen1-4/+4
2011-02-15Fix bug in array string comparison when passing two NULL valuesDavid Zeuthen1-1/+4
2011-02-15Make comparisons of array of strings actually workDavid Zeuthen1-2/+2
2011-02-15Don't call g_variant_unref() with a NULL GVariantDavid Zeuthen1-1/+5
2011-02-14Make annotations passed on command-line take precedenceDavid Zeuthen1-1/+1
2011-02-14Clean up optionsDavid Zeuthen1-23/+14
2011-02-14Support org.gtk.GDBus.Name annotationDavid Zeuthen1-1/+0
2011-02-14Rewrite D-Bus XML parser in python instead of using the one in libgioDavid Zeuthen1-35/+61
2011-02-12Move python around someDavid Zeuthen1-287/+10
2011-02-12Start cleaning up Python codeDavid Zeuthen1-0/+2563