~ubuntu-branches/ubuntu/karmic/mergeant/karmic

« back to all changes in this revision

Viewing changes to doc/libmergeant/C/xml/mg-entry-wrapper.xml

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo R. Montesino
  • Date: 2007-11-29 08:44:48 UTC
  • mfrom: (2.1.4 hardy)
  • Revision ID: james.westby@ubuntu.com-20071129084448-6aon73d22bv6hzfw
Tags: 0.67-3
* Re-enable installation of the mime files in mergeant.install
* mergeant.dirs: create usr/share/mime/packages to make dh_installmime add
  the update-mime-database code snippets

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<refentry id="MgEntryWrapper">
2
 
<refmeta>
3
 
<refentrytitle>MgEntryWrapper</refentrytitle>
4
 
<manvolnum>3</manvolnum>
5
 
<refmiscinfo>LIBMERGEANT Library</refmiscinfo>
6
 
</refmeta>
7
 
 
8
 
<refnamediv>
9
 
<refname>MgEntryWrapper</refname><refpurpose>Abstract class that implements the <link linkend="MgDataEntry"><type>MgDataEntry</type></link> interface</refpurpose>
10
 
</refnamediv>
11
 
 
12
 
<refsynopsisdiv><title>Synopsis</title>
13
 
 
14
 
<synopsis>
15
 
 
16
 
 
17
 
 
18
 
struct      <link linkend="MgEntryWrapper-struct">MgEntryWrapper</link>;
19
 
<link linkend="guint">guint</link>       <link linkend="mg-entry-wrapper-get-type">mg_entry_wrapper_get_type</link>       (void);
20
 
</synopsis>
21
 
</refsynopsisdiv>
22
 
 
23
 
<refsect1>
24
 
<title>Object Hierarchy</title>
25
 
<synopsis>
26
 
 
27
 
  <link linkend="GObject">GObject</link>
28
 
   +----<link linkend="GtkObject">GtkObject</link>
29
 
         +----<link linkend="GtkWidget">GtkWidget</link>
30
 
               +----<link linkend="GtkContainer">GtkContainer</link>
31
 
                     +----<link linkend="GtkBin">GtkBin</link>
32
 
                           +----<link linkend="GtkViewport">GtkViewport</link>
33
 
                                 +----<link linkend="MgEntryShell">MgEntryShell</link>
34
 
                                       +----MgEntryWrapper
35
 
                                             +----<link linkend="MgEntryBoolean">MgEntryBoolean</link>
36
 
                                             +----<link linkend="MgEntryCidr">MgEntryCidr</link>
37
 
                                             +----<link linkend="MgEntryNone">MgEntryNone</link>
38
 
                                             +----<link linkend="MgEntryPassmd5">MgEntryPassmd5</link>
39
 
                                             +----<link linkend="MgEntryString">MgEntryString</link>
40
 
                                             +----<link linkend="MgEntryTime">MgEntryTime</link>
41
 
</synopsis>
42
 
 
43
 
</refsect1>
44
 
 
45
 
 
46
 
 
47
 
<refsect1>
48
 
<title>Implemented Interfaces</title>
49
 
<para>
50
 
MgEntryWrapper implements
51
 
 <link linkend="MgDataEntry">MgDataEntry</link> and  <link linkend="AtkImplementorIface">AtkImplementorIface</link>.</para>
52
 
 
53
 
</refsect1>
54
 
 
55
 
 
56
 
<refsect1>
57
 
<title>Properties</title>
58
 
<synopsis>
59
 
 
60
 
  &quot;<link linkend="MgEntryWrapper--set-default-if-invalid">set-default-if-invalid</link>&quot; <link linkend="gboolean">gboolean</link>             : Read / Write
61
 
</synopsis>
62
 
</refsect1>
63
 
 
64
 
 
65
 
 
66
 
<refsect1>
67
 
<title>Description</title>
68
 
<para>
69
 
It inhertis the <link linkend="MgEntryShell"><type>MgEntryShell</type></link> class and adds the <link linkend="MgDataEntry"><type>MgDataEntry</type></link> interface to it. It has several pure
70
 
virtual functions which MUST be implemented by classes which inherit it.
71
 
</para>
72
 
</refsect1>
73
 
 
74
 
<refsect1>
75
 
<title>Details</title>
76
 
<refsect2>
77
 
<title><anchor id="MgEntryWrapper-struct"/>struct MgEntryWrapper</title>
78
 
<indexterm><primary>MgEntryWrapper</primary></indexterm><programlisting>struct MgEntryWrapper;</programlisting>
79
 
<para>
80
 
 
81
 
</para></refsect2>
82
 
<refsect2>
83
 
<title><anchor id="mg-entry-wrapper-get-type"/>mg_entry_wrapper_get_type ()</title>
84
 
<indexterm><primary>mg_entry_wrapper_get_type</primary></indexterm><programlisting><link linkend="guint">guint</link>       mg_entry_wrapper_get_type       (void);</programlisting>
85
 
<para>
86
 
 
87
 
</para><variablelist role="params">
88
 
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
89
 
 
90
 
 
91
 
</simpara></listitem></varlistentry>
92
 
</variablelist></refsect2>
93
 
 
94
 
</refsect1>
95
 
<refsect1>
96
 
<title>Properties</title>
97
 
<variablelist>
98
 
<varlistentry><term><anchor id="MgEntryWrapper--set-default-if-invalid"/>&quot;<literal>set-default-if-invalid</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
99
 
<listitem>
100
 
<para></para>
101
 
</listitem></varlistentry>
102
 
 
103
 
</variablelist>
104
 
</refsect1>
105
 
 
106
 
 
107
 
 
108
 
 
109
 
</refentry>