summaryrefslogtreecommitdiff
path: root/examples/lastfm-shout.c
Commit message (Collapse)AuthorAgeFilesLines
* examples: Make c89 compatibleTimm Bäder2016-07-141-1/+1
|
* Remove all GLIB_CHECK_VERSION usesTimm Bäder2016-06-161-4/+0
| | | | Where the checked version is < 2.36, which we now require
* tests: Remove more unused variables/codeChristophe Fergeau2014-09-031-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=735921
* tests: Don't call g_type_init() on newer glibChristophe Fergeau2014-09-031-0/+2
| | | | | | This is deprecated and causes a compile warning https://bugzilla.gnome.org/show_bug.cgi?id=735921
* Drop obsolete g_thread_init()Martin Pitt2012-06-161-1/+0
| | | | | | | | | | Since version 2.2 g_type_init() initializes also the thread system so g_thread_init() is not required anymore. It is deprecated since glib 2.31. Bump glib requirement accordingly. https://bugzilla.gnome.org/show_bug.cgi?id=650061
* examples: Fix compiler warningsRob Bradford2010-09-061-2/+2
|
* examples: add an example to sent a user a shout on Last.fmRoss Burton2010-05-141-0/+146