~ubuntu-branches/ubuntu/breezy/atk1.0/breezy

« back to all changes in this revision

Viewing changes to docs/xml/atknoopobjectfactory.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-09-06 00:53:30 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050906005330-ua6j82czptmscns9
Tags: 1.10.3-0ubuntu2
* debian/patches/000_relibtoolise.patch:
  - updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<refentry id="AtkNoOpObjectFactory">
 
2
<refmeta>
 
3
<refentrytitle>AtkNoOpObjectFactory</refentrytitle>
 
4
<manvolnum>3</manvolnum>
 
5
<refmiscinfo>ATK Library</refmiscinfo>
 
6
</refmeta>
 
7
 
 
8
<refnamediv>
 
9
<refname>AtkNoOpObjectFactory</refname><refpurpose>The AtkObjectFactory which creates an AtkNoOpObject.</refpurpose>
 
10
</refnamediv>
 
11
 
 
12
<refsynopsisdiv><title>Synopsis</title>
 
13
 
 
14
<synopsis>
 
15
 
 
16
 
 
17
 
 
18
struct      <link linkend="AtkNoOpObjectFactory-struct">AtkNoOpObjectFactory</link>;
 
19
<link linkend="AtkObjectFactory">AtkObjectFactory</link>* <link linkend="atk-no-op-object-factory-new">atk_no_op_object_factory_new</link>
 
20
                                            (void);
 
21
 
 
22
</synopsis>
 
23
</refsynopsisdiv>
 
24
 
 
25
<refsect1>
 
26
<title>Object Hierarchy</title>
 
27
<synopsis>
 
28
 
 
29
  <link linkend="GObject">GObject</link>
 
30
   +----<link linkend="AtkObjectFactory">AtkObjectFactory</link>
 
31
         +----AtkNoOpObjectFactory
 
32
</synopsis>
 
33
 
 
34
</refsect1>
 
35
 
 
36
 
 
37
 
 
38
 
 
39
 
 
40
 
 
41
<refsect1>
 
42
<title>Description</title>
 
43
<para>
 
44
The AtkObjectFactory which creates an AtkNoOpObject. An instance of this is
 
45
created by an AtkRegistry if no factory type has not been specified to
 
46
create an accessible object of a particular type.
 
47
</para>
 
48
</refsect1>
 
49
 
 
50
<refsect1>
 
51
<title>Details</title>
 
52
<refsect2>
 
53
<title><anchor id="AtkNoOpObjectFactory-struct"/>struct AtkNoOpObjectFactory</title>
 
54
<programlisting>struct AtkNoOpObjectFactory;</programlisting>
 
55
<para>
 
56
The AtkNoOpObjectFactory structure should not be accessed directly.
 
57
 
 
58
</para></refsect2>
 
59
<refsect2>
 
60
<title><anchor id="atk-no-op-object-factory-new"/>atk_no_op_object_factory_new ()</title>
 
61
<programlisting><link linkend="AtkObjectFactory">AtkObjectFactory</link>* atk_no_op_object_factory_new
 
62
                                            (void);</programlisting>
 
63
<para>
 
64
Creates an instance of an <link linkend="AtkObjectFactory">AtkObjectFactory</link> which generates primitive
 
65
(non-functioning) <link linkend="AtkObjects">AtkObjects</link>.</para>
 
66
<para>
 
67
 
 
68
</para><variablelist role="params">
 
69
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> an instance of an <link linkend="AtkObjectFactory">AtkObjectFactory</link>
 
70
</simpara></listitem></varlistentry>
 
71
</variablelist></refsect2>
 
72
 
 
73
</refsect1>
 
74
 
 
75
 
 
76
 
 
77
 
 
78
</refentry>