Changeset 271ddec3287f6bf325d4ac3bd6388698d28c9aa3

Show
Ignore:
Timestamp:
20/04/08 00:13:06 (6 months ago)
Author:
Mirsal Ennaime <mirsal.ennaime@gmail.com>
git-committer:
Mirsal Ennaime <mirsal.ennaime@gmail.com> 1208643186 +0200
git-parent:

[d12c6644103185190099299e6e2be0290e7754e1]

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

Fix MPRIS method names

Files:

Legend:

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

    rd12c664 r271ddec  
    489489} 
    490490 
    491 DBUS_METHOD( Loop ) 
     491DBUS_METHOD( SetLoop ) 
    492492{ 
    493493    REPLY_INIT; 
     
    552552} 
    553553 
    554 DBUS_METHOD( Random ) 
     554DBUS_METHOD( SetRandom ) 
    555555{ 
    556556    REPLY_INIT; 
     
    677677    METHOD_FUNC( "AddTrack",                AddTrack ); 
    678678    METHOD_FUNC( "DelTrack",                DelTrack ); 
    679     METHOD_FUNC( "Loop",                    Loop ); 
    680     METHOD_FUNC( "Random",                  Random ); 
     679    METHOD_FUNC( "SetLoop",                 SetLoop ); 
     680    METHOD_FUNC( "SetRandom",               SetRandom ); 
    681681 
    682682    return DBUS_HANDLER_RESULT_NOT_YET_HANDLED; 
  • modules/control/dbus.h

    rfa9d4d0 r271ddec  
    192192"      <arg type=\"i\" direction=\"out\" />\n" 
    193193"    </method>\n" 
    194 "    <method name=\"Loop\">\n" 
    195 "      <arg type=\"b\" direction=\"in\" />\n" 
    196 "    </method>\n" 
    197 "    <method name=\"Random\">\n" 
     194"    <method name=\"SetLoop\">\n" 
     195"      <arg type=\"b\" direction=\"in\" />\n" 
     196"    </method>\n" 
     197"    <method name=\"SetRandom\">\n" 
    198198"      <arg type=\"b\" direction=\"in\" />\n" 
    199199"    </method>\n"