~ubuntu-branches/ubuntu/oneiric/libinfinity/oneiric

« back to all changes in this revision

Viewing changes to docs/reference/libinfgtk/xml/inf-gtk-io.xml

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Kern
  • Date: 2011-04-03 15:50:33 UTC
  • mfrom: (1.2.4 upstream) (1.4.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110403155033-eqntz262lxzt0d8s
Tags: 0.5.0-2
* Fix infinoted postinst and prerm.  (Closes: #620687)
* Updated debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3
 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
4
 
  <!ENTITY version SYSTEM "../version.xml">
5
 
  <!ENTITY api_version SYSTEM "../api_version.xml">
6
 
]>
7
 
<refentry id="InfGtkIo">
8
 
<refmeta>
9
 
<refentrytitle role="top_of_page" id="InfGtkIo.top_of_page">InfGtkIo</refentrytitle>
10
 
<manvolnum>3</manvolnum>
11
 
<refmiscinfo>LIBINFGTK-0.4 Library</refmiscinfo>
12
 
</refmeta>
13
 
 
14
 
<refnamediv>
15
 
<refname>InfGtkIo</refname>
16
 
<refpurpose></refpurpose>
17
 
</refnamediv>
18
 
 
19
 
<refsynopsisdiv id="InfGtkIo.synopsis" role="synopsis">
20
 
<title role="synopsis.title">Synopsis</title>
21
 
 
22
 
<synopsis>
23
 
                    <link linkend="InfGtkIo-struct">InfGtkIo</link>;
24
 
<link linkend="InfGtkIo">InfGtkIo</link> *          <link linkend="inf-gtk-io-new">inf_gtk_io_new</link>                      (void);
25
 
</synopsis>
26
 
</refsynopsisdiv>
27
 
 
28
 
<refsect1 id="InfGtkIo.object-hierarchy" role="object_hierarchy">
29
 
<title role="object_hierarchy.title">Object Hierarchy</title>
30
 
<synopsis>
31
 
  <link linkend="GObject">GObject</link>
32
 
   +----InfGtkIo
33
 
</synopsis>
34
 
</refsect1>
35
 
 
36
 
 
37
 
 
38
 
<refsect1 id="InfGtkIo.implemented-interfaces" role="impl_interfaces">
39
 
<title role="impl_interfaces.title">Implemented Interfaces</title>
40
 
<para>
41
 
InfGtkIo implements
42
 
 <link linkend="InfIo">InfIo</link>.</para>
43
 
</refsect1>
44
 
 
45
 
 
46
 
 
47
 
 
48
 
 
49
 
<refsect1 id="InfGtkIo.description" role="desc">
50
 
<title role="desc.title">Description</title>
51
 
<para>
52
 
</para>
53
 
</refsect1>
54
 
 
55
 
<refsect1 id="InfGtkIo.details" role="details">
56
 
<title role="details.title">Details</title>
57
 
<refsect2 id="InfGtkIo-struct" role="struct">
58
 
<title>InfGtkIo</title>
59
 
<indexterm zone="InfGtkIo-struct"><primary sortas="InfGtkIo">InfGtkIo</primary></indexterm><programlisting>typedef struct _InfGtkIo InfGtkIo;</programlisting>
60
 
<para>
61
 
</para></refsect2>
62
 
<refsect2 id="inf-gtk-io-new" role="function">
63
 
<title>inf_gtk_io_new ()</title>
64
 
<indexterm zone="inf-gtk-io-new"><primary sortas="inf_gtk_io_new">inf_gtk_io_new</primary></indexterm><programlisting><link linkend="InfGtkIo">InfGtkIo</link> *          inf_gtk_io_new                      (void);</programlisting>
65
 
<para>
66
 
Creates a new <link linkend="InfGtkIo"><type>InfGtkIo</type></link>.</para>
67
 
<para>
68
 
</para><variablelist role="params">
69
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> A new <link linkend="InfGtkIo"><type>InfGtkIo</type></link>. Free with <link linkend="g-object-unref"><function>g_object_unref()</function></link> when no longer needed.
70
 
</simpara></listitem></varlistentry>
71
 
</variablelist></refsect2>
72
 
 
73
 
</refsect1>
74
 
 
75
 
 
76
 
 
77
 
 
78
 
</refentry>