libgaim/plugins/perl/common/XMLNode.xs

changeset 15165
0ff631dfbbca
parent 14779
1b71da367f56
child 20470
77693555855f
equal deleted inserted replaced
15164:630dc921ac69 15165:0ff631dfbbca
34 xmlnode_get_child_with_namespace(parent, name, xmlns) 34 xmlnode_get_child_with_namespace(parent, name, xmlns)
35 Gaim::XMLNode parent 35 Gaim::XMLNode parent
36 const char *name 36 const char *name
37 const char *xmlns 37 const char *xmlns
38 38
39 char * 39 gchar_own *
40 xmlnode_get_data(node) 40 xmlnode_get_data(node)
41 Gaim::XMLNode node 41 Gaim::XMLNode node
42 42
43 Gaim::XMLNode 43 Gaim::XMLNode
44 xmlnode_get_next_twin(node) 44 xmlnode_get_next_twin(node)
75 xmlnode_set_attrib(node, attr, value) 75 xmlnode_set_attrib(node, attr, value)
76 Gaim::XMLNode node 76 Gaim::XMLNode node
77 const char *attr 77 const char *attr
78 const char *value 78 const char *value
79 79
80 char * 80 gchar_own *
81 xmlnode_to_formatted_str(node, len) 81 xmlnode_to_formatted_str(node, len)
82 Gaim::XMLNode node 82 Gaim::XMLNode node
83 int *len 83 int *len
84 84
85 char * 85 gchar_own *
86 xmlnode_to_str(node, len) 86 xmlnode_to_str(node, len)
87 Gaim::XMLNode node 87 Gaim::XMLNode node
88 int *len 88 int *len

mercurial