summaryrefslogtreecommitdiffstats
path: root/src/dso.c
Commit message (Collapse)AuthorAgeFilesLines
* src: reindent for 8ch indentingLennart Poettering2010-02-201-224/+226
| | | | | | | | | | I am slowly moving all my projects to kernel-inspired 8ch indenting. This will break patches that haven't been merged yet, which I am aware of, but OTOH in times of git's --ignore-space-change shouldn't be too problematic. Yes, I am aware that reindenting like this sucks, but I cannot stand 4ch indenting anymore. Sorry.
* implement ca_context_playing() callLennart Poettering2009-08-271-1/+16
|
* dso: quieten gcc a bitLennart Poettering2009-08-271-1/+1
|
* dso: don't assume LT_ERROR_MAX is size of table[]Marc-André Lureau2009-07-311-2/+5
|
* make _change_device() call take a const stringLennart Poettering2008-10-261-1/+1
|
* don't call the driver's destroy function when initialization failedLennart Poettering2008-10-261-0/+1
|
* remove variable names from argument lists to avoid stupid compiler shadow ↵Lennart Poettering2008-10-051-5/+5
| | | | warnings
* multi: accept CANBERRA_DRIVER=multi, pulseMarc-André Lureau2008-08-271-4/+27
| | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net>
* enable a few additional gcc warnings and fix all problems foundLennart Poettering2008-08-141-1/+1
|
* fix license wordingLennart Poettering2008-08-061-1/+1
|
* export the driver_order as ca_driver_orderLennart Poettering2008-06-251-12/+2
|
* Replace streq with ca_streqMarc-André Lureau2008-06-241-1/+1
| | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net>
* move plugins to a subdirectory of /usr/libLennart Poettering2008-06-141-1/+1
|
* Make automatic backend discovery actually workLennart Poettering2008-06-111-2/+9
|
* Remove svn ids, since they are obsolete in git timesLennart Poettering2008-06-101-2/+0
|
* extend the the gtk moduleLennart Poettering2008-06-101-9/+45
| | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@60 01b60673-d06a-42c0-afdd-89cb8e0f78ac
* unify double inclusion defines src/sound-theme-spec.h src/read-wav.h ↵Lennart Poettering2008-06-061-6/+2
| | | | | | src/read-vorbis.h src/proplist.h src/mutex.h src/llist.h src/common.h git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@52 01b60673-d06a-42c0-afdd-89cb8e0f78ac
* add DSO backendLennart Poettering2008-06-051-0/+309
git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@47 01b60673-d06a-42c0-afdd-89cb8e0f78ac