summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-03-09 23:35:05 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2009-03-09 23:35:05 +0000
commit360f533eb6e244dae4cc748618bd77348f206f46 (patch)
treef1f9cbdf4a5b9bb9a4ae083195dd3a7dc24cdb7f
parentcc9864de0a55723577d3fbe8b04d36f69fc35a22 (diff)
downloadpygobject-360f533eb6e244dae4cc748618bd77348f206f46.tar.gz
Create a dedicated Changelog for the docs and move the latest entries in
2009-03-09 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/reference/Changelog: Create a dedicated Changelog for the docs and move the latest entries in there. 2009-03-09 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-emblemedicon.xml: * docs/reference/pygio-icon.xml: * docs/reference/pygio-emblem.xml: Add gio.EmblemedIcon and gio.Icon in docs, fix a couple of typos. svn path=/trunk/; revision=1026
-rw-r--r--ChangeLog31
-rw-r--r--docs/Makefile.am6
-rw-r--r--docs/reference/ChangeLog40
-rw-r--r--docs/reference/pygio-classes.xml2
-rw-r--r--docs/reference/pygio-emblem.xml19
-rw-r--r--docs/reference/pygio-emblemedicon.xml160
-rw-r--r--docs/reference/pygio-icon.xml124
7 files changed, 348 insertions, 34 deletions
diff --git a/ChangeLog b/ChangeLog
index 79719b8c..c5e3b00b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,34 +1,7 @@
2009-03-09 Gian Mario Tagliaretti <gianmt@gnome.org>
- * docs/Makefile.am:
- * docs/reference/pygio-classes.xml:
- * docs/reference/pygio-constants.xml:
- * docs/reference/pygio-emblem.xml: Add gio.Emblem and constants in docs.
-
-2009-03-08 Gian Mario Tagliaretti <gianmt@gnome.org>
-
- * docs/reference/pygio-classes.xml:
- * docs/reference/pygio-cancellable.xml: Complete cancellable docs.
-
-2009-03-08 Gian Mario Tagliaretti <gianmt@gnome.org>
-
- * docs/Makefile.am:
- * docs/reference/pygio-classes.xml:
- * docs/reference/pygobject-ref.xml:
- * docs/reference/pygio-applaunchcontext.xml:
- * docs/reference/pygio-cancellable.xml: Add few gio classes.
-
-2009-03-08 Gian Mario Tagliaretti <gianmt@gnome.org>
-
- * gio/gio.defs: add g_cancellable_make_pollfd
-
-2009-03-08 Gian Mario Tagliaretti <gianmt@gnome.org>
-
- * docs/Makefile.am:
- * docs/reference/pyglib-classes.xml
- * docs/reference/pygobject-ref.xml
- * docs/reference/pygobject-classes.xml: Split glib and gobject
- doc sections.
+ * docs/reference/Changelog: Create a dedicated Changelog for the docs
+ and move the latest entries in there.
2009-02-20 James Henstridge <james@jamesh.id.au>
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 9f40a4da..f7077e8d 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -17,6 +17,9 @@ HTML_FILES = \
html/gobject-class-reference.html \
html/glib-class-reference.html \
html/gio-applaunchcontext.html \
+ html/gio-emblem.html \
+ html/gio-emblemedicon.html \
+ html/gio-icon.html \
html/gio-constants.html \
html/gio-class-reference.html \
html/gobject-constants.html \
@@ -44,6 +47,9 @@ XML_FILES = \
reference/pyglib-mainloop.xml \
reference/pygio-classes.xml \
reference/pygio-applaunchcontext.xml \
+ reference/pygio-emblem.xml \
+ reference/pygio-emblemedicon.xml \
+ reference/pygio-icon.xml \
reference/pygio-constants.xml
XSL_FILES = \
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
new file mode 100644
index 00000000..82464659
--- /dev/null
+++ b/docs/reference/ChangeLog
@@ -0,0 +1,40 @@
+2009-03-09 Gian Mario Tagliaretti <gianmt@gnome.org>
+
+ * docs/Makefile.am:
+ * docs/reference/pygio-classes.xml:
+ * docs/reference/pygio-emblemedicon.xml:
+ * docs/reference/pygio-icon.xml:
+ * docs/reference/pygio-emblem.xml: Add gio.EmblemedIcon and
+ gio.Icon in docs, fix a couple of typos.
+
+2009-03-09 Gian Mario Tagliaretti <gianmt@gnome.org>
+
+ * docs/Makefile.am:
+ * docs/reference/pygio-classes.xml:
+ * docs/reference/pygio-constants.xml:
+ * docs/reference/pygio-emblem.xml: Add gio.Emblem and constants in docs.
+
+2009-03-08 Gian Mario Tagliaretti <gianmt@gnome.org>
+
+ * docs/reference/pygio-classes.xml:
+ * docs/reference/pygio-cancellable.xml: Complete cancellable docs.
+
+2009-03-08 Gian Mario Tagliaretti <gianmt@gnome.org>
+
+ * docs/Makefile.am:
+ * docs/reference/pygio-classes.xml:
+ * docs/reference/pygobject-ref.xml:
+ * docs/reference/pygio-applaunchcontext.xml:
+ * docs/reference/pygio-cancellable.xml: Add few gio classes.
+
+2009-03-08 Gian Mario Tagliaretti <gianmt@gnome.org>
+
+ * gio/gio.defs: add g_cancellable_make_pollfd
+
+2009-03-08 Gian Mario Tagliaretti <gianmt@gnome.org>
+
+ * docs/Makefile.am:
+ * docs/reference/pyglib-classes.xml
+ * docs/reference/pygobject-ref.xml
+ * docs/reference/pygobject-classes.xml: Split glib and gobject
+ doc sections.
diff --git a/docs/reference/pygio-classes.xml b/docs/reference/pygio-classes.xml
index a830d855..c94cd0f2 100644
--- a/docs/reference/pygio-classes.xml
+++ b/docs/reference/pygio-classes.xml
@@ -10,6 +10,8 @@
<xi:include href="pygio-applaunchcontext.xml"/>
<xi:include href="pygio-cancellable.xml"/>
<xi:include href="pygio-emblem.xml"/>
+<xi:include href="pygio-icon.xml"/>
+<xi:include href="pygio-emblemedicon.xml"/>
<xi:include href="pygio-constants.xml"/>
</chapter>
diff --git a/docs/reference/pygio-emblem.xml b/docs/reference/pygio-emblem.xml
index f8f4de38..d76f2d8a 100644
--- a/docs/reference/pygio-emblem.xml
+++ b/docs/reference/pygio-emblem.xml
@@ -17,16 +17,16 @@
<ooclass><classname><link linkend="class-gioicon">gio.Icon</link></classname></ooclass>
<constructorsynopsis language="python">
- <methodname><link linkend="constructor-giocancellable">gio.Emblem</link></methodname>
+ <methodname><link linkend="constructor-gioemblem">gio.Emblem</link></methodname>
<methodparam><parameter role="keyword">icon</parameter></methodparam>
</constructorsynopsis>
<methodsynopsis language="python">
- <methodname><link linkend="method-giocancellable--get-icon">get_icon</link></methodname>
+ <methodname><link linkend="method-gioemblem--get-icon">get_icon</link></methodname>
<methodparam></methodparam>
</methodsynopsis>
<methodsynopsis language="python">
- <methodname><link linkend="method-giocancellable--get-origin">get_origin</link></methodname>
+ <methodname><link linkend="method-gioemblem--get-origin">get_origin</link></methodname>
<methodparam></methodparam>
</methodsynopsis>
@@ -50,6 +50,15 @@
</synopsis>
</refsect1>
+
+ <refsect1>
+ <title>Implemented Interfaces</title>
+ <para>
+ <link linkend="class-gioemblem"><classname>gio.Emblem</classname></link>
+ implements
+ <link linkend="class-gioicon"><classname>gio.Icon</classname></link>
+ </para>
+ </refsect1>
<refsect1>
<title>Description</title>
@@ -98,7 +107,7 @@
<refsect1>
<title>Methods</title>
- <refsect2 id="method-giocancellable--get-icon">
+ <refsect2 id="method-gioemblem--get-icon">
<title>gio.Emblem.get_icon</title>
<programlisting><methodsynopsis language="python">
@@ -120,7 +129,7 @@
</para>
</refsect2>
- <refsect2 id="method-giocancellable--get-origin">
+ <refsect2 id="method-gioemblem--get-origin">
<title>gio.Emblem.get_origin</title>
<programlisting><methodsynopsis language="python">
diff --git a/docs/reference/pygio-emblemedicon.xml b/docs/reference/pygio-emblemedicon.xml
new file mode 100644
index 00000000..f4582b8d
--- /dev/null
+++ b/docs/reference/pygio-emblemedicon.xml
@@ -0,0 +1,160 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+
+<refentry id="class-gioemblemedicon">
+ <refnamediv>
+ <refname>gio.EmblemedIcon</refname>
+ <refpurpose>Icon with emblems.</refpurpose>
+ </refnamediv>
+
+ <refsect1>
+ <title>Synopsis</title>
+
+ <classsynopsis language="python">
+ <ooclass><classname>gio.EmblemedIcon</classname></ooclass>
+ <ooclass><classname><link linkend="class-gobject">gobject.GObject</link></classname></ooclass>
+ <ooclass><classname><link linkend="class-gioicon">gio.Icon</link></classname></ooclass>
+
+ <constructorsynopsis language="python">
+ <methodname><link linkend="constructor-gioemblemedicon">gio.EmblemedIcon</link></methodname>
+ <methodparam><parameter role="keyword">icon</parameter></methodparam>
+ <methodparam><parameter role="keyword">emblem</parameter></methodparam>
+ </constructorsynopsis>
+
+
+ <methodsynopsis language="python">
+ <methodname><link linkend="method-gioemblemedicon--add-emblem">add_emblem</link></methodname>
+ <methodparam><parameter role="keyword">emblem</parameter></methodparam>
+ </methodsynopsis>
+ <methodsynopsis language="python">
+ <methodname><link linkend="method-gioemblemedicon--get-icon">get_icon</link></methodname>
+ <methodparam></methodparam>
+ </methodsynopsis>
+
+ </classsynopsis>
+
+ </refsect1>
+
+ <refsect1>
+ <title>Ancestry</title>
+
+<synopsis>+-- <link linkend="class-gobject">gobject.GObject</link>
+ +-- <link linkend="class-gioemblemedicon">gio.EmblemedIcon</link>
+</synopsis>
+
+ </refsect1>
+
+ <refsect1>
+ <title>Implemented Interfaces</title>
+ <para>
+ <link linkend="class-gioemblemedicon"><classname>gio.EmblemedIcon</classname></link>
+ implements
+ <link linkend="class-gioicon"><classname>gio.Icon</classname></link>
+ </para>
+ </refsect1>
+
+ <refsect1>
+ <title>Description</title>
+
+ <para>
+ The <link linkend="class-gioemblemedicon"><classname>gio.EmblemedIcon</classname></link>
+ class is an implementation of <classname><link linkend="class-gioicon">gio.Icon</link></classname>
+ that supports adding an emblem to an icon. Adding multiple emblems to an icon is ensured via
+ <methodname><link linkend="method-gioemblemedicon--add-emblem">gio.EmblemedIcon.add_emblem</link></methodname>().
+ </para>
+ <para>
+ Note that
+ <link linkend="class-gioemblemedicon"><classname>gio.EmblemedIcon</classname></link>
+ allows no control over the position of the emblems. See also
+ <link linkend="class-gioemblem"><classname>gio.Emblem</classname></link>
+ for more information.
+ </para>
+ </refsect1>
+
+ <refsect1 id="constructor-gioemblem">
+ <title>Constructor</title>
+
+ <programlisting><constructorsynopsis language="python">
+ <methodname>gio.EmblemedIcon</methodname>
+ <methodparam><parameter role="keyword">icon</parameter></methodparam>
+ <methodparam><parameter role="keyword">emblem</parameter></methodparam>
+ </constructorsynopsis></programlisting>
+ <variablelist>
+ <varlistentry>
+ <term><parameter>icon</parameter>&nbsp;:</term>
+ <listitem><simpara>a
+ <link linkend="class-gioicon"><classname>gio.Icon</classname></link>.
+ </simpara></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><parameter>emblem</parameter>&nbsp;:</term>
+ <listitem><simpara>a
+ <link linkend="class-gioemblem"><classname>gio.Emblem</classname></link>.
+ </simpara></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><emphasis>Returns</emphasis>&nbsp;:</term>
+ <listitem><simpara>a new
+ <link linkend="class-gioicon"><classname>gio.Icon</classname></link>.
+ </simpara></listitem>
+ </varlistentry>
+ </variablelist>
+
+ <para>
+ Creates a new <link linkend="class-gioicon"><classname>gio.Icon</classname></link>
+ for icon with the emblem emblem.
+ </para>
+
+ </refsect1>
+
+ <refsect1>
+ <title>Methods</title>
+
+ <refsect2 id="method-gioemblemedicon--add-emblem">
+ <title>gio.EmblemedIcon.add_emblem</title>
+
+ <programlisting><methodsynopsis language="python">
+ <methodname>add_emblem</methodname>
+ <methodparam><parameter role="keyword">emblem</parameter></methodparam>
+ </methodsynopsis></programlisting>
+
+ <variablelist>
+ <varlistentry>
+ <term><parameter>emblem</parameter>&nbsp;:</term>
+ <listitem><simpara>a
+ <link linkend="class-gioemblem"><classname>gio.Emblem</classname></link>
+ </simpara></listitem>
+ </varlistentry>
+ </variablelist>
+
+ <para>
+ The <methodname>add_emblem</methodname>() method adds emblem to the
+ list of <link linkend="class-gioemblem"><classname>gio.Emblem</classname></link>s.
+ </para>
+ </refsect2>
+
+ <refsect2 id="method-gioemblemedicon--get-icon">
+ <title>gio.EmblemedIcon.get_icon</title>
+
+ <programlisting><methodsynopsis language="python">
+ <methodname>get_icon</methodname>
+ <methodparam></methodparam>
+ </methodsynopsis></programlisting>
+
+ <variablelist>
+ <varlistentry>
+ <term><emphasis>Returns</emphasis>&nbsp;:</term>
+ <listitem><simpara>a
+ <link linkend="class-gioicon"><classname>gio.Icon</classname></link>
+ that is owned by emblemed.
+ </simpara></listitem>
+ </varlistentry>
+ </variablelist>
+
+ <para>
+ The <methodname>get_icon</methodname>() method gets the main icon for emblemed.
+ </para>
+ </refsect2>
+ </refsect1>
+</refentry>
diff --git a/docs/reference/pygio-icon.xml b/docs/reference/pygio-icon.xml
new file mode 100644
index 00000000..607dad3b
--- /dev/null
+++ b/docs/reference/pygio-icon.xml
@@ -0,0 +1,124 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+
+<refentry id="class-gioicon">
+ <refnamediv>
+ <refname>gio.Icon</refname>
+ <refpurpose>Interface for icons.</refpurpose>
+ </refnamediv>
+
+ <refsect1>
+ <title>Synopsis</title>
+
+ <classsynopsis language="python">
+ <ooclass><classname>gio.Icon</classname></ooclass>
+ <ooclass><classname><link linkend="class-gobjectginterface">gobject.GInterface</link></classname></ooclass>
+
+ <methodsynopsis language="python">
+ <methodname><link linkend="method-gioicon--equal">equal</link></methodname>
+ <methodparam><parameter role="keyword">icon2</parameter></methodparam>
+ </methodsynopsis>
+
+ </classsynopsis>
+
+ </refsect1>
+
+ <refsect1>
+ <title>Ancestry</title>
+
+<synopsis>+-- <link linkend="class-gobjectginterface">gobject.GInterface</link>
+ +-- <link linkend="class-gioicon">gio.Icon</link>
+</synopsis>
+
+ </refsect1>
+
+ <refsect1>
+ <title>Known Derived Interfaces</title>
+ <para>
+ <link linkend="class-gioicon"><classname>gio.Icon</classname></link> is required by
+ <link linkend="class-gioloadableicon"><classname>gio.LoadableIcon</classname></link>.
+ </para>
+ </refsect1>
+
+ <refsect1>
+ <title>Known Implementation</title>
+ <para>
+ <link linkend="class-gioicon"><classname>gio.Icon</classname></link> is implemented by
+ <link linkend="class-giothemedicon"><classname>gio.ThemedIcon</classname></link>,
+ <link linkend="class-giofileicon"><classname>gio.FileIcon</classname></link>,
+ <link linkend="class-gioemblem"><classname>gio.Emblem</classname></link>,
+ <link linkend="class-gioemblemedicon"><classname>gio.EmblemedIcon</classname></link>.
+ </para>
+ </refsect1>
+
+ <refsect1>
+ <title>Description</title>
+
+ <para>
+ <link linkend="class-gioicon"><classname>gio.Icon</classname></link>
+ is a very minimal interface for icons. It provides functions for checking
+ the equality of two icons, hashing of icons and serializing an icon to and from strings.
+ </para>
+ <para>
+ <link linkend="class-gioicon"><classname>gio.Icon</classname></link>
+ does not provide the actual pixmap for the icon as this is out of GIO's
+ scope, however implementations of
+ <link linkend="class-gioicon"><classname>gio.Icon</classname></link>
+ may contain the name of an icon (see
+ <link linkend="class-giothemedicon"><classname>gio.ThemedIcon</classname></link>),
+ or the path to an icon (see
+ <link linkend="class-gioloadableicon"><classname>gio.LoadableIcon</classname></link>).
+ </para>
+ <!--
+ <para>
+ To obtain a hash of a <link linkend="class-gioicon"><classname>gio.Icon</classname></link>, see
+ <methodname><link linkend="method-gioicon- -hash">gio.Icon.hash</link></methodname>().
+ </para>
+ -->
+ <para>
+ To check if two GIcons are equal, see
+ <methodname><link linkend="method-gioicon--equal">gio.Icon.equal</link></methodname>().
+ </para>
+ <!--
+ <para>
+ For serializing a <link linkend="class-gioicon"><classname>gio.Icon</classname></link>,
+ use <methodname><link linkend="method-gioicon- -to-string">gio.Icon.to_string</link></methodname>() and
+ <methodname><link linkend="method-gioicon- -new-from-string">gio.Icon.new_from_string</link></methodname>().
+ </para>
+ <para>
+ If your application or library provides one or more
+ <link linkend="class-gioicon"><classname>gio.Icon</classname></link>
+ implementations you need to ensure that each GType is registered
+ with the type system prior to calling
+ <methodname><link linkend="method-gioicon- -new-from-string">gio.Icon.new_from_string</link></methodname>().
+ </para>
+ -->
+ </refsect1>
+
+ <refsect1>
+ <title>Methods</title>
+
+ <refsect2 id="method-gioicon--equal">
+ <title>gio.Emblem.equal</title>
+
+ <programlisting><methodsynopsis language="python">
+ <methodname>equal</methodname>
+ <methodparam><parameter role="keyword">icon2</parameter></methodparam>
+ </methodsynopsis></programlisting>
+
+ <variablelist>
+ <varlistentry>
+ <term><parameter>icon2</parameter>&nbsp;:</term>
+ <listitem><simpara>the second
+ <link linkend="class-gioicon"><classname>gio.Icon</classname></link>
+ </simpara></listitem>
+ </varlistentry>
+ </variablelist>
+
+ <para>
+ The <methodname>equal</methodname>() method checks if two icons are equal.
+ </para>
+ </refsect2>
+ </refsect1>
+</refentry>