summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* examples: Make them build and work on WindowsOlivier Crête2015-04-223-7/+27
* examples: Remove unnecessary dynamic type castsPhilip Withnall2014-07-073-17/+17
* Add some informative debug messagingYouness Alaoui2014-05-171-1/+2
* threaded-example: Make sure the foundation string is NULL terminatedOlivier Crête2014-04-281-0/+1
* example: Prevent possible non-NULL terminated stringOlivier Crête2014-04-241-0/+1
* Initialize variables to reduce unexpected behavior in case something goes wrongOlivier Crête2014-03-311-1/+1
* configure: Verify that the compiler understands warning cflagsOlivier Crête2013-12-261-1/+1
* examples: Remove g_type_init() call for recent GLib versionsPhilip Withnall2013-12-183-0/+6
* examples: Remove redundant non-NULL checksPhilip Withnall2013-12-182-2/+2
* Fix variable shadowingPhilip Withnall2013-12-181-16/+16
* Remove debugging printYouness Alaoui2013-02-221-1/+0
* examples: Make input non blocking to allow exit when remote hangs upYouness Alaoui2013-02-062-8/+21
* Do not unref the mainloop until the thread has joined since it could be still...Youness Alaoui2013-02-062-2/+2
* Do not unref the GThread since g_thread_join takes the reference. Also rename...Bryce Allen2013-02-062-8/+6
* Add example that uses the new SDP parsing APIYouness Alaoui2013-02-042-1/+278
* Fix/clean threaded-exampleYouness Alaoui2013-02-041-5/+6
* Add a similar simple example using threadsYouness Alaoui2013-02-042-2/+454
* example: Exit on Ctrl-D and send EOS signal to the other endYouness Alaoui2013-02-041-0/+6
* Change license for simple-exampleYouness Alaoui2013-02-041-12/+20
* Add a simple example to showcase the API thanks to Bryce AllenYouness Alaoui2013-02-012-0/+444