get_value_at_format
Description:
[ CCode ( cname = "gda_server_operation_get_value_at" ) ]
public unowned Value? get_value_at_format (string path_format, ...)
public unowned Value? get_value_at_format (string path_format, ...)
Get the value for the node at the path formed using path_format
and ... (the rules are the same as for
to_string)
Parameters:
this |
a ServerOperation object |
path_format |
a complete path to a node (starting with "/") |
... |
arguments to use with |
Returns:
a constant Value if a value has been defined, or |