summaryrefslogtreecommitdiff
path: root/gio/tests/gdbus-test-codegen.c
Commit message (Expand)AuthorAgeFilesLines
* gdbus-test-codegen: Cast to void* to printf "%p"Daniel Boles2018-01-011-1/+1
* tests: Fix some minor memory leaks in gdbus-test-codegenPhilip Withnall2017-11-281-0/+5
* codegen: fix array out-param annotationsTim Waugh2017-11-281-2/+36
* gio/tests/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* tests: replace most g_print() with g_printerr()Simon McVittie2015-05-111-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Tests: add session_bus_run() and use it where possibleXavier Claessens2013-10-291-10/+1
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-2/+2
* build: Don't use C99 declarationsColin Walters2012-11-011-7/+7
* Remove g_type_init() callsRyan Lortie2012-10-161-1/+0
* Remove some more 'the the'Matthias Clasen2012-08-191-2/+2
* gdbus-codegen: Don't generate invalid GObject property namesDavid Zeuthen2012-07-061-0/+28
* gdbus: fix generated code to not warn under -Wfloat-equalDan Winship2012-06-201-0/+31
* Use GTestDBus in all GDBus unit testsXavier Claessens2012-04-191-11/+0
* Revert "Add GTestDBus object"David Zeuthen2012-04-181-0/+11
* Add GTestDBus objectXavier Claessens2012-04-181-11/+0
* gdbus-codegen: Don't leak stuff in testsDavid Zeuthen2012-04-171-41/+67
* Improve GBusObjectManager test coverageMatthias Clasen2012-04-021-1/+56
* gio/tests: Use g_list_free_full() convenience functionJavier Jardón2012-01-021-6/+3
* g_thread_new: never failRyan Lortie2011-10-131-2/+1
* thread: nuke the concept of 'joinable'Ryan Lortie2011-10-131-1/+0
* Don't use deprecated GThread API in gio testsMatthias Clasen2011-10-101-4/+5
* GDBusObjectManagerServer: Add test for export_uniquely() methodDavid Zeuthen2011-09-191-0/+27
* gdbus-codegen: Support Ugly_Case for given C namespaceDavid Zeuthen2011-09-161-286/+286
* gdbus-codegen: Rework C property gettersDavid Zeuthen2011-08-231-0/+23
* gdbus-codegen: Use G_TYPE_STRV/gchar** for GVariant type 'ao'David Zeuthen2011-07-211-11/+13
* gdbus-test-codegen: Allocate full integer space for uint16 propertiesColin Walters2011-06-201-2/+2
* GDBusObjectManagerServer: Allow setting :connection propertyDavid Zeuthen2011-05-041-1/+13
* gdbus-codegen: Generate GDBusObject{,Proxy,Skeleton} subtypesDavid Zeuthen2011-04-251-123/+42
* GDBusObjectManagerClient: Add a GDestroyNotify to the user_dataDavid Zeuthen2011-04-161-8/+10
* gdbus-codegen: Make generated code introspectableDavid Zeuthen2011-04-161-1/+1
* gdbus-codegen: Don't send out PropertiesChanged if value ends up not changingDavid Zeuthen2011-04-151-1/+58
* GDBus: Support Ugly_Case and use org.gtk.GDBus.C.Name since it's C-onlyDavid Zeuthen2011-04-151-0/+6
* GDBus: Use Skeleton instead of StubDavid Zeuthen2011-04-131-77/+77
* Add support for org.gtk.GDBus.Since annotationDavid Zeuthen2011-04-121-0/+22
* GDBus: Add test-suite for new ObjectManager and gdbus-codegen(1) codeDavid Zeuthen2011-04-111-0/+2178