gmyth-dbus/src/gmyth-dbus-server.xml
branchtrunk
changeset 912 b200d6198191
parent 904 ea19ac6f452e
child 913 c0f13b16964f
     1.1 --- a/gmyth-dbus/src/gmyth-dbus-server.xml	Fri Feb 01 13:38:20 2008 +0000
     1.2 +++ b/gmyth-dbus/src/gmyth-dbus-server.xml	Thu Feb 07 19:36:22 2008 +0000
     1.3 @@ -11,6 +11,13 @@
     1.4        <arg type="s" name="password" direction="in" />
     1.5      </method>
     1.6  
     1.7 +    <method name="CheckDbConnection">
     1.8 +      <arg type="s" name="host" direction="in" />
     1.9 +      <arg type="i" name="port" direction="in" />
    1.10 +      <arg type="s" name="user" direction="in" />
    1.11 +      <arg type="s" name="password" direction="in" />
    1.12 +    </method>
    1.13 +
    1.14      <method name="Connected">
    1.15        <arg type="b" name="status" direction="out" />
    1.16      </method>