summaryrefslogtreecommitdiff
path: root/examples/threaded-example.c
Commit message (Expand)AuthorAgeFilesLines
* examples: fix compiler extra warningsFabrice Bellet2019-07-111-1/+1
* examples: fix compiler warning about uninitialized variablesFabrice Bellet2019-07-041-1/+1
* agent: Remove redundant GLIB_CHECK_VERSION macrosPhilip Withnall2015-10-011-2/+0
* tests: Remove g_type_init() callsPhilip Withnall2015-10-011-5/+0
* examples: Use the correct g_io_channel_win32_new_fd() functionOlivier Crête2015-04-281-1/+1
* examples: Make them built on non-win32 with GLib < 2.36Olivier Crête2015-04-221-1/+5
* examples: Make them build and work on WindowsOlivier Crête2015-04-221-3/+9
* examples: Remove unnecessary dynamic type castsPhilip Withnall2014-07-071-6/+6
* threaded-example: Make sure the foundation string is NULL terminatedOlivier Crête2014-04-281-0/+1
* examples: Remove g_type_init() call for recent GLib versionsPhilip Withnall2013-12-181-0/+2
* examples: Remove redundant non-NULL checksPhilip Withnall2013-12-181-1/+1
* examples: Make input non blocking to allow exit when remote hangs upYouness Alaoui2013-02-061-4/+10
* Do not unref the mainloop until the thread has joined since it could be still...Youness Alaoui2013-02-061-1/+1
* Do not unref the GThread since g_thread_join takes the reference. Also rename...Bryce Allen2013-02-061-4/+3
* Fix/clean threaded-exampleYouness Alaoui2013-02-041-5/+6
* Add a similar simple example using threadsYouness Alaoui2013-02-041-0/+449