~ubuntu-branches/ubuntu/karmic/empathy/karmic

« back to all changes in this revision

Viewing changes to doc/libempathy-gtk/xml/empathy-spell-dialog.xml

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2007-12-04 00:00:31 UTC
  • mto: (6.4.1 sid) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20071204000031-w2os396zoqdbcybt
Tags: upstream-0.21.3
ImportĀ upstreamĀ versionĀ 0.21.3

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
 
<refentry id="libempathy-gtk-empathy-spell-dialog">
5
 
<refmeta>
6
 
<refentrytitle role="top_of_page">empathy-spell-dialog</refentrytitle>
7
 
<manvolnum>3</manvolnum>
8
 
<refmiscinfo>LIBEMPATHY-GTK Library</refmiscinfo>
9
 
</refmeta>
10
 
 
11
 
<refnamediv>
12
 
<refname>empathy-spell-dialog</refname>
13
 
<refpurpose></refpurpose>
14
 
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
15
 
</refnamediv>
16
 
 
17
 
<refsynopsisdiv role="synopsis">
18
 
<title role="synopsis.title">Synopsis</title>
19
 
 
20
 
<synopsis>
21
 
 
22
 
 
23
 
 
24
 
<link linkend="void">void</link>                <link linkend="empathy-spell-dialog-show">empathy_spell_dialog_show</link>           (<link linkend="EmpathyChat">EmpathyChat</link> *chat,
25
 
                                                         <link linkend="GtkTextIter">GtkTextIter</link> start,
26
 
                                                         <link linkend="GtkTextIter">GtkTextIter</link> end,
27
 
                                                         const <link linkend="gchar">gchar</link> *word);
28
 
</synopsis>
29
 
</refsynopsisdiv>
30
 
 
31
 
 
32
 
 
33
 
 
34
 
 
35
 
 
36
 
 
37
 
 
38
 
 
39
 
<refsect1 role="desc">
40
 
<title role="desc.title">Description</title>
41
 
<para>
42
 
 
43
 
</para>
44
 
</refsect1>
45
 
 
46
 
<refsect1 role="details">
47
 
<title role="details.title">Details</title>
48
 
<refsect2>
49
 
<title><anchor id="empathy-spell-dialog-show" role="function"/>empathy_spell_dialog_show ()</title>
50
 
<indexterm><primary>empathy_spell_dialog_show</primary></indexterm><programlisting><link linkend="void">void</link>                empathy_spell_dialog_show           (<link linkend="EmpathyChat">EmpathyChat</link> *chat,
51
 
                                                         <link linkend="GtkTextIter">GtkTextIter</link> start,
52
 
                                                         <link linkend="GtkTextIter">GtkTextIter</link> end,
53
 
                                                         const <link linkend="gchar">gchar</link> *word);</programlisting>
54
 
<para>
55
 
 
56
 
</para><variablelist role="params">
57
 
<varlistentry><term><parameter>chat</parameter>&nbsp;:</term>
58
 
<listitem><simpara>
59
 
</simpara></listitem></varlistentry>
60
 
<varlistentry><term><parameter>start</parameter>&nbsp;:</term>
61
 
<listitem><simpara>
62
 
</simpara></listitem></varlistentry>
63
 
<varlistentry><term><parameter>end</parameter>&nbsp;:</term>
64
 
<listitem><simpara>
65
 
</simpara></listitem></varlistentry>
66
 
<varlistentry><term><parameter>word</parameter>&nbsp;:</term>
67
 
<listitem><simpara>
68
 
 
69
 
 
70
 
</simpara></listitem></varlistentry>
71
 
</variablelist></refsect2>
72
 
 
73
 
</refsect1>
74
 
 
75
 
 
76
 
 
77
 
 
78
 
 
79
 
<refsect1><refsect2 /><refsect2 /></refsect1>
80
 
</refentry>