summaryrefslogtreecommitdiff
path: root/src
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-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-07introduce the concept of complete typesDavid Zeuthen21-383/+2161
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 Zeuthen8-178/+365
2009-02-04add support for gtkdoc style links in docsDavid Zeuthen10-349/+778
2009-02-03generate docbook docs for structsDavid Zeuthen4-2/+148
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 Zeuthen6-4/+228
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 Zeuthen5-62/+608
2009-02-02add stamp files and fix buildsystem so things like 'make -j4' workDavid Zeuthen3-66/+128
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-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-21drop the _invoke_ part of generated methods; it's clear it's a D-Bus alreadyDavid Zeuthen7-604/+604
2008-12-21make sure all generated _sync() methods are the first ones listedDavid Zeuthen1-6/+30
2008-12-21fix up -sections.txt fileDavid Zeuthen1-1/+0
2008-12-21add docs for EggDBusVariantDavid Zeuthen5-6/+627
2008-12-21add docs for EggDBusMethodInvocation and add _valist() variantsDavid Zeuthen2-20/+119
2008-12-21add docs for EggDBusInterfaceDavid Zeuthen4-26/+197
2008-12-21add docs for EggDBusMessageDavid Zeuthen4-26/+534
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 Zeuthen1-44/+149
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
2008-12-20bring back test_array_of_arrays()David Zeuthen4-205/+287
2008-12-20bring back test_array_of_hash_table_of_structures()David Zeuthen3-36/+80
2008-12-20bring back test_hash_table_of_hash_tables_of_structures()David Zeuthen3-42/+90
2008-12-20bring back test_hash_table_of_structures()David Zeuthen2-16/+54
2008-12-20bring back test_hash_tables_of_arrays()David Zeuthen3-249/+385
2008-12-20bring back test_hash_tables()David Zeuthen4-196/+394
2008-12-19bring back test_array_of_structure_types()David Zeuthen2-22/+55
2008-12-19bring back test_structure_types()David Zeuthen2-2/+24
2008-12-19bring back test_array_of_primitive_types()David Zeuthen5-214/+381
2008-12-19first stab at refactoring EggDBus to use new collection classesDavid Zeuthen29-1756/+647
2008-12-18add docs for EggDBusHashMapDavid Zeuthen1-2/+477