Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2004-03-02
2004-03-02 10:40:11 by Henrik Grubbström (Grubba) <grubba@grubba.org>
2fc22aa667461f6a3c2763a71e45e41fc54470da (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
More API fixes.
Rev: server/base_server/prototypes.pike:1.70
6:
#include <module.h> #include <variables.h> #include <module_constants.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
69
2004/03/02 10:
32
:
43
grubba Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
70
2004/03/02 10:
40
:
11
grubba Exp $";
class Variable {
1298:
query_property(string path, string prop_name, RequestID id); mapping(string:mixed) set_property(string path, string prop_name, string|array(Parser.XML.Tree.Node) value,
-
RequestID id);
+
RequestID id
, mixed context
);
mapping(string:mixed) set_dead_property(string path, string prop_name, array(Parser.XML.Tree.Node) value,
-
RequestID id);
+
RequestID id
, mixed context
);
mapping(string:mixed) remove_property(string path, string prop_name, RequestID id); void find_properties(string path, string mode, MultiStatus result,