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

« back to all changes in this revision

Viewing changes to src/cong-node-modification-set-attribute.h

  • 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:
61
61
                                                CongDocument *doc,
62
62
                                                CongNodePtr node,
63
63
                                                xmlNs *ns_ptr,
64
 
                                                const xmlChar *name, 
65
 
                                                const xmlChar *value);
 
64
                                                const gchar *name, 
 
65
                                                const gchar *value);
66
66
     
67
67
 
68
68
CongModification*
69
69
cong_node_modification_set_attribute_new (CongDocument *doc,
70
70
                                          CongNodePtr node,
71
71
                                          xmlNs *ns_ptr,
72
 
                                          const xmlChar *name, 
73
 
                                          const xmlChar *value);
 
72
                                          const gchar *name, 
 
73
                                          const gchar *value);
74
74
 
75
75
 
76
76
G_END_DECLS