summaryrefslogtreecommitdiff
path: root/examples/threaded-example.c
Commit message (Collapse)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
| | | | | | We know the agent is a GObject — there is no need to check it at runtime. This also improves Tartan’s static analysis of signal connections.
* 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
| | | | The return value of g_strsplit() can never be NULL.
* 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 ↵Youness Alaoui2013-02-061-1/+1
| | | | still using it
* Do not unref the GThread since g_thread_join takes the reference. Also ↵Bryce Allen2013-02-061-4/+3
| | | | rename the variable.
* Fix/clean threaded-exampleYouness Alaoui2013-02-041-5/+6
|
* Add a similar simple example using threadsYouness Alaoui2013-02-041-0/+449