]> git.sesse.net Git - vlc/commitdiff
Correct method signature
authorRafaël Carré <funman@videolan.org>
Tue, 21 Nov 2006 05:40:58 +0000 (05:40 +0000)
committerRafaël Carré <funman@videolan.org>
Tue, 21 Nov 2006 05:40:58 +0000 (05:40 +0000)
modules/control/dbus.h

index ecc4eecc360d28fe3f9cbb48817fe05a64835560..7f629705b17e2a54a366be84e64fae806f566916 100644 (file)
@@ -87,7 +87,7 @@ const char* psz_introspection_xml_data =
 "      <arg type=\"s\" direction=\"out\" />\n"
 "    </method>\n"
 "    <method name=\"TogglePause\">\n"
-"      <arg type=\"s\" direction=\"out\" />\n"
+"      <arg type=\"b\" direction=\"out\" />\n"
 "    </method>\n"
 "    <method name=\"AddMRL\">\n"
 "      <arg type=\"s\" direction=\"in\" />\n"