docs/reference/tmpl/lm-message-node.sgml
changeset 11 1b659ef069e3
parent 1 50e230cf7818
child 56 3bf928955fc5
equal deleted inserted replaced
10:311c345abfeb 11:1b659ef069e3
    19 A struct representing a node in a message. 
    19 A struct representing a node in a message. 
    20 </para>
    20 </para>
    21 
    21 
    22 @name: the name of the node
    22 @name: the name of the node
    23 @value: value of the node, can be NULL
    23 @value: value of the node, can be NULL
       
    24 @raw_mode: 
    24 @next: next sibling
    25 @next: next sibling
    25 @prev: previous sibling
    26 @prev: previous sibling
    26 @parent: node parent
    27 @parent: node parent
    27 @children: pointing to first child
    28 @children: pointing to first child
    28 @attributes: list of attributes. This shouldn't be accessed directly.
    29 @attributes: list of attributes. This shouldn't be accessed directly.
   105 @message_node: 
   106 @message_node: 
   106 @child_name: 
   107 @child_name: 
   107 @Returns: 
   108 @Returns: 
   108 
   109 
   109 
   110 
       
   111 <!-- ##### FUNCTION lm_message_node_get_raw_mode ##### -->
       
   112 <para>
       
   113 
       
   114 </para>
       
   115 
       
   116 @node: 
       
   117 @Returns: 
       
   118 
       
   119 
       
   120 <!-- ##### FUNCTION lm_message_node_set_raw_mode ##### -->
       
   121 <para>
       
   122 
       
   123 </para>
       
   124 
       
   125 @node: 
       
   126 @raw_mode: 
       
   127 
       
   128 
   110 <!-- ##### FUNCTION lm_message_node_ref ##### -->
   129 <!-- ##### FUNCTION lm_message_node_ref ##### -->
   111 <para>
   130 <para>
   112 
   131 
   113 </para>
   132 </para>
   114 
   133