summaryrefslogtreecommitdiffstats
path: root/src/audio-settings.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-25audio-settings: Fix unneeded async for GetPropertiesClaudio Takahasi1-1/+1
GetProperties method call for Audio settings returns the reply in the same iteraction, it doesn't need to be asynchronous.
2012-05-20Do not set signature and reply in GDBus tablesLucas De Marchi1-4/+4
Use GDBUS_* macros, so signature and reply fields are not set in each method/signal.
2012-05-20Convert GDBus methods to use macro helpersLucas De Marchi1-3/+5
With these macro helpers we can separate in/out arguments and use their own vector.
2012-05-20Constify GDBus signal tablesHenrique Dante de Almeida1-1/+1
Constify signal tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusSignalTable .* =\)/const \1/g' {} \;
2012-05-20Constify GDBus method tablesHenrique Dante de Almeida1-1/+1
Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \;
2011-10-10core: Update copyright informationMarcel Holtmann1-1/+1
2011-02-02audio-settings: Fix style, use tabs to indentAki Niemi1-1/+1
2010-11-29core: explicitly compare pointers to NULLLucas De Marchi1-6/+6
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
2010-11-26audio-settings: Remove unwanted checkJeevaka Badrappan1-4/+1
2010-11-22src: coding style fixes - rule M6Jeevaka Badrappan1-2/+2
2010-10-01audio: Add helper to get modem information from audio settingsMarcel Holtmann1-0/+5
2010-10-01audio: Add support for notifying about audio modeMarcel Holtmann1-0/+25
2010-10-01audio: Update audio settings API for active notificationMarcel Holtmann1-1/+1
2010-09-29core: Add support for audio settings interfaceMarcel Holtmann1-0/+222