Changeset 3224d9bbd812d8909029b14a8159c18b86ba7440

Show
Ignore:
Timestamp:
04/29/08 03:16:04 (2 weeks ago)
Author:
Mirsal Ennaime <mirsal.ennaime@gmail.com>
git-committer:
Mirsal Ennaime <mirsal.ennaime@gmail.com> 1209431764 +0200
git-parent:

[469cfd7e0ee2e367ef639a6e8064337546314659]

git-author:
Mirsal Ennaime <mirsal.ennaime@gmail.com> 1209431764 +0200
Message:

Move the MPRIS Quit method to the root dbus object.
This closes #1565

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/control/dbus.c

    r271ddec r3224d9b  
    633633    METHOD_FUNC( "Identity",                Identity ); 
    634634    METHOD_FUNC( "MprisVersion",            MprisVersion ); 
     635    METHOD_FUNC( "Quit",                    Quit ); 
    635636 
    636637    return DBUS_HANDLER_RESULT_NOT_YET_HANDLED; 
     
    648649    METHOD_FUNC( "Prev",                    Prev ); 
    649650    METHOD_FUNC( "Next",                    Next ); 
    650     METHOD_FUNC( "Quit",                    Quit ); 
    651651    METHOD_FUNC( "Stop",                    Stop ); 
    652652    METHOD_FUNC( "Play",                    Play ); 
  • modules/control/dbus.h

    r271ddec r3224d9b  
    102102"      <arg type=\"(qq)\" direction=\"out\" />\n" 
    103103"    </method>\n" 
     104"    <method name=\"Quit\">\n" 
     105"    </method>\n" 
    104106"  </interface>\n" 
    105107"</node>\n" 
     
    119121"      <arg type=\"(iiii)\" direction=\"out\" />\n" 
    120122"    </method>\n" 
    121 "    <method name=\"Quit\">\n" 
    122 "    </method>\n" 
    123123"    <method name=\"Prev\">\n" 
    124124"    </method>\n"