aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* in main(), balance the notify_init() call with a notify_uninit() right ↵Charles Kerr2015-03-101-0/+2
| | | | before exiting
* in main.c's g_bus_own_name() calls, move service creation/export to ↵Charles Kerr2015-03-101-21/+35
| | | | bus_acquired_handler to ensure that everything is exported onto the bus before name_acquired_handler is reached
* move from g_bus_own_name_on_connection() to g_bus_own_name() to simplify the ↵Charles Kerr2015-03-061-20/+10
| | | | code
* Better commentTed Gould2015-02-111-3/+15
|
* Make it so that Vala stops generating circular referencesTed Gould2015-02-111-5/+30
|
* Pulling the mainloop out of the service objectTed Gould2015-02-111-4/+18
|
* Make it so that the accounts service object is made outside of the service ↵Ted Gould2015-02-091-1/+4
| | | | object
* Make it so that we can inject the volume control object into the serviceTed Gould2015-02-091-1/+3
|
* Truth is difficultTed Gould2014-02-251-1/+1
|
* Detect which player list we need at startupTed Gould2014-02-121-1/+7
|
* Move the player list outside of the service creationTed Gould2014-02-121-1/+4
|
* Switch the build to have a library of all the vala componentsTed Gould2014-02-111-0/+32