Daemon method_d **************** Documentation for the daemons-method_d daemon in */daemons/method_d.c*. Functions ========= .. c:function:: void add_method(string method, string *equivs...) Add a method and a set of equivalents Any arguments after the first are equivalents to the method. .. c:function:: void remove_method(string method) Remove a method and it's equivalents .. c:function:: string *list_methods() Return an array of all methods which have equivalents .. c:function:: void remove_method_equivalents(string method, string *equivs...) Remove equivalents from a given method .. c:function:: string *list_method_equivalents(string method) Return an array of equivalents to a given method *File generated by Lima 1.1a4 reStructured Text daemon.*