summaryrefslogtreecommitdiff
path: root/examples/sdp-example.c
Commit message (Expand)AuthorAgeFilesLines
* agent: Remove redundant GLIB_CHECK_VERSION macrosPhilip Withnall2015-10-011-2/+0
* tests: Remove g_type_init() callsPhilip Withnall2015-10-011-4/+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-2/+5
* examples: Make them build and work on WindowsOlivier Crête2015-04-221-4/+10
* examples: Remove unnecessary dynamic type castsPhilip Withnall2014-07-071-5/+5
* Add some informative debug messagingYouness Alaoui2014-05-171-1/+2
* examples: Remove g_type_init() call for recent GLib versionsPhilip Withnall2013-12-181-0/+2
* Remove debugging printYouness Alaoui2013-02-221-1/+0
* examples: Make input non blocking to allow exit when remote hangs upYouness Alaoui2013-02-061-4/+11
* 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
* Add example that uses the new SDP parsing APIYouness Alaoui2013-02-041-0/+273