~ubuntu-branches/ubuntu/maverick/conglomerate/maverick

« back to all changes in this revision

Viewing changes to doc/reference/html/CongNodeModificationSetAttribute.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2005-11-08 05:07:06 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051108050706-bcg60nwqf1z3w0d6
Tags: 0.9.1-1ubuntu1
* Resynchronise with Debian (Closes: #4397).
  - Thanks, Jordan Mantha.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
                                             <a href="CongDocument.html" title="CongDocument">CongDocument</a> *doc,
44
44
                                             <a href="conglomerate-XML-Nodes.html#CongNodePtr">CongNodePtr</a> node,
45
45
                                             xmlNs *ns_ptr,
46
 
                                             const xmlChar *name,
47
 
                                             const xmlChar *value);
 
46
                                             const gchar *name,
 
47
                                             const gchar *value);
48
48
<a href="CongModification.html" title="CongModification">CongModification</a>* <a href="CongNodeModificationSetAttribute.html#cong-node-modification-set-attribute-new">cong_node_modification_set_attribute_new</a>
49
49
                                            (<a href="CongDocument.html" title="CongDocument">CongDocument</a> *doc,
50
50
                                             <a href="conglomerate-XML-Nodes.html#CongNodePtr">CongNodePtr</a> node,
51
51
                                             xmlNs *ns_ptr,
52
 
                                             const xmlChar *name,
53
 
                                             const xmlChar *value);
54
 
</pre></div><div class="refsect1" lang="en"><a name="id2830143"></a><h2>Object Hierarchy</h2><pre class="synopsis">
 
52
                                             const gchar *name,
 
53
                                             const gchar *value);
 
54
</pre></div><div class="refsect1" lang="en"><a name="id2613179"></a><h2>Object Hierarchy</h2><pre class="synopsis">
55
55
 
56
56
  GObject
57
57
   +----<a href="CongModification.html" title="CongModification">CongModification</a>
58
58
         +----<a href="CongNodeModification.html" title="CongNodeModification">CongNodeModification</a>
59
59
               +----CongNodeModificationSetAttribute
60
 
</pre></div><div class="refsect1" lang="en"><a name="id2830179"></a><h2>Description</h2><p>
61
 
 
62
 
</p></div><div class="refsect1" lang="en"><a name="id2830189"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2830194"></a><h3><a name="CongNodeModificationSetAttribute-struct"></a>struct CongNodeModificationSetAttribute</h3><a class="indexterm" name="id2830207"></a><pre class="programlisting">struct CongNodeModificationSetAttribute;</pre><p>
63
 
 
64
 
</p></div><hr><div class="refsect2" lang="en"><a name="id2830223"></a><h3><a name="CONG-NODE-MODIFICATION-SET-ATTRIBUTE-CAPS"></a>CONG_NODE_MODIFICATION_SET_ATTRIBUTE()</h3><a class="indexterm" name="id2830235"></a><pre class="programlisting">#define CONG_NODE_MODIFICATION_SET_ATTRIBUTE(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_NODE_MODIFICATION_SET_ATTRIBUTE_TYPE, CongNodeModificationSetAttribute)
 
60
</pre></div><div class="refsect1" lang="en"><a name="id2613214"></a><h2>Description</h2><p>
 
61
 
 
62
</p></div><div class="refsect1" lang="en"><a name="id2613224"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2613230"></a><h3><a name="CongNodeModificationSetAttribute-struct"></a>struct CongNodeModificationSetAttribute</h3><a class="indexterm" name="id2613242"></a><pre class="programlisting">struct CongNodeModificationSetAttribute;</pre><p>
 
63
 
 
64
</p></div><hr><div class="refsect2" lang="en"><a name="id2613258"></a><h3><a name="CONG-NODE-MODIFICATION-SET-ATTRIBUTE-CAPS"></a>CONG_NODE_MODIFICATION_SET_ATTRIBUTE()</h3><a class="indexterm" name="id2613270"></a><pre class="programlisting">#define CONG_NODE_MODIFICATION_SET_ATTRIBUTE(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_NODE_MODIFICATION_SET_ATTRIBUTE_TYPE, CongNodeModificationSetAttribute)
65
65
</pre><p>
66
66
 
67
67
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>obj</tt></i>�:</span></td><td>
68
68
 
69
69
 
70
 
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2830270"></a><h3><a name="CONG-NODE-MODIFICATION-SET-ATTRIBUTE-CLASS-CAPS"></a>CONG_NODE_MODIFICATION_SET_ATTRIBUTE_CLASS()</h3><a class="indexterm" name="id2830284"></a><pre class="programlisting">#define CONG_NODE_MODIFICATION_SET_ATTRIBUTE_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_NODE_MODIFICATION_SET_ATTRIBUTE_TYPE, CongNodeModificationSetAttributeClass)
 
70
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2613306"></a><h3><a name="CONG-NODE-MODIFICATION-SET-ATTRIBUTE-CLASS-CAPS"></a>CONG_NODE_MODIFICATION_SET_ATTRIBUTE_CLASS()</h3><a class="indexterm" name="id2613319"></a><pre class="programlisting">#define CONG_NODE_MODIFICATION_SET_ATTRIBUTE_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_NODE_MODIFICATION_SET_ATTRIBUTE_TYPE, CongNodeModificationSetAttributeClass)
71
71
</pre><p>
72
72
 
73
73
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>klass</tt></i>�:</span></td><td>
74
74
 
75
75
 
76
 
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2830320"></a><h3><a name="IS-CONG-NODE-MODIFICATION-SET-ATTRIBUTE-CAPS"></a>IS_CONG_NODE_MODIFICATION_SET_ATTRIBUTE()</h3><a class="indexterm" name="id2830333"></a><pre class="programlisting">#define IS_CONG_NODE_MODIFICATION_SET_ATTRIBUTE(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_NODE_MODIFICATION_SET_ATTRIBUTE_TYPE)
 
76
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2613355"></a><h3><a name="IS-CONG-NODE-MODIFICATION-SET-ATTRIBUTE-CAPS"></a>IS_CONG_NODE_MODIFICATION_SET_ATTRIBUTE()</h3><a class="indexterm" name="id2613368"></a><pre class="programlisting">#define IS_CONG_NODE_MODIFICATION_SET_ATTRIBUTE(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_NODE_MODIFICATION_SET_ATTRIBUTE_TYPE)
77
77
</pre><p>
78
78
 
79
79
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>obj</tt></i>�:</span></td><td>
80
80
 
81
81
 
82
 
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2830367"></a><h3><a name="cong-node-modification-set-attribute-get-type"></a>cong_node_modification_set_attribute_get_type ()</h3><a class="indexterm" name="id2830380"></a><pre class="programlisting">GType       cong_node_modification_set_attribute_get_type
 
82
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2613403"></a><h3><a name="cong-node-modification-set-attribute-get-type"></a>cong_node_modification_set_attribute_get_type ()</h3><a class="indexterm" name="id2613416"></a><pre class="programlisting">GType       cong_node_modification_set_attribute_get_type
83
83
                                            (void);</pre><p>
84
84
 
85
85
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
86
86
 
87
87
 
88
 
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2830417"></a><h3><a name="cong-node-modification-set-attribute-construct"></a>cong_node_modification_set_attribute_construct ()</h3><a class="indexterm" name="id2830430"></a><pre class="programlisting"><a href="CongNodeModificationSetAttribute.html" title="CongNodeModificationSetAttribute">CongNodeModificationSetAttribute</a>* cong_node_modification_set_attribute_construct
 
88
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2613453"></a><h3><a name="cong-node-modification-set-attribute-construct"></a>cong_node_modification_set_attribute_construct ()</h3><a class="indexterm" name="id2613466"></a><pre class="programlisting"><a href="CongNodeModificationSetAttribute.html" title="CongNodeModificationSetAttribute">CongNodeModificationSetAttribute</a>* cong_node_modification_set_attribute_construct
89
89
                                            (<a href="CongNodeModificationSetAttribute.html" title="CongNodeModificationSetAttribute">CongNodeModificationSetAttribute</a> *node_modification_set_attribute,
90
90
                                             <a href="CongDocument.html" title="CongDocument">CongDocument</a> *doc,
91
91
                                             <a href="conglomerate-XML-Nodes.html#CongNodePtr">CongNodePtr</a> node,
92
92
                                             xmlNs *ns_ptr,
93
 
                                             const xmlChar *name,
94
 
                                             const xmlChar *value);</pre><p>
 
93
                                             const gchar *name,
 
94
                                             const gchar *value);</pre><p>
95
95
TODO: Write me</p><p>
96
96
 
97
97
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>node_modification_set_attribute</tt></i>�:</span></td><td>
101
101
</td></tr><tr><td><span class="term"><i class="parameter"><tt>name</tt></i>�:</span></td><td>
102
102
</td></tr><tr><td><span class="term"><i class="parameter"><tt>value</tt></i>�:</span></td><td>
103
103
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
104
 
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2830601"></a><h3><a name="cong-node-modification-set-attribute-new"></a>cong_node_modification_set_attribute_new ()</h3><a class="indexterm" name="id2830613"></a><pre class="programlisting"><a href="CongModification.html" title="CongModification">CongModification</a>* cong_node_modification_set_attribute_new
 
104
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2613636"></a><h3><a name="cong-node-modification-set-attribute-new"></a>cong_node_modification_set_attribute_new ()</h3><a class="indexterm" name="id2613649"></a><pre class="programlisting"><a href="CongModification.html" title="CongModification">CongModification</a>* cong_node_modification_set_attribute_new
105
105
                                            (<a href="CongDocument.html" title="CongDocument">CongDocument</a> *doc,
106
106
                                             <a href="conglomerate-XML-Nodes.html#CongNodePtr">CongNodePtr</a> node,
107
107
                                             xmlNs *ns_ptr,
108
 
                                             const xmlChar *name,
109
 
                                             const xmlChar *value);</pre><p>
 
108
                                             const gchar *name,
 
109
                                             const gchar *value);</pre><p>
110
110
TODO: Write me</p><p>
111
111
 
112
112
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>doc</tt></i>�:</span></td><td>