Daemon method_d
Documentation for the daemons-method_d daemon in /daemons/method_d.c.
Functions
- 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.
-
void remove_method(string method)
Remove a method and it’s equivalents
-
string *list_methods()
Return an array of all methods which have equivalents
- void remove_method_equivalents(string method, string *equivs...)
Remove equivalents from a given method
-
string *list_method_equivalents(string method)
Return an array of equivalents to a given method
File generated by Lima 1.1a4 reStructured Text daemon.