~xavi-garcia-mena/indicator-sound/check-mpris-properties

« back to all changes in this revision

Viewing changes to src/service.vala

  • Committer: Pete Woods
  • Date: 2013-08-16 03:13:41 UTC
  • mto: This revision was merged to the branch mainline in revision 367.
  • Revision ID: pete.woods@canonical.com-20130816031341-796d95t01jzc0aue
Build using cmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *      Lars Uebernickel <lars.uebernickel@canonical.com>
18
18
 */
19
19
 
20
 
/* Icon.serialize() is not yet in gio-2.0.vapi; remove this when it is */
21
 
extern Variant? g_icon_serialize (Icon icon);
22
 
 
23
20
public class IndicatorSound.Service {
24
21
        public Service () {
25
22
                this.settings = new Settings ("com.canonical.indicator.sound");