summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2014-07-07examples: Remove unnecessary dynamic type castsPhilip Withnall3-17/+17
2014-05-17Add some informative debug messagingYouness Alaoui1-1/+2
2014-04-28threaded-example: Make sure the foundation string is NULL terminatedOlivier Crête1-0/+1
2014-04-24example: Prevent possible non-NULL terminated stringOlivier Crête1-0/+1
2014-03-31Initialize variables to reduce unexpected behavior in case something goes wrongOlivier Crête1-1/+1
2013-12-26configure: Verify that the compiler understands warning cflagsOlivier Crête1-1/+1
2013-12-18examples: Remove g_type_init() call for recent GLib versionsPhilip Withnall3-0/+6
2013-12-18examples: Remove redundant non-NULL checksPhilip Withnall2-2/+2
2013-12-18Fix variable shadowingPhilip Withnall1-16/+16
2013-02-22Remove debugging printYouness Alaoui1-1/+0
2013-02-06examples: Make input non blocking to allow exit when remote hangs upYouness Alaoui2-8/+21
2013-02-06Do not unref the mainloop until the thread has joined since it could be still...Youness Alaoui2-2/+2
2013-02-06Do not unref the GThread since g_thread_join takes the reference. Also rename...Bryce Allen2-8/+6
2013-02-04Add example that uses the new SDP parsing APIYouness Alaoui2-1/+278
2013-02-04Fix/clean threaded-exampleYouness Alaoui1-5/+6
2013-02-04Add a similar simple example using threadsYouness Alaoui2-2/+454
2013-02-04example: Exit on Ctrl-D and send EOS signal to the other endYouness Alaoui1-0/+6
2013-02-04Change license for simple-exampleYouness Alaoui1-12/+20
2013-02-01Add a simple example to showcase the API thanks to Bryce AllenYouness Alaoui2-0/+444