summaryrefslogtreecommitdiff
path: root/src/tests/testclient.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-07introduce the concept of complete typesDavid Zeuthen1-0/+38
2008-12-21drop the _invoke_ part of generated methods; it's clear it's a D-Bus alreadyDavid Zeuthen1-492/+492
2008-12-20fix up docs for EggDBusObjectProxyDavid Zeuthen1-1/+1
2008-12-20remove remaining variant tests; not needed now that our server is in CDavid Zeuthen1-216/+4
2008-12-20bring back test_variant_return()David Zeuthen1-29/+37
2008-12-20bring back test_array_of_arrays()David Zeuthen1-191/+217
2008-12-20bring back test_array_of_hash_table_of_structures()David Zeuthen1-31/+35
2008-12-20bring back test_hash_table_of_hash_tables_of_structures()David Zeuthen1-30/+35
2008-12-20bring back test_hash_table_of_structures()David Zeuthen1-16/+15
2008-12-20bring back test_hash_tables_of_arrays()David Zeuthen1-247/+229
2008-12-20bring back test_hash_tables()David Zeuthen1-191/+146
2008-12-19bring back test_array_of_structure_types()David Zeuthen1-17/+17
2008-12-19bring back test_structure_types()David Zeuthen1-2/+2
2008-12-19bring back test_array_of_primitive_types()David Zeuthen1-125/+223
2008-12-19first stab at refactoring EggDBus to use new collection classesDavid Zeuthen1-34/+36
2008-12-18add EggDBusHashMap classDavid Zeuthen1-0/+264
2008-12-17minor changes to ArraySeqDavid Zeuthen1-105/+133
2008-12-15simplify C convenience functionsDavid Zeuthen1-55/+54
2008-12-15take a #GEqualFunc and add index_of() and friendsDavid Zeuthen1-0/+106
2008-12-15more minor fixups of EggDBusArraySeqDavid Zeuthen1-17/+59
2008-12-15rename some of the EggDBusArraySeq methods and repair the clear() methodDavid Zeuthen1-10/+13
2008-12-15add a real Array type to end the current abuse of GArray and GListDavid Zeuthen1-2/+285
2008-12-12add eggdbus-binding-tool(1) man page and a ton of docs for EggDBusStructureDavid Zeuthen1-2/+2
2008-12-11rework how structures are handled; yay, we no longer need register_types()David Zeuthen1-43/+29
2008-12-11add a way to unregister interfacesDavid Zeuthen1-8/+279
2008-12-10stop prefixing signals and properties now that interfaces are on separate objsDavid Zeuthen1-18/+23
2008-12-10use separate proxies for interfacesDavid Zeuthen1-150/+174
2008-12-09use proper C types instead of abominations like GStrv or EggDBusObjectPathDavid Zeuthen1-14/+14
2008-12-09add boxed types for ObjectPath and SignatureDavid Zeuthen1-22/+49
2008-12-08create own fundamental types for gint16/guint16David Zeuthen1-4/+4
2008-12-08remove _async() and add _sync(); to discourage use of synchronous callsDavid Zeuthen1-497/+497
2008-12-07make struct getters non-reffingDavid Zeuthen1-43/+19
2008-12-06remove potentially confusing assertDavid Zeuthen1-1/+0
2008-12-05check there's no deadlock when invoking methods from signal handlersDavid Zeuthen1-1/+46
2008-12-05make error domains declared in introspection XML work properlyDavid Zeuthen1-21/+36
2008-12-04add support for enums (error domains, flags, values)David Zeuthen1-0/+46
2008-12-03add support for user defined struct wrappersDavid Zeuthen1-0/+67
2008-12-02clean up error handling for org.fd.DBus.Properties and add test casesDavid Zeuthen1-0/+77
2008-12-02register the accurate object type for interface propertiesDavid Zeuthen1-1/+28
2008-12-02remember to disconnect signal handler in ctypes test caseDavid Zeuthen1-0/+1
2008-12-02add support for org.gtk.EggDBus.CType annotationDavid Zeuthen1-1/+97
2008-12-02minor EggDBusConnection cleanupsDavid Zeuthen1-1/+1
2008-12-01transparently map unregistered GError's back and forthDavid Zeuthen1-0/+60
2008-12-01implement configurable timeout and add testsDavid Zeuthen1-3/+36
2008-12-01add cancellation and block-until-ready supportDavid Zeuthen1-78/+319
2008-11-30add back test suite for primitive typesDavid Zeuthen1-1/+1
2008-11-30rename test programs from example to testDavid Zeuthen1-0/+2664