summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-08Update man pageHEADmasterDavid Zeuthen5-355/+347
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 Zeuthen2-45/+13
2011-04-07Use path_namespace, not path_prefixDavid Zeuthen1-3/+3
2011-04-04Expand to Method(), "Property" and "Signal" just like gtk-doc doesDavid Zeuthen1-2/+2
2011-04-04Expand links in the proper orderDavid Zeuthen1-2/+8
2011-04-04Unbreak indexDavid Zeuthen1-3/+3
2011-04-04Don't include interface name in method, signal and property linksDavid Zeuthen1-3/+3
2011-04-04Expand inline references to D-Bus interfaces, methods, signals and propertiesDavid Zeuthen3-16/+52
2011-04-04Fix broken linkDavid Zeuthen1-2/+2
2011-04-04Generate one XML file per refentryDavid Zeuthen4-12/+19
2011-04-04Reword some of the headings and IndexTermDavid Zeuthen1-9/+9
2011-04-03Generalize strip prefix and use it in the doc indexDavid Zeuthen7-33/+32
2011-04-03Generate indexterm for interfaces, methods, signals and propertiesDavid Zeuthen2-0/+7
2011-03-31Nuke debug and rename some parametersDavid Zeuthen1-70/+18
2011-03-31Generate <chapter> instead of <reference>David Zeuthen2-13/+25
2011-03-31Add a --generate-docbook optionDavid Zeuthen9-173/+687
2011-03-28Optimize linear search awayDavid Zeuthen1-2/+2
2011-03-28Print a warning if Property.Set() failsDavid Zeuthen1-3/+21
2011-03-21Also emit ::authorize-method signals on the enclosing objectDavid Zeuthen10-28/+234
2011-03-18Add a way to authorize and run method implementations in a threadDavid Zeuthen10-140/+848
2011-03-18Add type-safe callback macrosDavid Zeuthen2-12/+46
2011-03-17Actually implement interface functions in GDBusObjectManagerServerDavid Zeuthen2-12/+23
2011-03-17Make GDBusObjectManager an interface and add Client, Server implementationsDavid Zeuthen17-1618/+1763
2011-03-16Avoid double typedefsDavid Zeuthen1-3/+0
2011-03-16Add forgotten filesDavid Zeuthen2-0/+292
2011-03-16Fix up docsDavid Zeuthen6-18/+21
2011-03-16Nuke unused codeDavid Zeuthen5-444/+0
2011-03-16Rework object model significantlyDavid Zeuthen23-1236/+1215
2011-03-08Switch to using the org.freedesktop.DBus.ObjectManager interfaceDavid Zeuthen3-86/+63
2011-03-08Use path_prefix match rule for efficiencyDavid Zeuthen1-25/+96
2011-03-04Use GDBusProxyManagerFlags for proxy manager, not GDBusProxyFlagsDavid Zeuthen1-52/+52
2011-02-28Switch from arrays to dictsDavid Zeuthen3-23/+22
2011-02-24Fix buildDavid Zeuthen1-6/+0
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-15Set the right free_func for bytestringsDavid Zeuthen1-0/+1
2011-02-15Don't call g_variant_unref() with a NULL GVariantDavid Zeuthen1-1/+5
2011-02-14Handle introspection XML with unnamed argumentsDavid Zeuthen2-7/+20
2011-02-14Fix corner-cases bugs for namespace handlingDavid Zeuthen1-15/+19
2011-02-14Make annotations passed on command-line take precedenceDavid Zeuthen1-1/+1
2011-02-14Clean up optionsDavid Zeuthen3-292/+20
2011-02-14Nuke unused options passed to gdbus-codegenDavid Zeuthen1-2/+0
2011-02-14Add tests for org.gtk.GDBus.Name annotationDavid Zeuthen1-0/+14
2011-02-14Support org.gtk.GDBus.Name annotationDavid Zeuthen3-5/+23
2011-02-14Rewrite D-Bus XML parser in python instead of using the one in libgioDavid Zeuthen4-84/+301
2011-02-12Move python around someDavid Zeuthen5-307/+299