index
:
~david/eggdbus
master
Unnamed repository; edit this file to name it for gitweb.
david
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tests
/
testclient.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-07
introduce the concept of complete types
David Zeuthen
1
-0
/
+38
2008-12-21
drop the _invoke_ part of generated methods; it's clear it's a D-Bus already
David Zeuthen
1
-492
/
+492
2008-12-20
fix up docs for EggDBusObjectProxy
David Zeuthen
1
-1
/
+1
2008-12-20
remove remaining variant tests; not needed now that our server is in C
David Zeuthen
1
-216
/
+4
2008-12-20
bring back test_variant_return()
David Zeuthen
1
-29
/
+37
2008-12-20
bring back test_array_of_arrays()
David Zeuthen
1
-191
/
+217
2008-12-20
bring back test_array_of_hash_table_of_structures()
David Zeuthen
1
-31
/
+35
2008-12-20
bring back test_hash_table_of_hash_tables_of_structures()
David Zeuthen
1
-30
/
+35
2008-12-20
bring back test_hash_table_of_structures()
David Zeuthen
1
-16
/
+15
2008-12-20
bring back test_hash_tables_of_arrays()
David Zeuthen
1
-247
/
+229
2008-12-20
bring back test_hash_tables()
David Zeuthen
1
-191
/
+146
2008-12-19
bring back test_array_of_structure_types()
David Zeuthen
1
-17
/
+17
2008-12-19
bring back test_structure_types()
David Zeuthen
1
-2
/
+2
2008-12-19
bring back test_array_of_primitive_types()
David Zeuthen
1
-125
/
+223
2008-12-19
first stab at refactoring EggDBus to use new collection classes
David Zeuthen
1
-34
/
+36
2008-12-18
add EggDBusHashMap class
David Zeuthen
1
-0
/
+264
2008-12-17
minor changes to ArraySeq
David Zeuthen
1
-105
/
+133
2008-12-15
simplify C convenience functions
David Zeuthen
1
-55
/
+54
2008-12-15
take a #GEqualFunc and add index_of() and friends
David Zeuthen
1
-0
/
+106
2008-12-15
more minor fixups of EggDBusArraySeq
David Zeuthen
1
-17
/
+59
2008-12-15
rename some of the EggDBusArraySeq methods and repair the clear() method
David Zeuthen
1
-10
/
+13
2008-12-15
add a real Array type to end the current abuse of GArray and GList
David Zeuthen
1
-2
/
+285
2008-12-12
add eggdbus-binding-tool(1) man page and a ton of docs for EggDBusStructure
David Zeuthen
1
-2
/
+2
2008-12-11
rework how structures are handled; yay, we no longer need register_types()
David Zeuthen
1
-43
/
+29
2008-12-11
add a way to unregister interfaces
David Zeuthen
1
-8
/
+279
2008-12-10
stop prefixing signals and properties now that interfaces are on separate objs
David Zeuthen
1
-18
/
+23
2008-12-10
use separate proxies for interfaces
David Zeuthen
1
-150
/
+174
2008-12-09
use proper C types instead of abominations like GStrv or EggDBusObjectPath
David Zeuthen
1
-14
/
+14
2008-12-09
add boxed types for ObjectPath and Signature
David Zeuthen
1
-22
/
+49
2008-12-08
create own fundamental types for gint16/guint16
David Zeuthen
1
-4
/
+4
2008-12-08
remove _async() and add _sync(); to discourage use of synchronous calls
David Zeuthen
1
-497
/
+497
2008-12-07
make struct getters non-reffing
David Zeuthen
1
-43
/
+19
2008-12-06
remove potentially confusing assert
David Zeuthen
1
-1
/
+0
2008-12-05
check there's no deadlock when invoking methods from signal handlers
David Zeuthen
1
-1
/
+46
2008-12-05
make error domains declared in introspection XML work properly
David Zeuthen
1
-21
/
+36
2008-12-04
add support for enums (error domains, flags, values)
David Zeuthen
1
-0
/
+46
2008-12-03
add support for user defined struct wrappers
David Zeuthen
1
-0
/
+67
2008-12-02
clean up error handling for org.fd.DBus.Properties and add test cases
David Zeuthen
1
-0
/
+77
2008-12-02
register the accurate object type for interface properties
David Zeuthen
1
-1
/
+28
2008-12-02
remember to disconnect signal handler in ctypes test case
David Zeuthen
1
-0
/
+1
2008-12-02
add support for org.gtk.EggDBus.CType annotation
David Zeuthen
1
-1
/
+97
2008-12-02
minor EggDBusConnection cleanups
David Zeuthen
1
-1
/
+1
2008-12-01
transparently map unregistered GError's back and forth
David Zeuthen
1
-0
/
+60
2008-12-01
implement configurable timeout and add tests
David Zeuthen
1
-3
/
+36
2008-12-01
add cancellation and block-until-ready support
David Zeuthen
1
-78
/
+319
2008-11-30
add back test suite for primitive types
David Zeuthen
1
-1
/
+1
2008-11-30
rename test programs from example to test
David Zeuthen
1
-0
/
+2664