~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to doc/api/sgml/bonobo-storage-memory.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-02-18 14:40:51 UTC
  • mto: (3.1.1 etch) (1.1.25 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050218144051-fo4h9qh2gim8x3wt
Tags: upstream-2.8.1
ImportĀ upstreamĀ versionĀ 2.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<refentry id="libbonobo-bonobo-storage-memory">
2
 
<refmeta>
3
 
<refentrytitle>bonobo-storage-memory</refentrytitle>
4
 
<manvolnum>3</manvolnum>
5
 
<refmiscinfo>LIBBONOBO Library</refmiscinfo>
6
 
</refmeta>
7
 
 
8
 
<refnamediv>
9
 
<refname>bonobo-storage-memory</refname><refpurpose></refpurpose>
10
 
</refnamediv>
11
 
 
12
 
<refsynopsisdiv><title>Synopsis</title>
13
 
<synopsis>
14
 
 
15
 
 
16
 
 
17
 
#define     <link linkend="BONOBO-STORAGE-MEM-TYPE-CAPS">BONOBO_STORAGE_MEM_TYPE</link>
18
 
struct      <link linkend="BonoboStorageMemPriv">BonoboStorageMemPriv</link>;
19
 
typedef     <link linkend="BonoboStorageMem">BonoboStorageMem</link>;
20
 
typedef     <link linkend="BonoboStorageMemClass">BonoboStorageMemClass</link>;
21
 
<link linkend="BonoboObject">BonoboObject</link>* <link linkend="bonobo-storage-mem-create">bonobo_storage_mem_create</link>     (void);
22
 
 
23
 
</synopsis>
24
 
</refsynopsisdiv>
25
 
 
26
 
 
27
 
 
28
 
 
29
 
 
30
 
<refsect1>
31
 
<title>Description</title>
32
 
<para>
33
 
 
34
 
</para>
35
 
</refsect1>
36
 
 
37
 
<refsect1>
38
 
<title>Details</title>
39
 
<refsect2>
40
 
<title><anchor id="BONOBO-STORAGE-MEM-TYPE-CAPS">BONOBO_STORAGE_MEM_TYPE</title>
41
 
<programlisting>#define BONOBO_STORAGE_MEM_TYPE        BONOBO_TYPE_STORAGE_MEM /* deprecated, you should use BONOBO_TYPE_STORAGE_MEM */
42
 
</programlisting>
43
 
<para>
44
 
 
45
 
</para></refsect2>
46
 
<refsect2>
47
 
<title><anchor id="BonoboStorageMemPriv">struct BonoboStorageMemPriv</title>
48
 
<programlisting>struct BonoboStorageMemPriv;</programlisting>
49
 
<para>
50
 
 
51
 
</para></refsect2>
52
 
<refsect2>
53
 
<title><anchor id="BonoboStorageMem">BonoboStorageMem</title>
54
 
<programlisting>typedef struct {
55
 
        BonoboObject parent;
56
 
 
57
 
        BonoboStorageMemPriv *priv;
58
 
} BonoboStorageMem;
59
 
</programlisting>
60
 
<para>
61
 
 
62
 
</para></refsect2>
63
 
<refsect2>
64
 
<title><anchor id="BonoboStorageMemClass">BonoboStorageMemClass</title>
65
 
<programlisting>typedef struct {
66
 
        BonoboObjectClass parent_class;
67
 
 
68
 
        POA_Bonobo_Storage__epv epv;
69
 
} BonoboStorageMemClass;
70
 
</programlisting>
71
 
<para>
72
 
 
73
 
</para></refsect2>
74
 
<refsect2>
75
 
<title><anchor id="bonobo-storage-mem-create">bonobo_storage_mem_create ()</title>
76
 
<programlisting><link linkend="BonoboObject">BonoboObject</link>* bonobo_storage_mem_create     (void);</programlisting>
77
 
<para>
78
 
 
79
 
</para><informaltable pgwide="1" frame="none" role="params">
80
 
<tgroup cols="2">
81
 
<colspec colwidth="2*">
82
 
<colspec colwidth="8*">
83
 
<tbody>
84
 
<row><entry align="right"><emphasis>Returns</emphasis> :</entry><entry>
85
 
 
86
 
 
87
 
</entry></row>
88
 
</tbody></tgroup></informaltable></refsect2>
89
 
 
90
 
</refsect1>
91
 
 
92
 
 
93
 
 
94
 
 
95
 
</refentry>