~bcurtiswx/ubuntu/precise/empathy/3.4.2.1-0ubuntu1

« back to all changes in this revision

Viewing changes to docs/libempathy-gtk/xml/empathy-theme-irc.xml

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2009-11-16 23:40:52 UTC
  • mfrom: (1.1.39 upstream)
  • mto: (6.3.7 experimental)
  • mto: This revision was merged to the branch mainline in revision 80.
  • Revision ID: james.westby@ubuntu.com-20091116234052-7hhwrpeln4mwdyw7
Tags: upstream-2.29.2
ImportĀ upstreamĀ versionĀ 2.29.2

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
 
]>
6
 
<refentry id="EmpathyThemeIrc">
7
 
<refmeta>
8
 
<refentrytitle role="top_of_page" id="EmpathyThemeIrc.top_of_page">EmpathyThemeIrc</refentrytitle>
9
 
<manvolnum>3</manvolnum>
10
 
<refmiscinfo>LIBEMPATHY-GTK Library</refmiscinfo>
11
 
</refmeta>
12
 
 
13
 
<refnamediv>
14
 
<refname>EmpathyThemeIrc</refname>
15
 
<refpurpose></refpurpose>
16
 
</refnamediv>
17
 
 
18
 
<refsynopsisdiv id="EmpathyThemeIrc.synopsis" role="synopsis">
19
 
<title role="synopsis.title">Synopsis</title>
20
 
 
21
 
<synopsis>
22
 
                    <link linkend="EmpathyThemeIrc-struct">EmpathyThemeIrc</link>;
23
 
#define             <link linkend="EMPATHY-THEME-IRC-TAG-NICK-SELF--CAPS">EMPATHY_THEME_IRC_TAG_NICK_SELF</link>
24
 
#define             <link linkend="EMPATHY-THEME-IRC-TAG-NICK-OTHER--CAPS">EMPATHY_THEME_IRC_TAG_NICK_OTHER</link>
25
 
#define             <link linkend="EMPATHY-THEME-IRC-TAG-NICK-HIGHLIGHT--CAPS">EMPATHY_THEME_IRC_TAG_NICK_HIGHLIGHT</link>
26
 
<link linkend="EmpathyThemeIrc">EmpathyThemeIrc</link> *   <link linkend="empathy-theme-irc-new">empathy_theme_irc_new</link>               (void);
27
 
</synopsis>
28
 
</refsynopsisdiv>
29
 
 
30
 
<refsect1 id="EmpathyThemeIrc.object-hierarchy" role="object_hierarchy">
31
 
<title role="object_hierarchy.title">Object Hierarchy</title>
32
 
<synopsis>
33
 
  <link linkend="GObject">GObject</link>
34
 
   +----<link linkend="GInitiallyUnowned">GInitiallyUnowned</link>
35
 
         +----<link linkend="GtkObject">GtkObject</link>
36
 
               +----<link linkend="GtkWidget">GtkWidget</link>
37
 
                     +----<link linkend="GtkContainer">GtkContainer</link>
38
 
                           +----<link linkend="GtkTextView">GtkTextView</link>
39
 
                                 +----<link linkend="EmpathyChatTextView">EmpathyChatTextView</link>
40
 
                                       +----EmpathyThemeIrc
41
 
</synopsis>
42
 
</refsect1>
43
 
 
44
 
 
45
 
 
46
 
<refsect1 id="EmpathyThemeIrc.implemented-interfaces" role="impl_interfaces">
47
 
<title role="impl_interfaces.title">Implemented Interfaces</title>
48
 
<para>
49
 
EmpathyThemeIrc implements
50
 
 <link linkend="AtkImplementorIface">AtkImplementorIface</link>,  <link linkend="GtkBuildable">GtkBuildable</link> and  <link linkend="EmpathyChatView">EmpathyChatView</link>.</para>
51
 
</refsect1>
52
 
 
53
 
 
54
 
 
55
 
 
56
 
 
57
 
<refsect1 id="EmpathyThemeIrc.description" role="desc">
58
 
<title role="desc.title">Description</title>
59
 
<para>
60
 
</para>
61
 
</refsect1>
62
 
 
63
 
<refsect1 id="EmpathyThemeIrc.details" role="details">
64
 
<title role="details.title">Details</title>
65
 
<refsect2 id="EmpathyThemeIrc-struct" role="struct">
66
 
<title>EmpathyThemeIrc</title>
67
 
<indexterm zone="EmpathyThemeIrc-struct"><primary sortas="EmpathyThemeIrc">EmpathyThemeIrc</primary></indexterm><programlisting>typedef struct _EmpathyThemeIrc EmpathyThemeIrc;</programlisting>
68
 
<para>
69
 
</para></refsect2>
70
 
<refsect2 id="EMPATHY-THEME-IRC-TAG-NICK-SELF--CAPS" role="macro">
71
 
<title>EMPATHY_THEME_IRC_TAG_NICK_SELF</title>
72
 
<indexterm zone="EMPATHY-THEME-IRC-TAG-NICK-SELF--CAPS"><primary sortas="EMPATHY_THEME_IRC_TAG_NICK_SELF">EMPATHY_THEME_IRC_TAG_NICK_SELF</primary></indexterm><programlisting>#define EMPATHY_THEME_IRC_TAG_NICK_SELF "irc-nick-self"
73
 
</programlisting>
74
 
<para>
75
 
</para></refsect2>
76
 
<refsect2 id="EMPATHY-THEME-IRC-TAG-NICK-OTHER--CAPS" role="macro">
77
 
<title>EMPATHY_THEME_IRC_TAG_NICK_OTHER</title>
78
 
<indexterm zone="EMPATHY-THEME-IRC-TAG-NICK-OTHER--CAPS"><primary sortas="EMPATHY_THEME_IRC_TAG_NICK_OTHER">EMPATHY_THEME_IRC_TAG_NICK_OTHER</primary></indexterm><programlisting>#define EMPATHY_THEME_IRC_TAG_NICK_OTHER "irc-nick-other"
79
 
</programlisting>
80
 
<para>
81
 
</para></refsect2>
82
 
<refsect2 id="EMPATHY-THEME-IRC-TAG-NICK-HIGHLIGHT--CAPS" role="macro">
83
 
<title>EMPATHY_THEME_IRC_TAG_NICK_HIGHLIGHT</title>
84
 
<indexterm zone="EMPATHY-THEME-IRC-TAG-NICK-HIGHLIGHT--CAPS"><primary sortas="EMPATHY_THEME_IRC_TAG_NICK_HIGHLIGHT">EMPATHY_THEME_IRC_TAG_NICK_HIGHLIGHT</primary></indexterm><programlisting>#define EMPATHY_THEME_IRC_TAG_NICK_HIGHLIGHT "irc-nick-highlight"
85
 
</programlisting>
86
 
<para>
87
 
</para></refsect2>
88
 
<refsect2 id="empathy-theme-irc-new" role="function">
89
 
<title>empathy_theme_irc_new ()</title>
90
 
<indexterm zone="empathy-theme-irc-new"><primary sortas="empathy_theme_irc_new">empathy_theme_irc_new</primary></indexterm><programlisting><link linkend="EmpathyThemeIrc">EmpathyThemeIrc</link> *   empathy_theme_irc_new               (void);</programlisting>
91
 
<para>
92
 
</para><variablelist role="params">
93
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara>
94
 
</simpara></listitem></varlistentry>
95
 
</variablelist></refsect2>
96
 
 
97
 
</refsect1>
98
 
 
99
 
 
100
 
 
101
 
 
102
 
</refentry>