summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Zeuthen5-196/+396
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 Zeuthen6-214/+383
2008-12-19first stab at refactoring EggDBus to use new collection classesDavid Zeuthen30-1824/+660
2008-12-18add docs for EggDBusHashMapDavid Zeuthen2-454/+922
2008-12-18add EggDBusHashMap classDavid Zeuthen8-16/+1412
2008-12-17fix up enum templates now that ArraySeq has no flags anymoreDavid Zeuthen1-1/+0
2008-12-17minor changes to ArraySeqDavid Zeuthen3-522/+519
2008-12-15simplify C convenience functionsDavid Zeuthen4-998/+320
2008-12-15take a #GEqualFunc and add index_of() and friendsDavid Zeuthen4-82/+358
2008-12-15more minor fixups of EggDBusArraySeqDavid Zeuthen3-195/+244
2008-12-15rename some of the EggDBusArraySeq methods and repair the clear() methodDavid Zeuthen4-104/+113
2008-12-15don't leak data in EggDBusArraySeqDavid Zeuthen1-3/+10
2008-12-15add a real Array type to end the current abuse of GArray and GListDavid Zeuthen12-5/+2518
2008-12-12add "Free with XYZ()" to the generated gtk-docDavid Zeuthen1-2/+48
2008-12-12now that we have the doc framework sorted, document all D-Bus interfacesDavid Zeuthen7-60/+260
2008-12-12fix up generated gtk-doc; every element now accepts a .DocString annotationDavid Zeuthen12-178/+681
2008-12-12rename dbus2gobject to eggdbus-binding-tool and prune TODO listDavid Zeuthen8-33/+24
2008-12-12use g_object_new() in the TestSubject constructorDavid Zeuthen1-1/+5
2008-12-12add eggdbus-binding-tool(1) man page and a ton of docs for EggDBusStructureDavid Zeuthen11-8/+265
2008-12-11rework how structures are handled; yay, we no longer need register_types()David Zeuthen14-274/+395
2008-12-11add a way to unregister interfacesDavid Zeuthen16-132/+916
2008-12-10move the impl classes to libeggdbustests so gtk-doc worksDavid Zeuthen1-3/+3
2008-12-10avoid printing out the same node name multiple timesDavid Zeuthen1-1/+14
2008-12-10move interface implementations to separate files in the test suiteDavid Zeuthen8-1037/+1253
2008-12-10stop prefixing signals and properties now that interfaces are on separate objsDavid Zeuthen4-44/+34
2008-12-10clarify docsDavid Zeuthen1-4/+4
2008-12-10no need to make InterfaceProxy implement the Properties interfaceDavid Zeuthen1-11/+3
2008-12-10use separate proxies for interfacesDavid Zeuthen25-1538/+2299
2008-12-09forgot to add src/tests/testtypes.hDavid Zeuthen1-0/+27
2008-12-09forgot to add eggdbus-1.pc.inDavid Zeuthen1-0/+11
2008-12-09make proxy instance and class structures publicDavid Zeuthen2-34/+78
2008-12-09use proper C types instead of abominations like GStrv or EggDBusObjectPathDavid Zeuthen12-133/+134
2008-12-09add boxed types for ObjectPath and SignatureDavid Zeuthen28-470/+1235
2008-12-08create own fundamental types for gint16/guint16David Zeuthen17-32/+1640
2008-12-08remove typedef EggDBusTypeMapperFunc; it's no longer usedDavid Zeuthen1-2/+0
2008-12-08remove _async() and add _sync(); to discourage use of synchronous callsDavid Zeuthen9-702/+697
2008-12-07always include eggdbus/eggdbus.h in bindingstypes.hDavid Zeuthen1-0/+1
2008-12-07use org.gtk.EggDBus.Name instead of org.gtk.GObject.ClassNameDavid Zeuthen2-2/+2
2008-12-07use double-quotes for including locally generated files, not angle bracketsDavid Zeuthen1-1/+1
2008-12-07fix up include file messDavid Zeuthen9-60/+74
2008-12-07make struct getters non-reffingDavid Zeuthen4-63/+33
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