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

« back to all changes in this revision

Viewing changes to src/cong-dispspec-element-gxx.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:
12
12
     GXX_STRUCT_ATTRIBUTE_ENUM("whitespace", whitespace, FALSE, CONG_WHITESPACE_NORMALIZE, whitespace_numeration)
13
13
     GXX_STRUCT_ATTRIBUTE_STRING("icon", icon_name, FALSE, "")
14
14
 
15
 
     GXX_STRUCT_HASH_TABLE_OF_CHILDREN_WITH_PCDATA("name", "lang", XML_XML_NAMESPACE, hash_of_language_to_user_name)
16
 
     GXX_STRUCT_HASH_TABLE_OF_CHILDREN_WITH_PCDATA("short-desc", "lang", XML_XML_NAMESPACE, hash_of_language_to_short_desc)
 
15
     GXX_STRUCT_HASH_TABLE_OF_CHILDREN_WITH_PCDATA("name", "lang", CONG_XML_NAMESPACE, hash_of_language_to_user_name)
 
16
     GXX_STRUCT_HASH_TABLE_OF_CHILDREN_WITH_PCDATA("short-desc", "lang", CONG_XML_NAMESPACE, hash_of_language_to_short_desc)
17
17
 
18
18
     GXX_STRUCT_UNIQUE_CHILD_PTR_TO_STRUCT("header-info", header_info, header_info, FALSE)
19
19