http://bugs.meego.com/show_bug.cgi?id=3562
--- Comment #1 from pohly <[email protected]> 2010-08-24 23:58:54 PDT --- Copied the wrong method. Here's the new one: <method name="StartSessionWithFlags"> <doc:doc><doc:description> Start a session. The object is created instantly but will not be ready for method calls until status changes from "queueing" to "idle". The Detach() method can be called before that. Additional flags, identified by strings, can be passed to control the session creation. They can be retrieved with Session.GetFlags(). The following flags are currently defined: <doc:list> <doc:item><doc:term>no-sync</doc:term><doc:definition>session will not be used for running a synchronization</doc:definition></doc:item> </doc:list> </doc:description></doc:doc> <arg type="s" name="config" direction="in"> <doc:doc><doc:summary>configuration name</doc:summary></doc:doc> </arg> <arg type="a{s}" name="flags" direction="in"> <doc:doc><doc:summary>optional flags</doc:summary></doc:doc> </arg> <arg type="o" name="session" direction="out"> <doc:doc><doc:summary>session D-Bus object path</doc:summary></doc:doc> </arg> </method> -- Configure bugmail: http://bugs.meego.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching someone on the CC list of the bug. _______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
