summaryrefslogtreecommitdiff
path: root/examples/threaded-example.c
Commit message (Expand)AuthorAgeFilesLines
* 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