PathIface.call

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Ret call(string meth, Args args)
  2. void call(string meth, Args args)
    class PathIface
    void
    call
    (
    Ret
    Args...
    )
    (
    string meth
    ,
    Args args
    )
    if (
    allCanDBus!Args &&
    is(Ret == void)
    )

Meta