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

« back to all changes in this revision

Viewing changes to src/cong-attribute-wrapper.c

  • 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:
53
53
on_set_attribute (CongDocument *doc, 
54
54
                  CongNodePtr node, 
55
55
                  const xmlNs *ns_ptr,
56
 
                  const xmlChar *name, 
57
 
                  const xmlChar *value, 
 
56
                  const gchar *name, 
 
57
                  const gchar *value, 
58
58
                  CongAttributeWrapper *attribute_wrapper);
59
59
static void
60
60
on_remove_attribute (CongDocument *doc, 
61
61
                     CongNodePtr node, 
62
62
                     const xmlNs *ns_ptr,
63
 
                     const xmlChar *name,
 
63
                     const gchar *name,
64
64
                     CongAttributeWrapper *attribute_wrapper);
65
65
 
66
66
/* Exported function definitions: */
313
313
on_set_attribute (CongDocument *doc, 
314
314
                  CongNodePtr node, 
315
315
                  const xmlNs *ns_ptr,
316
 
                  const xmlChar *name, 
317
 
                  const xmlChar *value, 
 
316
                  const gchar *name, 
 
317
                  const gchar *value, 
318
318
                  CongAttributeWrapper *attribute_wrapper)
319
319
{
320
320
        g_return_if_fail (IS_CONG_ATTRIBUTE_WRAPPER(attribute_wrapper));
334
334
on_remove_attribute (CongDocument *doc, 
335
335
                     CongNodePtr node, 
336
336
                     const xmlNs *ns_ptr,
337
 
                     const xmlChar *name,
 
337
                     const gchar *name,
338
338
                     CongAttributeWrapper *attribute_wrapper)
339
339
{
340
340
        g_return_if_fail (IS_CONG_ATTRIBUTE_WRAPPER(attribute_wrapper));