| Gets an unique RPC ID for a callable object. This is required because a plugin
does not know how many times it is already been invoked.
The id returned contains only upper and lower ASCII characters and digits, and
it always starts with an ASCII character. Therefore the id is suitable as a
programming language construct directly (e.g. object name).
Parameters: c - An RPCCallable An unique id for the callable. |