summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-16Properly handle flags/enums propertiesHEAD0.6masterDavid Zeuthen1-1/+23
2009-07-04Don't leak object path in EggDBusMessageDavid Zeuthen1-0/+1
2009-06-19Post-release version bump to 0.6David Zeuthen1-2/+2
2009-06-19Bump version to 0.50.5David Zeuthen1-2/+2
2009-06-19Use a private D-Bus connectionDavid Zeuthen1-2/+5
2009-06-16Genereate unique docbook ids for interface detailsYanko Kaneti1-8/+16
2009-05-27take a ref to the GCancellable when sending messages0.4David Zeuthen1-1/+2
2009-02-11fix up harsh language in commentDavid Zeuthen1-18/+22
2009-02-09post-release version bump to 0.4David Zeuthen1-2/+2
2009-02-08forgot to add egg_dbus_method_invocation_get_caller() to sections file0.3David Zeuthen1-0/+1
2009-02-07introduce the concept of complete typesDavid Zeuthen23-383/+2163
2009-02-04fix link to error domains inside interfacesDavid Zeuthen1-1/+1
2009-02-04if structs/enums are declared inside an <interface>, put the docs there tooDavid Zeuthen10-186/+365
2009-02-04add support for gtkdoc style links in docsDavid Zeuthen10-349/+778
2009-02-03generate docbook docs for structsDavid Zeuthen6-2/+158
2009-02-03correctly handle the no-flags-set edge case when generating docbook for enumsDavid Zeuthen1-4/+59
2009-02-03use proper prefix for refentry id of enumerationsDavid Zeuthen1-1/+1
2009-02-03generate Docbook docs for enumerations, flags and error domainsDavid Zeuthen8-4/+248
2009-02-03move docbook generator into separate source filesDavid Zeuthen6-773/+837
2009-02-03docbook generator: expand signature into human readable descriptionDavid Zeuthen1-7/+197
2009-02-02preliminary support for generating Docbook docs for D-Bus interfacesDavid Zeuthen7-65/+629
2009-02-02add stamp files and fix buildsystem so things like 'make -j4' workDavid Zeuthen3-66/+128
2009-01-26don't check for expat, we don't use itDavid Zeuthen1-14/+0
2009-01-21post-release version bump to 0.3David Zeuthen1-2/+2
2009-01-13fix up types for marshallers0.2David Zeuthen1-3/+14
2009-01-13use the right index variableDavid Zeuthen1-2/+2
2009-01-12add egg_dbus_method_invocation_get_caller()David Zeuthen2-0/+20
2009-01-06if NULL is passed for a string, then write the empty string to the wireDavid Zeuthen1-0/+6
2008-12-22add some notes about the need to do interop testingDavid Zeuthen1-1/+10
2008-12-22bump glib dependency to 2.19Ross Burton1-1/+1
2008-12-21post-release version bump to 0.2David Zeuthen1-2/+2
2008-12-21revise TODO list0.1David Zeuthen1-38/+26
2008-12-21remove python server; it's no longer neededDavid Zeuthen1-420/+0
2008-12-21fix make distcheckDavid Zeuthen1-0/+1
2008-12-21require that users define EGG_DBUS_I_KNOW_API_IS_SUBJECT_TO_CHANGEDavid Zeuthen3-1/+6
2008-12-21update docs with some sections we want in the futureDavid Zeuthen1-0/+28
2008-12-21drop the _invoke_ part of generated methods; it's clear it's a D-Bus alreadyDavid Zeuthen8-676/+676
2008-12-21make sure all generated _sync() methods are the first ones listedDavid Zeuthen2-30/+54
2008-12-21fix up -sections.txt fileDavid Zeuthen4-48/+26
2008-12-21add docs for EggDBusVariantDavid Zeuthen6-56/+690
2008-12-21add docs for EggDBusMethodInvocation and add _valist() variantsDavid Zeuthen3-20/+121
2008-12-21add docs for EggDBusInterfaceDavid Zeuthen5-28/+199
2008-12-21add docs for EggDBusMessageDavid Zeuthen5-30/+538
2008-12-21minor EggDBusNameTracker cleanupsDavid Zeuthen1-19/+14
2008-12-21revise interface proxy docsDavid Zeuthen1-6/+6
2008-12-20fix up docs for EggDBusInterfaceProxyDavid Zeuthen2-3/+35
2008-12-20fix up docs for EggDBusObjectProxyDavid Zeuthen2-4/+120
2008-12-20fix up EggDBusConnection docsDavid Zeuthen3-55/+157
2008-12-20remove remaining variant tests; not needed now that our server is in CDavid Zeuthen2-236/+4
2008-12-20bring back test_variant_return()David Zeuthen4-54/+204