diff options
author | Benedikt Meurer <benny@xfce.org> | 2006-11-04 18:21:40 +0000 |
---|---|---|
committer | Benedikt Meurer <benny@xfce.org> | 2006-11-04 18:21:40 +0000 |
commit | 46de21b5fbbb0a585bfdabfb66a9a92a7e0827a3 (patch) | |
tree | a5324d01545c44e925c3a11f492fa547f52b7282 | |
parent | 0bdf07faf65f00f4916f7c41f1389b5fda9777c8 (diff) |
Bump version and requirements. Update Project-Id-Version.xfce-4.4rc2
(Old svn revision: 23687)
61 files changed, 456 insertions, 434 deletions
diff --git a/configure.ac.in b/configure.ac.in index 3bac3c59..1148cc86 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -6,7 +6,7 @@ dnl 2005-2006 Jasper Huijsmans <jasper@xfce.org> dnl dnl library version info -m4_define([libxfce4panel_verinfo], [2:0:1]) +m4_define([libxfce4panel_verinfo], [2:1:1]) dnl panel version info m4_define([xfce4_panel_version_major], [4]) @@ -71,10 +71,10 @@ XDT_CHECK_LIBX11_REQUIRE XDT_CHECK_LIBSM dnl Check for required packages -XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.99.1]) +XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.99.2]) XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0]) -XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.99.1]) -XDT_CHECK_PACKAGE(LIBXFCE4MCS_MANAGER, libxfce4mcs-manager-1.0, 4.3.99.1) +XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.99.2]) +XDT_CHECK_PACKAGE(LIBXFCE4MCS_MANAGER, libxfce4mcs-manager-1.0, 4.3.99.2) XFCE_MCS_PLUGIN([XFCE_MCS_MANAGER], [4.3.99.1]) dnl Check for optional packages diff --git a/docs/API/libxfce4panel-decl-list.txt b/docs/API/libxfce4panel-decl-list.txt index a375bb46..11fdb44c 100644 --- a/docs/API/libxfce4panel-decl-list.txt +++ b/docs/API/libxfce4panel-decl-list.txt @@ -1,7 +1,6 @@ <SECTION> <FILE>xfce-panel-external-plugin</FILE> <TITLE>XfceExternalPanelPlugin</TITLE> -XfceExternalPanelPlugin xfce_external_panel_plugin_new <SUBSECTION Standard> XFCE_EXTERNAL_PANEL_PLUGIN @@ -16,7 +15,6 @@ XFCE_EXTERNAL_PANEL_PLUGIN_GET_CLASS <SECTION> <FILE>xfce-itembar</FILE> <TITLE>XfceItembar</TITLE> -XfceItembar xfce_itembar_new xfce_itembar_set_orientation xfce_itembar_get_orientation @@ -80,7 +78,6 @@ xfce_panel_plugin_get_type <SECTION> <FILE>xfce-arrow-button</FILE> <TITLE>XfceArrowButton</TITLE> -XfceArrowButton xfce_arrow_button_new xfce_arrow_button_set_arrow_type xfce_arrow_button_get_arrow_type @@ -100,7 +97,6 @@ XfceHandleStyle XfcePanelWindowMoveFunc XfcePanelWindowResizeFunc <TITLE>XfcePanelWindow</TITLE> -XfcePanelWindow xfce_panel_window_new xfce_panel_window_set_orientation xfce_panel_window_get_orientation @@ -125,7 +121,6 @@ XFCE_PANEL_WINDOW_GET_CLASS <SECTION> <FILE>xfce-panel-internal-plugin</FILE> <TITLE>XfceInternalPanelPlugin</TITLE> -XfceInternalPanelPlugin xfce_internal_panel_plugin_new <SUBSECTION Standard> XFCE_INTERNAL_PANEL_PLUGIN @@ -140,7 +135,6 @@ XFCE_INTERNAL_PANEL_PLUGIN_GET_CLASS <SECTION> <FILE>xfce-hvbox</FILE> <TITLE>XfceHVBox</TITLE> -XfceHVBox xfce_hvbox_new xfce_hvbox_set_orientation <SUBSECTION Standard> @@ -182,6 +176,16 @@ XFCE_TYPE_SCREEN_POSITION </SECTION> <SECTION> +<FILE>xfce-panel-macros</FILE> +panel_slice_alloc +panel_slice_alloc0 +panel_slice_free1 +panel_slice_new +panel_slice_new0 +panel_slice_free +</SECTION> + +<SECTION> <FILE>xfce-panel-convenience</FILE> xfce_create_panel_button xfce_create_panel_toggle_button diff --git a/docs/API/libxfce4panel-decl.txt b/docs/API/libxfce4panel-decl.txt index f64fef47..e503099b 100644 --- a/docs/API/libxfce4panel-decl.txt +++ b/docs/API/libxfce4panel-decl.txt @@ -226,7 +226,7 @@ typedef enum /*<enum,prefix=XFCE_SCREEN_POSITION >*/ /* floating */ XFCE_SCREEN_POSITION_FLOATING_H, /* Floating Horizontal */ - XFCE_SCREEN_POSITION_FLOATING_V, /* Floating Vertical */ + XFCE_SCREEN_POSITION_FLOATING_V /* Floating Vertical */ } XfceScreenPosition; </ENUM> @@ -759,21 +759,6 @@ void <NAME>XFCE_TYPE_SCREEN_POSITION</NAME> #define XFCE_TYPE_SCREEN_POSITION (xfce_screen_position_get_type()) </MACRO> -<FUNCTION> -<NAME>xfce_create_panel_button</NAME> -<RETURNS>GtkWidget *</RETURNS> -void -</FUNCTION> -<FUNCTION> -<NAME>xfce_create_panel_toggle_button</NAME> -<RETURNS>GtkWidget *</RETURNS> -void -</FUNCTION> -<FUNCTION> -<NAME>xfce_allow_panel_customization</NAME> -<RETURNS>gboolean </RETURNS> -void -</FUNCTION> <MACRO> <NAME>XFCE_TYPE_HVBOX</NAME> #define XFCE_TYPE_HVBOX (xfce_hvbox_get_type()) @@ -834,3 +819,66 @@ GtkOrientation orientation,gboolean homogeneous,int spacing <RETURNS>void </RETURNS> XfceHVBox * hvbox,GtkOrientation orientation </FUNCTION> +<MACRO> +<NAME>panel_slice_alloc</NAME> +#define panel_slice_alloc(block_size) (g_slice_alloc ((block_size))) +</MACRO> +<MACRO> +<NAME>panel_slice_alloc0</NAME> +#define panel_slice_alloc0(block_size) (g_slice_alloc0 ((block_size))) +</MACRO> +<MACRO> +<NAME>panel_slice_free1</NAME> +#define panel_slice_free1(block_size, mem_block) G_STMT_START{ g_slice_free1 ((block_size), (mem_block)); }G_STMT_END +</MACRO> +<MACRO> +<NAME>panel_slice_new</NAME> +#define panel_slice_new(type) (g_slice_new (type)) +</MACRO> +<MACRO> +<NAME>panel_slice_new0</NAME> +#define panel_slice_new0(type) (g_slice_new0 (type)) +</MACRO> +<MACRO> +<NAME>panel_slice_free</NAME> +#define panel_slice_free(type, ptr) G_STMT_START{ g_slice_free (type, (ptr)); }G_STMT_END +</MACRO> +<MACRO> +<NAME>panel_slice_alloc</NAME> +#define panel_slice_alloc(block_size) (g_malloc ((block_size))) +</MACRO> +<MACRO> +<NAME>panel_slice_alloc0</NAME> +#define panel_slice_alloc0(block_size) (g_malloc0 ((block_size))) +</MACRO> +<MACRO> +<NAME>panel_slice_free1</NAME> +#define panel_slice_free1(block_size, mem_block) G_STMT_START{ g_free ((mem_block)); }G_STMT_END +</MACRO> +<MACRO> +<NAME>panel_slice_new</NAME> +#define panel_slice_new(type) (g_new (type, 1)) +</MACRO> +<MACRO> +<NAME>panel_slice_new0</NAME> +#define panel_slice_new0(type) (g_new0 (type, 1)) +</MACRO> +<MACRO> +<NAME>panel_slice_free</NAME> +#define panel_slice_free(type, ptr) G_STMT_START{ g_free ((ptr)); }G_STMT_END +</MACRO> +<FUNCTION> +<NAME>xfce_create_panel_button</NAME> +<RETURNS>GtkWidget *</RETURNS> +void +</FUNCTION> +<FUNCTION> +<NAME>xfce_create_panel_toggle_button</NAME> +<RETURNS>GtkWidget *</RETURNS> +void +</FUNCTION> +<FUNCTION> +<NAME>xfce_allow_panel_customization</NAME> +<RETURNS>gboolean </RETURNS> +void +</FUNCTION> diff --git a/docs/API/xml/xfce-arrow-button.xml b/docs/API/xml/xfce-arrow-button.xml index 72d022ae..ff8cd852 100644 --- a/docs/API/xml/xfce-arrow-button.xml +++ b/docs/API/xml/xfce-arrow-button.xml @@ -3,21 +3,18 @@ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <refentry id="XfceArrowButton"> <refmeta> -<refentrytitle id="top_of_page">XfceArrowButton</refentrytitle> +<refentrytitle>XfceArrowButton</refentrytitle> <manvolnum>3</manvolnum> <refmiscinfo>LIBXFCE4PANEL Library</refmiscinfo> </refmeta> <refnamediv> -<refname>XfceArrowButton</refname> -<refpurpose><para> +<refname>XfceArrowButton</refname><refpurpose><para> Toggle button with arrow. </para></refpurpose> -<!--[<xref linkend="desc" endterm="desc.title"/>]--> </refnamediv> -<refsynopsisdiv id="synopsis"> -<title id="synopsis.title">Synopsis</title> +<refsynopsisdiv><title>Synopsis</title> <synopsis> @@ -34,8 +31,8 @@ Toggle button with arrow. </synopsis> </refsynopsisdiv> -<refsect1 id="object_hierarchy"> -<title id="object_hierarchy.title">Object Hierarchy</title> +<refsect1> +<title>Object Hierarchy</title> <synopsis> <link linkend="GObject">GObject</link> @@ -53,8 +50,8 @@ Toggle button with arrow. -<refsect1 id="impl_interfaces"> -<title id="impl_interfaces.title">Implemented Interfaces</title> +<refsect1> +<title>Implemented Interfaces</title> <para> XfceArrowButton implements <link linkend="AtkImplementorIface">AtkImplementorIface</link>.</para> @@ -62,45 +59,45 @@ XfceArrowButton implements </refsect1> -<refsect1 id="properties"> -<title id="properties.title">Properties</title> +<refsect1> +<title>Properties</title> <synopsis> "<link linkend="XfceArrowButton--arrow-type">arrow-type</link>" <link linkend="GtkArrowType">GtkArrowType</link> : Read / Write </synopsis> </refsect1> -<refsect1 id="signal_proto"> -<title id="signal_proto.title">Signals</title> +<refsect1> +<title>Signal Prototypes</title> <synopsis> "<link linkend="XfceArrowButton-arrow-type-changed">arrow-type-changed</link>" <link linkend="void">void</link> user_function (<link linkend="XfceArrowButton">XfceArrowButton</link> *button, - <link linkend="GtkArrowType">GtkArrowType</link> *type, - <link linkend="gpointer">gpointer</link> user_data) : Run first + <link linkend="GtkArrowType">GtkArrowType</link> type, + <link linkend="gpointer">gpointer</link> user_data); </synopsis> </refsect1> -<refsect1 id="desc"> -<title id="desc.title">Description</title> +<refsect1> +<title>Description</title> <para> Toggle button with arrow. The arrow direction will be inverted when the button is toggled. </para> </refsect1> -<refsect1 id="details"> -<title id="details.title">Details</title> +<refsect1> +<title>Details</title> <refsect2> -<title><anchor id="XfceArrowButton-struct" role="struct"/>XfceArrowButton</title> +<title><anchor id="XfceArrowButton-struct"/>XfceArrowButton</title> <indexterm><primary>XfceArrowButton</primary></indexterm><programlisting>typedef struct _XfceArrowButton XfceArrowButton;</programlisting> <para> The <link linkend="XfceArrowButton-struct"><type>XfceArrowButton-struct</type></link> struct contains private data only, and should be accessed using the functions below. </para></refsect2> <refsect2> -<title><anchor id="xfce-arrow-button-new" role="function"/>xfce_arrow_button_new ()</title> +<title><anchor id="xfce-arrow-button-new"/>xfce_arrow_button_new ()</title> <indexterm><primary>xfce_arrow_button_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* xfce_arrow_button_new (<link linkend="GtkArrowType">GtkArrowType</link> type);</programlisting> <para> </para> @@ -114,7 +111,7 @@ should be accessed using the functions below. </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-arrow-button-set-arrow-type" role="function"/>xfce_arrow_button_set_arrow_type ()</title> +<title><anchor id="xfce-arrow-button-set-arrow-type"/>xfce_arrow_button_set_arrow_type ()</title> <indexterm><primary>xfce_arrow_button_set_arrow_type</primary></indexterm><programlisting><link linkend="void">void</link> xfce_arrow_button_set_arrow_type (<link linkend="XfceArrowButton">XfceArrowButton</link> *button, <link linkend="GtkArrowType">GtkArrowType</link> type);</programlisting> @@ -131,7 +128,7 @@ Sets the arrow type for <parameter>button</parameter>.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-arrow-button-get-arrow-type" role="function"/>xfce_arrow_button_get_arrow_type ()</title> +<title><anchor id="xfce-arrow-button-get-arrow-type"/>xfce_arrow_button_get_arrow_type ()</title> <indexterm><primary>xfce_arrow_button_get_arrow_type</primary></indexterm><programlisting><link linkend="GtkArrowType">GtkArrowType</link> xfce_arrow_button_get_arrow_type (<link linkend="XfceArrowButton">XfceArrowButton</link> *button);</programlisting> <para> @@ -147,10 +144,10 @@ Sets the arrow type for <parameter>button</parameter>.</para> </variablelist></refsect2> </refsect1> -<refsect1 id="property_details"> -<title id="property_details.title">Property Details</title> +<refsect1> +<title>Properties</title> <refsect2><title><anchor id="XfceArrowButton--arrow-type"/>The "<literal>arrow-type</literal>" property</title> -<indexterm><primary>XfceArrowButton:arrow-type</primary></indexterm><programlisting> "arrow-type" <link linkend="GtkArrowType">GtkArrowType</link> : Read / Write</programlisting> +<programlisting> "arrow-type" <link linkend="GtkArrowType">GtkArrowType</link> : Read / Write</programlisting> <para> The arrow type of the button. This value also determines the direction of the popup menu.</para> @@ -161,12 +158,12 @@ of the popup menu.</para> </refsect1> -<refsect1 id="signals"> -<title id="signals.title">Signal Details</title> +<refsect1> +<title>Signals</title> <refsect2><title><anchor id="XfceArrowButton-arrow-type-changed"/>The "arrow-type-changed" signal</title> -<indexterm><primary>XfceArrowButton::arrow-type-changed</primary></indexterm><programlisting><link linkend="void">void</link> user_function (<link linkend="XfceArrowButton">XfceArrowButton</link> *button, - <link linkend="GtkArrowType">GtkArrowType</link> *type, - <link linkend="gpointer">gpointer</link> user_data) : Run first</programlisting> +<programlisting><link linkend="void">void</link> user_function (<link linkend="XfceArrowButton">XfceArrowButton</link> *button, + <link linkend="GtkArrowType">GtkArrowType</link> type, + <link linkend="gpointer">gpointer</link> user_data);</programlisting> <para> Emitted when the arrow direction of the menu button changes. This value also determines the direction of the popup menu.</para> diff --git a/docs/API/xml/xfce-hvbox.xml b/docs/API/xml/xfce-hvbox.xml index 6cfd8ba4..71854656 100644 --- a/docs/API/xml/xfce-hvbox.xml +++ b/docs/API/xml/xfce-hvbox.xml @@ -3,21 +3,18 @@ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <refentry id="XfceHVBox"> <refmeta> -<refentrytitle id="top_of_page">XfceHVBox</refentrytitle> +<refentrytitle>XfceHVBox</refentrytitle> <manvolnum>3</manvolnum> <refmiscinfo>LIBXFCE4PANEL Library</refmiscinfo> </refmeta> <refnamediv> -<refname>XfceHVBox</refname> -<refpurpose><para> +<refname>XfceHVBox</refname><refpurpose><para> Container widget with configurable orienation. </para></refpurpose> -<!--[<xref linkend="desc" endterm="desc.title"/>]--> </refnamediv> -<refsynopsisdiv id="synopsis"> -<title id="synopsis.title">Synopsis</title> +<refsynopsisdiv><title>Synopsis</title> <synopsis> @@ -33,8 +30,8 @@ Container widget with configurable orienation. </synopsis> </refsynopsisdiv> -<refsect1 id="object_hierarchy"> -<title id="object_hierarchy.title">Object Hierarchy</title> +<refsect1> +<title>Object Hierarchy</title> <synopsis> <link linkend="GObject">GObject</link> @@ -50,8 +47,8 @@ Container widget with configurable orienation. -<refsect1 id="impl_interfaces"> -<title id="impl_interfaces.title">Implemented Interfaces</title> +<refsect1> +<title>Implemented Interfaces</title> <para> XfceHVBox implements <link linkend="AtkImplementorIface">AtkImplementorIface</link>.</para> @@ -62,24 +59,24 @@ XfceHVBox implements -<refsect1 id="desc"> -<title id="desc.title">Description</title> +<refsect1> +<title>Description</title> <para> <link linkend="XfceHVBox"><type>XfceHVBox</type></link> is a <link linkend="GtkBox"><type>GtkBox</type></link> widget that allows the user to change its orientation. It is in fact a combination of <link linkend="GtkHBox"><type>GtkHBox</type></link> and <link linkend="GtkVBox"><type>GtkVBox</type></link>. </para> </refsect1> -<refsect1 id="details"> -<title id="details.title">Details</title> +<refsect1> +<title>Details</title> <refsect2> -<title><anchor id="XfceHVBox-struct" role="struct"/>XfceHVBox</title> +<title><anchor id="XfceHVBox-struct"/>XfceHVBox</title> <indexterm><primary>XfceHVBox</primary></indexterm><programlisting>typedef struct _XfceHVBox XfceHVBox;</programlisting> <para> </para></refsect2> <refsect2> -<title><anchor id="xfce-hvbox-new" role="function"/>xfce_hvbox_new ()</title> +<title><anchor id="xfce-hvbox-new"/>xfce_hvbox_new ()</title> <indexterm><primary>xfce_hvbox_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* xfce_hvbox_new (<link linkend="GtkOrientation">GtkOrientation</link> orientation, <link linkend="gboolean">gboolean</link> homogeneous, <link linkend="int">int</link> spacing);</programlisting> @@ -101,7 +98,7 @@ Creates a new <link linkend="XfceHVBox"><type>XfceHVBox</type></link> container </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-hvbox-set-orientation" role="function"/>xfce_hvbox_set_orientation ()</title> +<title><anchor id="xfce-hvbox-set-orientation"/>xfce_hvbox_set_orientation ()</title> <indexterm><primary>xfce_hvbox_set_orientation</primary></indexterm><programlisting><link linkend="void">void</link> xfce_hvbox_set_orientation (<link linkend="XfceHVBox">XfceHVBox</link> *hvbox, <link linkend="GtkOrientation">GtkOrientation</link> orientation);</programlisting> <para> diff --git a/docs/API/xml/xfce-itembar.xml b/docs/API/xml/xfce-itembar.xml index 9ae3f709..d3516ce5 100644 --- a/docs/API/xml/xfce-itembar.xml +++ b/docs/API/xml/xfce-itembar.xml @@ -3,21 +3,18 @@ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <refentry id="XfceItembar"> <refmeta> -<refentrytitle id="top_of_page">XfceItembar</refentrytitle> +<refentrytitle>XfceItembar</refentrytitle> <manvolnum>3</manvolnum> <refmiscinfo>LIBXFCE4PANEL Library</refmiscinfo> </refmeta> <refnamediv> -<refname>XfceItembar</refname> -<refpurpose><para> +<refname>XfceItembar</refname><refpurpose><para> Container widget with configurable orientation. </para></refpurpose> -<!--[<xref linkend="desc" endterm="desc.title"/>]--> </refnamediv> -<refsynopsisdiv id="synopsis"> -<title id="synopsis.title">Synopsis</title> +<refsynopsisdiv><title>Synopsis</title> <synopsis> @@ -62,8 +59,8 @@ Container widget with configurable orientation. </synopsis> </refsynopsisdiv> -<refsect1 id="object_hierarchy"> -<title id="object_hierarchy.title">Object Hierarchy</title> +<refsect1> +<title>Object Hierarchy</title> <synopsis> <link linkend="GObject">GObject</link> @@ -78,8 +75,8 @@ Container widget with configurable orientation. -<refsect1 id="impl_interfaces"> -<title id="impl_interfaces.title">Implemented Interfaces</title> +<refsect1> +<title>Implemented Interfaces</title> <para> XfceItembar implements <link linkend="AtkImplementorIface">AtkImplementorIface</link>.</para> @@ -87,55 +84,55 @@ XfceItembar implements </refsect1> -<refsect1 id="properties"> -<title id="properties.title">Properties</title> +<refsect1> +<title>Properties</title> <synopsis> "<link linkend="XfceItembar--orientation">orientation</link>" <link linkend="GtkOrientation">GtkOrientation</link> : Read / Write </synopsis> </refsect1> -<refsect1 id="child_properties"> -<title id="child_properties.title">Child Properties</title> +<refsect1> +<title>Child Properties</title> <synopsis> "<link linkend="XfceItembar--expand">expand</link>" <link linkend="gboolean">gboolean</link> : Read / Write </synopsis> </refsect1> -<refsect1 id="signal_proto"> -<title id="signal_proto.title">Signals</title> +<refsect1> +<title>Signal Prototypes</title> <synopsis> "<link linkend="XfceItembar-contents-changed">contents-changed</link>" <link linkend="void">void</link> user_function (<link linkend="XfceItembar">XfceItembar</link> *itembar, - <link linkend="gpointer">gpointer</link> user_data) : Run first + <link linkend="gpointer">gpointer</link> user_data); "<link linkend="XfceItembar-orientation-changed">orientation-changed</link>" - <link linkend="void">void</link> user_function (<link linkend="XfceItembar">XfceItembar</link> *itembar, - <link linkend="GtkOrientation">GtkOrientation</link> *orientation, - <link linkend="gpointer">gpointer</link> user_data) : Run first + <link linkend="void">void</link> user_function (<link linkend="XfceItembar">XfceItembar</link> *itembar, + <link linkend="GtkOrientation">GtkOrientation</link> orientation, + <link linkend="gpointer">gpointer</link> user_data); </synopsis> </refsect1> -<refsect1 id="desc"> -<title id="desc.title">Description</title> +<refsect1> +<title>Description</title> <para> <link linkend="XfceItembar"><type>XfceItembar</type></link> is a container widget that can hold multiple widgets. The orientation of the bar is configurable and can be changed at any time. </para> </refsect1> -<refsect1 id="details"> -<title id="details.title">Details</title> +<refsect1> +<title>Details</title> <refsect2> -<title><anchor id="XfceItembar-struct" role="struct"/>XfceItembar</title> +<title><anchor id="XfceItembar-struct"/>XfceItembar</title> <indexterm><primary>XfceItembar</primary></indexterm><programlisting>typedef struct _XfceItembar XfceItembar;</programlisting> <para> The <link linkend="XfceItembar-struct"><type>XfceItembar-struct</type></link> struct contains private data only, and should be accessed using the functions below. </para></refsect2> <refsect2> -<title><anchor id="xfce-itembar-new" role="function"/>xfce_itembar_new ()</title> +<title><anchor id="xfce-itembar-new"/>xfce_itembar_new ()</title> <indexterm><primary>xfce_itembar_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* xfce_itembar_new (<link linkend="GtkOrientation">GtkOrientation</link> orientation);</programlisting> <para> </para> @@ -149,7 +146,7 @@ should be accessed using the functions below. </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-itembar-set-orientation" role="function"/>xfce_itembar_set_orientation ()</title> +<title><anchor id="xfce-itembar-set-orientation"/>xfce_itembar_set_orientation ()</title> <indexterm><primary>xfce_itembar_set_orientation</primary></indexterm><programlisting><link linkend="void">void</link> xfce_itembar_set_orientation (<link linkend="XfceItembar">XfceItembar</link> *itembar, <link linkend="GtkOrientation">GtkOrientation</link> orientation);</programlisting> <para> @@ -165,7 +162,7 @@ Set the orienation of <parameter>itembar</parameter>.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-itembar-get-orientation" role="function"/>xfce_itembar_get_orientation ()</title> +<title><anchor id="xfce-itembar-get-orientation"/>xfce_itembar_get_orientation ()</title> <indexterm><primary>xfce_itembar_get_orientation</primary></indexterm><programlisting><link linkend="GtkOrientation">GtkOrientation</link> xfce_itembar_get_orientation (<link linkend="XfceItembar">XfceItembar</link> *itembar);</programlisting> <para> </para> @@ -179,7 +176,7 @@ Set the orienation of <parameter>itembar</parameter>.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-itembar-insert" role="function"/>xfce_itembar_insert ()</title> +<title><anchor id="xfce-itembar-insert"/>xfce_itembar_insert ()</title> <indexterm><primary>xfce_itembar_insert</primary></indexterm><programlisting><link linkend="void">void</link> xfce_itembar_insert (<link linkend="XfceItembar">XfceItembar</link> *itembar, <link linkend="GtkWidget">GtkWidget</link> *item, <link linkend="int">int</link> position);</programlisting> @@ -199,7 +196,7 @@ Insert new item at <parameter>position</parameter> on <parameter>itembar</parame </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-itembar-append" role="function"/>xfce_itembar_append ()</title> +<title><anchor id="xfce-itembar-append"/>xfce_itembar_append ()</title> <indexterm><primary>xfce_itembar_append</primary></indexterm><programlisting><link linkend="void">void</link> xfce_itembar_append (<link linkend="XfceItembar">XfceItembar</link> *itembar, <link linkend="GtkWidget">GtkWidget</link> *item);</programlisting> <para> @@ -215,7 +212,7 @@ Add a new item at the end of <parameter>itembar</parameter>.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-itembar-prepend" role="function"/>xfce_itembar_prepend ()</title> +<title><anchor id="xfce-itembar-prepend"/>xfce_itembar_prepend ()</title> <indexterm><primary>xfce_itembar_prepend</primary></indexterm><programlisting><link linkend="void">void</link> xfce_itembar_prepend (<link linkend="XfceItembar">XfceItembar</link> *itembar, <link linkend="GtkWidget">GtkWidget</link> *item);</programlisting> <para> @@ -231,7 +228,7 @@ Add a new item at the start of <parameter>itembar</parameter>.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-itembar-reorder-child" role="function"/>xfce_itembar_reorder_child ()</title> +<title><anchor id="xfce-itembar-reorder-child"/>xfce_itembar_reorder_child ()</title> <indexterm><primary>xfce_itembar_reorder_child</primary></indexterm><programlisting><link linkend="void">void</link> xfce_itembar_reorder_child (<link linkend="XfceItembar">XfceItembar</link> *itembar, <link linkend="GtkWidget">GtkWidget</link> *item, <link linkend="int">int</link> position);</programlisting> @@ -251,7 +248,7 @@ Move <parameter>item</parameter> to a new position on <parameter>itembar</parame </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-itembar-set-child-expand" role="function"/>xfce_itembar_set_child_expand ()</title> +<title><anchor id="xfce-itembar-set-child-expand"/>xfce_itembar_set_child_expand ()</title> <indexterm><primary>xfce_itembar_set_child_expand</primary></indexterm><programlisting><link linkend="void">void</link> xfce_itembar_set_child_expand (<link linkend="XfceItembar">XfceItembar</link> *itembar, <link linkend="GtkWidget">GtkWidget</link> *item, <link linkend="gboolean">gboolean</link> expand);</programlisting> @@ -271,7 +268,7 @@ Sets whether <parameter>item</parameter> should expand when the size of <paramet </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-itembar-get-child-expand" role="function"/>xfce_itembar_get_child_expand ()</title> +<title><anchor id="xfce-itembar-get-child-expand"/>xfce_itembar_get_child_expand ()</title> <indexterm><primary>xfce_itembar_get_child_expand</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> xfce_itembar_get_child_expand (<link linkend="XfceItembar">XfceItembar</link> *itembar, <link linkend="GtkWidget">GtkWidget</link> *item);</programlisting> <para> @@ -285,12 +282,12 @@ Sets whether <parameter>item</parameter> should expand when the size of <paramet <varlistentry><term><parameter>item</parameter> :</term> <listitem><simpara> a child <link linkend="GtkWidget"><type>GtkWidget</type></link> of <parameter>itembar</parameter> </simpara></listitem></varlistentry> -<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <link linkend="TRUE:CAPS"><literal>TRUE</literal></link> if <parameter>item</parameter> will expand when the size of <parameter>itembar</parameter> increases, - otherwise <link linkend="FALSE:CAPS"><literal>FALSE</literal></link>. +<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> if <parameter>item</parameter> will expand when the size of <parameter>itembar</parameter> increases, + otherwise <literal>FALSE</literal>. </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-itembar-get-n-items" role="function"/>xfce_itembar_get_n_items ()</title> +<title><anchor id="xfce-itembar-get-n-items"/>xfce_itembar_get_n_items ()</title> <indexterm><primary>xfce_itembar_get_n_items</primary></indexterm><programlisting><link linkend="int">int</link> xfce_itembar_get_n_items (<link linkend="XfceItembar">XfceItembar</link> *itembar);</programlisting> <para> </para> @@ -304,7 +301,7 @@ Sets whether <parameter>item</parameter> should expand when the size of <paramet </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-itembar-get-item-index" role="function"/>xfce_itembar_get_item_index ()</title> +<title><anchor id="xfce-itembar-get-item-index"/>xfce_itembar_get_item_index ()</title> <indexterm><primary>xfce_itembar_get_item_index</primary></indexterm><programlisting><link linkend="int">int</link> xfce_itembar_get_item_index (<link linkend="XfceItembar">XfceItembar</link> *itembar, <link linkend="GtkWidget">GtkWidget</link> *item);</programlisting> <para> @@ -322,7 +319,7 @@ Sets whether <parameter>item</parameter> should expand when the size of <paramet </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-itembar-get-nth-item" role="function"/>xfce_itembar_get_nth_item ()</title> +<title><anchor id="xfce-itembar-get-nth-item"/>xfce_itembar_get_nth_item ()</title> <indexterm><primary>xfce_itembar_get_nth_item</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* xfce_itembar_get_nth_item (<link linkend="XfceItembar">XfceItembar</link> *itembar, <link linkend="int">int</link> n);</programlisting> <para> @@ -336,12 +333,12 @@ Sets whether <parameter>item</parameter> should expand when the size of <paramet <varlistentry><term><parameter>n</parameter> :</term> <listitem><simpara> a position on the itembar </simpara></listitem></varlistentry> -<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the <parameter>n</parameter><!-- -->'s item on <parameter>itembar</parameter>, or <link linkend="NULL:CAPS"><literal>NULL</literal></link> if the +<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the <parameter>n</parameter><!-- -->'s item on <parameter>itembar</parameter>, or <literal>NULL</literal> if the itembar does not contain an <parameter>n</parameter><!-- -->'th item. </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-itembar-raise-event-window" role="function"/>xfce_itembar_raise_event_window ()</title> +<title><anchor id="xfce-itembar-raise-event-window"/>xfce_itembar_raise_event_window ()</title> <indexterm><primary>xfce_itembar_raise_event_window</primary></indexterm><programlisting><link linkend="void">void</link> xfce_itembar_raise_event_window (<link linkend="XfceItembar">XfceItembar</link> *itembar);</programlisting> <para> Raise the event window of <parameter>itembar</parameter>. This causes all events, like @@ -358,7 +355,7 @@ See also: <link linkend="xfce-itembar-lower-event-window"><function>xfce_itembar </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-itembar-lower-event-window" role="function"/>xfce_itembar_lower_event_window ()</title> +<title><anchor id="xfce-itembar-lower-event-window"/>xfce_itembar_lower_event_window ()</title> <indexterm><primary>xfce_itembar_lower_event_window</primary></indexterm><programlisting><link linkend="void">void</link> xfce_itembar_lower_event_window (<link linkend="XfceItembar">XfceItembar</link> *itembar);</programlisting> <para> Lower the event window of <parameter>itembar</parameter>. This causes all events, like @@ -375,7 +372,7 @@ See also: <link linkend="xfce-itembar-raise-event-window"><function>xfce_itembar </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-itembar-event-window-is-raised" role="function"/>xfce_itembar_event_window_is_raised ()</title> +<title><anchor id="xfce-itembar-event-window-is-raised"/>xfce_itembar_event_window_is_raised ()</title> <indexterm><primary>xfce_itembar_event_window_is_raised</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> xfce_itembar_event_window_is_raised (<link linkend="XfceItembar">XfceItembar</link> *itembar);</programlisting> <para> @@ -386,11 +383,11 @@ See also: <link linkend="xfce-itembar-raise-event-window"><function>xfce_itembar <varlistentry><term><parameter>itembar</parameter> :</term> <listitem><simpara> an <link linkend="XfceItembar"><type>XfceItembar</type></link> </simpara></listitem></varlistentry> -<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <link linkend="TRUE:CAPS"><literal>TRUE</literal></link> if event window is raised. +<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> if event window is raised. </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-itembar-get-item-at-point" role="function"/>xfce_itembar_get_item_at_point ()</title> +<title><anchor id="xfce-itembar-get-item-at-point"/>xfce_itembar_get_item_at_point ()</title> <indexterm><primary>xfce_itembar_get_item_at_point</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* xfce_itembar_get_item_at_point (<link linkend="XfceItembar">XfceItembar</link> *itembar, <link linkend="int">int</link> x, <link linkend="int">int</link> y);</programlisting> @@ -408,11 +405,11 @@ See also: <link linkend="xfce-itembar-raise-event-window"><function>xfce_itembar <varlistentry><term><parameter>y</parameter> :</term> <listitem><simpara> y coordinate relative to the itembar window </simpara></listitem></varlistentry> -<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a <link linkend="GtkWidget"><type>GtkWidget</type></link> or <link linkend="NULL:CAPS"><literal>NULL</literal></link>. +<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a <link linkend="GtkWidget"><type>GtkWidget</type></link> or <literal>NULL</literal>. </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-itembar-get-drop-index" role="function"/>xfce_itembar_get_drop_index ()</title> +<title><anchor id="xfce-itembar-get-drop-index"/>xfce_itembar_get_drop_index ()</title> <indexterm><primary>xfce_itembar_get_drop_index</primary></indexterm><programlisting><link linkend="int">int</link> xfce_itembar_get_drop_index (<link linkend="XfceItembar">XfceItembar</link> *itembar, <link linkend="int">int</link> x, <link linkend="int">int</link> y);</programlisting> @@ -442,10 +439,10 @@ itembar. </variablelist></refsect2> </refsect1> -<refsect1 id="property_details"> -<title id="property_details.title">Property Details</title> +<refsect1> +<title>Properties</title> <refsect2><title><anchor id="XfceItembar--orientation"/>The "<literal>orientation</literal>" property</title> -<indexterm><primary>XfceItembar:orientation</primary></indexterm><programlisting> "orientation" <link linkend="GtkOrientation">GtkOrientation</link> : Read / Write</programlisting> +<programlisting> "orientation" <link linkend="GtkOrientation">GtkOrientation</link> : Read / Write</programlisting> <para> The orientation of the <link linkend="XfceItembar"><type>XfceItembar</type></link>.</para> <para> @@ -454,10 +451,10 @@ The orientation of the <link linkend="XfceItembar"><type>XfceItembar</type></lin </refsect2> </refsect1> -<refsect1 id="child_property_details"> -<title id="child_property_details.title">Child Property Details</title> +<refsect1> +<title>Child Properties</title> <refsect2><title><anchor id="XfceItembar--expand"/>The "<literal>expand</literal>" child property</title> -<indexterm><primary>XfceItembar:expand</primary></indexterm><programlisting> "expand" <link linkend="gboolean">gboolean</link> : Read / Write</programlisting> +<programlisting> "expand" <link linkend="gboolean">gboolean</link> : Read / Write</programlisting> <para> Whether the child of the <link linkend="XfceItembar"><type>XfceItembar</type></link> should fill available space.</para> <para> @@ -467,11 +464,11 @@ Whether the child of the <link linkend="XfceItembar"><type>XfceItembar</type></l </refsect1> -<refsect1 id="signals"> -<title id="signals.title">Signal Details</title> +<refsect1> +<title>Signals</title> <refsect2><title><anchor id="XfceItembar-contents-changed"/>The "contents-changed" signal</title> -<indexterm><primary>XfceItembar::contents-changed</primary></indexterm><programlisting><link linkend="void">void</link> user_function (<link linkend="XfceItembar">XfceItembar</link> *itembar, - <link linkend="gpointer">gpointer</link> user_data) : Run first</programlisting> +<programlisting><link linkend="void">void</link> user_function (<link linkend="XfceItembar">XfceItembar</link> *itembar, + <link linkend="gpointer">gpointer</link> user_data);</programlisting> <para> Emitted when the contents of the itembar change, either by adding a child, removing a child, or reordering a child.</para> @@ -484,9 +481,9 @@ a child, removing a child, or reordering a child.</para> <varlistentry><term><parameter>user_data</parameter> :</term> <listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry> </variablelist></refsect2><refsect2><title><anchor id="XfceItembar-orientation-changed"/>The "orientation-changed" signal</title> -<indexterm><primary>XfceItembar::orientation-changed</primary></indexterm><programlisting><link linkend="void">void</link> user_function (<link linkend="XfceItembar">XfceItembar</link> *itembar, - <link linkend="GtkOrientation">GtkOrientation</link> *orientation, - <link linkend="gpointer">gpointer</link> user_data) : Run first</programlisting> +<programlisting><link linkend="void">void</link> user_function (<link linkend="XfceItembar">XfceItembar</link> *itembar, + <link linkend="GtkOrientation">GtkOrientation</link> orientation, + <link linkend="gpointer">gpointer</link> user_data);</programlisting> <para> Emitted when the orientation of the itembar changes.</para> <para> diff --git a/docs/API/xml/xfce-panel-convenience.xml b/docs/API/xml/xfce-panel-convenience.xml index ba0ad5b5..a96f3980 100644 --- a/docs/API/xml/xfce-panel-convenience.xml +++ b/docs/API/xml/xfce-panel-convenience.xml @@ -3,21 +3,18 @@ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <refentry id="libxfce4panel-Convenience-Functions"> <refmeta> -<refentrytitle id="top_of_page">Convenience Functions</refentrytitle> +<refentrytitle>Convenience Functions</refentrytitle> <manvolnum>3</manvolnum> <refmiscinfo>LIBXFCE4PANEL Library</refmiscinfo> </refmeta> <refnamediv> -<refname>Convenience Functions</refname> -<refpurpose><para> +<refname>Convenience Functions</refname><refpurpose><para> Special purpose widgets and utilities. </para></refpurpose> -<!--[<xref linkend="desc" endterm="desc.title"/>]--> </refnamediv> -<refsynopsisdiv id="synopsis"> -<title id="synopsis.title">Synopsis</title> +<refsynopsisdiv><title>Synopsis</title> <synopsis> @@ -36,22 +33,22 @@ Special purpose widgets and utilities. -<refsect1 id="desc"> -<title id="desc.title">Description</title> +<refsect1> +<title>Description</title> <para> This section describes a number of functions that were created to help developers of Xfce Panel plugins. </para> </refsect1> -<refsect1 id="details"> -<title id="details.title">Details</title> +<refsect1> +<title>Details</title> <refsect2> -<title><anchor id="xfce-create-panel-button" role="function"/>xfce_create_panel_button ()</title> +<title><anchor id="xfce-create-panel-button"/>xfce_create_panel_button ()</title> <indexterm><primary>xfce_create_panel_button</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* xfce_create_panel_button (void);</programlisting> <para> Create regular <link linkend="GtkToggleButton"><type>GtkToggleButton</type></link> with a few properties set to be useful in -Xfce panel: Flat (<link linkend="GTK-RELIEF-NONE:CAPS"><literal>GTK_RELIEF_NONE</literal></link>), no focus on click and minimal padding.</para> +Xfce panel: Flat (<literal>GTK_RELIEF_NONE</literal>), no focus on click and minimal padding.</para> <para> </para><variablelist role="params"> @@ -59,7 +56,7 @@ Xfce panel: Flat (<link linkend="GTK-RELIEF-NONE:CAPS"><literal>GTK_RELIEF_NONE< </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-create-panel-toggle-button" role="function"/>xfce_create_panel_toggle_button ()</title> +<title><anchor id="xfce-create-panel-toggle-button"/>xfce_create_panel_toggle_button ()</title> <indexterm><primary>xfce_create_panel_toggle_button</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* xfce_create_panel_toggle_button (void);</programlisting> <para> diff --git a/docs/API/xml/xfce-panel-enums.xml b/docs/API/xml/xfce-panel-enums.xml index 187c0dd1..9ae5bc70 100644 --- a/docs/API/xml/xfce-panel-enums.xml +++ b/docs/API/xml/xfce-panel-enums.xml @@ -3,21 +3,18 @@ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <refentry id="libxfce4panel-Standard-Enumerations"> <refmeta> -<refentrytitle id="top_of_page">Standard Enumerations</refentrytitle> +<refentrytitle>Standard Enumerations</refentrytitle> <manvolnum>3</manvolnum> <refmiscinfo>LIBXFCE4PANEL Library</refmiscinfo> </refmeta> <refnamediv> -<refname>Standard Enumerations</refname> -<refpurpose><para> +<refname>Standard Enumerations</refname><refpurpose><para> Standard enumerations used by the Xfce Panel. </para></refpurpose> -<!--[<xref linkend="desc" endterm="desc.title"/>]--> </refnamediv> -<refsynopsisdiv id="synopsis"> -<title id="synopsis.title">Synopsis</title> +<refsynopsisdiv><title>Synopsis</title> <synopsis> @@ -42,17 +39,17 @@ enum <link linkend="XfceScreenPosition">XfceScreenPosition</link>; -<refsect1 id="desc"> -<title id="desc.title">Description</title> +<refsect1> +<title>Description</title> <para> Currently only contains the definition of <link linkend="XfceScreenPosition"><type>XfceScreenPosition</type></link>. </para> </refsect1> -<refsect1 id="details"> -<title id="details.title">Details</title> +<refsect1> +<title>Details</title> <refsect2> -<title><anchor id="XfceScreenPosition" role="enum"/>enum XfceScreenPosition</title> +<title><anchor id="XfceScreenPosition"/>enum XfceScreenPosition</title> <indexterm><primary>XfceScreenPosition</primary></indexterm><programlisting>typedef enum /*<enum,prefix=XFCE_SCREEN_POSITION >*/ { XFCE_SCREEN_POSITION_NONE, @@ -79,7 +76,7 @@ Currently only contains the definition of <link linkend="XfceScreenPosition"><ty /* floating */ XFCE_SCREEN_POSITION_FLOATING_H, /* Floating Horizontal */ - XFCE_SCREEN_POSITION_FLOATING_V, /* Floating Vertical */ + XFCE_SCREEN_POSITION_FLOATING_V /* Floating Vertical */ } XfceScreenPosition; </programlisting> @@ -93,83 +90,83 @@ positions, horizontal and vertical.</para> </para><variablelist role="enum"> <varlistentry> -<term><anchor id="XFCE-SCREEN-POSITION-NONE:CAPS" role="constant"/><literal>XFCE_SCREEN_POSITION_NONE</literal></term> +<term><literal>XFCE_SCREEN_POSITION_NONE</literal></term> <listitem><simpara> No position has been set. </simpara></listitem> </varlistentry> <varlistentry> -<term><anchor id="XFCE-SCREEN-POSITION-NW-H:CAPS" role="constant"/><literal>XFCE_SCREEN_POSITION_NW_H</literal></term> +<term><literal>XFCE_SCREEN_POSITION_NW_H</literal></term> <listitem><simpara> North West Horizontal </simpara></listitem> </varlistentry> <varlistentry> -<term><anchor id="XFCE-SCREEN-POSITION-N:CAPS" role="constant"/><literal>XFCE_SCREEN_POSITION_N</literal></term> +<term><literal>XFCE_SCREEN_POSITION_N</literal></term> <listitem><simpara> North </simpara></listitem> </varlistentry> <varlistentry> -<term><anchor id="XFCE-SCREEN-POSITION-NE-H:CAPS" role="constant"/><literal>XFCE_SCREEN_POSITION_NE_H</literal></term> +<term><literal>XFCE_SCREEN_POSITION_NE_H</literal></term> <listitem><simpara> North East Horizontal </simpara></listitem> </varlistentry> <varlistentry> -<term><anchor id="XFCE-SCREEN-POSITION-NW-V:CAPS" role="constant"/><literal>XFCE_SCREEN_POSITION_NW_V</literal></term> +<term><literal>XFCE_SCREEN_POSITION_NW_V</literal></term> <listitem><simpara> North West Vertical </simpara></listitem> </varlistentry> <varlistentry> -<term><anchor id="XFCE-SCREEN-POSITION-W:CAPS" role="constant"/><literal>XFCE_SCREEN_POSITION_W</literal></term> +<term><literal>XFCE_SCREEN_POSITION_W</literal></term> <listitem><simpara> West </simpara></listitem> </varlistentry> <varlistentry> -<term><anchor id="XFCE-SCREEN-POSITION-SW-V:CAPS" role="constant"/><literal>XFCE_SCREEN_POSITION_SW_V</literal></term> +<term><literal>XFCE_SCREEN_POSITION_SW_V</literal></term> <listitem><simpara> South West Vertical </simpara></listitem> </varlistentry> <varlistentry> -<term><anchor id="XFCE-SCREEN-POSITION-NE-V:CAPS" role="constant"/><literal>XFCE_SCREEN_POSITION_NE_V</literal></term> +<term><literal>XFCE_SCREEN_POSITION_NE_V</literal></term> <listitem><simpara> North East Vertical </simpara></listitem> </varlistentry> <varlistentry> -<term><anchor id="XFCE-SCREEN-POSITION-E:CAPS" role="constant"/><literal>XFCE_SCREEN_POSITION_E</literal></term> +<term><literal>XFCE_SCREEN_POSITION_E</literal></term> <listitem><simpara> East </simpara></listitem> </varlistentry> <varlistentry> -<term><anchor id="XFCE-SCREEN-POSITION-SE-V:CAPS" role="constant"/><literal>XFCE_SCREEN_POSITION_SE_V</literal></term> +<term><literal>XFCE_SCREEN_POSITION_SE_V</literal></term> <listitem><simpara> South East Vertical </simpara></listitem> </varlistentry> <varlistentry> -<term><anchor id="XFCE-SCREEN-POSITION-SW-H:CAPS" role="constant"/><literal>XFCE_SCREEN_POSITION_SW_H</literal></term> +<term><literal>XFCE_SCREEN_POSITION_SW_H</literal></term> <listitem><simpara> South West Horizontal </simpara></listitem> </varlistentry> <varlistentry> -<term><anchor id="XFCE-SCREEN-POSITION-S:CAPS" role="constant"/><literal>XFCE_SCREEN_POSITION_S</literal></term> +<term><literal>XFCE_SCREEN_POSITION_S</literal></term> <listitem><simpara> South </simpara></listitem> </varlistentry> <varlistentry> -<term><anchor id="XFCE-SCREEN-POSITION-SE-H:CAPS" role="constant"/><literal>XFCE_SCREEN_POSITION_SE_H</literal></term> +<term><literal>XFCE_SCREEN_POSITION_SE_H</literal></term> <listitem><simpara> South East Horizontal </simpara></listitem> </varlistentry> <varlistentry> -<term><anchor id="XFCE-SCREEN-POSITION-FLOATING-H:CAPS" role="constant"/><literal>XFCE_SCREEN_POSITION_FLOATING_H</literal></term> +<term><literal>XFCE_SCREEN_POSITION_FLOATING_H</literal></term> <listitem><simpara> Floating Horizontal </simpara></listitem> </varlistentry> <varlistentry> -<term><anchor id="XFCE-SCREEN-POSITION-FLOATING-V:CAPS" role="constant"/><literal>XFCE_SCREEN_POSITION_FLOATING_V</literal></term> +<term><literal>XFCE_SCREEN_POSITION_FLOATING_V</literal></term> <listitem><simpara> Floating Vertical </simpara></listitem> </varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-screen-position-is-horizontal" role="macro"/>xfce_screen_position_is_horizontal()</title> +<title><anchor id="xfce-screen-position-is-horizontal"/>xfce_screen_position_is_horizontal()</title> <indexterm><primary>xfce_screen_position_is_horizontal</primary></indexterm><programlisting>#define xfce_screen_position_is_horizontal(position)</programlisting> <para> </para> @@ -179,11 +176,11 @@ positions, horizontal and vertical.</para> <varlistentry><term><parameter>position</parameter> :</term> <listitem><simpara> the <link linkend="XfceScreenPosition"><type>XfceScreenPosition</type></link> </simpara></listitem></varlistentry> -<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <link linkend="TRUE:CAPS"><literal>TRUE</literal></link> if horizontal, <link linkend="FALSE:CAPS"><literal>FALSE</literal></link> otherwise +<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> if horizontal, <literal>FALSE</literal> otherwise </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-screen-position-get-orientation" role="macro"/>xfce_screen_position_get_orientation()</title> +<title><anchor id="xfce-screen-position-get-orientation"/>xfce_screen_position_get_orientation()</title> <indexterm><primary>xfce_screen_position_get_orientation</primary></indexterm><programlisting>#define xfce_screen_position_get_orientation(position)</programlisting> <para> </para> @@ -197,7 +194,7 @@ positions, horizontal and vertical.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-screen-position-is-floating" role="macro"/>xfce_screen_position_is_floating()</title> +<title><anchor id="xfce-screen-position-is-floating"/>xfce_screen_position_is_floating()</title> <indexterm><primary>xfce_screen_position_is_floating</primary></indexterm><programlisting>#define xfce_screen_position_is_floating(position)</programlisting> <para> </para> @@ -207,11 +204,11 @@ positions, horizontal and vertical.</para> <varlistentry><term><parameter>position</parameter> :</term> <listitem><simpara> the <link linkend="XfceScreenPosition"><type>XfceScreenPosition</type></link> </simpara></listitem></varlistentry> -<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <link linkend="TRUE:CAPS"><literal>TRUE</literal></link> if floating, <link linkend="FALSE:CAPS"><literal>FALSE</literal></link> otherwise. +<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> if floating, <literal>FALSE</literal> otherwise. </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-screen-position-is-top" role="macro"/>xfce_screen_position_is_top()</title> +<title><anchor id="xfce-screen-position-is-top"/>xfce_screen_position_is_top()</title> <indexterm><primary>xfce_screen_position_is_top</primary></indexterm><programlisting>#define xfce_screen_position_is_top(position)</programlisting> <para> </para> @@ -221,11 +218,11 @@ positions, horizontal and vertical.</para> <varlistentry><term><parameter>position</parameter> :</term> <listitem><simpara> the <link linkend="XfceScreenPosition"><type>XfceScreenPosition</type></link> </simpara></listitem></varlistentry> -<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <link linkend="TRUE:CAPS"><literal>TRUE</literal></link> if on the top of the screen, <link linkend="FALSE:CAPS"><literal>FALSE</literal></link> otherwise +<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> if on the top of the screen, <literal>FALSE</literal> otherwise </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-screen-position-is-left" role="macro"/>xfce_screen_position_is_left()</title> +<title><anchor id="xfce-screen-position-is-left"/>xfce_screen_position_is_left()</title> <indexterm><primary>xfce_screen_position_is_left</primary></indexterm><programlisting>#define xfce_screen_position_is_left(position)</programlisting> <para> </para> @@ -235,11 +232,11 @@ positions, horizontal and vertical.</para> <varlistentry><term><parameter>position</parameter> :</term> <listitem><simpara> the <link linkend="XfceScreenPosition"><type>XfceScreenPosition</type></link> </simpara></listitem></varlistentry> -<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <link linkend="TRUE:CAPS"><literal>TRUE</literal></link> if on the left of the screen, <link linkend="FALSE:CAPS"><literal>FALSE</literal></link> otherwise +<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> if on the left of the screen, <literal>FALSE</literal> otherwise </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-screen-position-is-right" role="macro"/>xfce_screen_position_is_right()</title> +<title><anchor id="xfce-screen-position-is-right"/>xfce_screen_position_is_right()</title> <indexterm><primary>xfce_screen_position_is_right</primary></indexterm><programlisting>#define xfce_screen_position_is_right(position)</programlisting> <para> </para> @@ -249,11 +246,11 @@ positions, horizontal and vertical.</para> <varlistentry><term><parameter>position</parameter> :</term> <listitem><simpara> the <link linkend="XfceScreenPosition"><type>XfceScreenPosition</type></link> </simpara></listitem></varlistentry> -<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <link linkend="TRUE:CAPS"><literal>TRUE</literal></link> if on the right of the screen, <link linkend="FALSE:CAPS"><literal>FALSE</literal></link> otherwise +<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> if on the right of the screen, <literal>FALSE</literal> otherwise </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-screen-position-is-bottom" role="macro"/>xfce_screen_position_is_bottom()</title> +<title><anchor id="xfce-screen-position-is-bottom"/>xfce_screen_position_is_bottom()</title> <indexterm><primary>xfce_screen_position_is_bottom</primary></indexterm><programlisting>#define xfce_screen_position_is_bottom(position)</programlisting> <para> </para> @@ -263,7 +260,7 @@ positions, horizontal and vertical.</para> <varlistentry><term><parameter>position</parameter> :</term> <listitem><simpara> the <link linkend="XfceScreenPosition"><type>XfceScreenPosition</type></link> </simpara></listitem></varlistentry> -<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <link linkend="TRUE:CAPS"><literal>TRUE</literal></link> if on the bottom of the screen, <link linkend="FALSE:CAPS"><literal>FALSE</literal></link> otherwise +<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> if on the bottom of the screen, <literal>FALSE</literal> otherwise </simpara></listitem></varlistentry> </variablelist></refsect2> diff --git a/docs/API/xml/xfce-panel-external-plugin.xml b/docs/API/xml/xfce-panel-external-plugin.xml index 88449cbc..341e8271 100644 --- a/docs/API/xml/xfce-panel-external-plugin.xml +++ b/docs/API/xml/xfce-panel-external-plugin.xml @@ -3,21 +3,18 @@ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <refentry id="XfceExternalPanelPlugin"> <refmeta> -<refentrytitle id="top_of_page">XfceExternalPanelPlugin</refentrytitle> +<refentrytitle>XfceExternalPanelPlugin</refentrytitle> <manvolnum>3</manvolnum> <refmiscinfo>LIBXFCE4PANEL Library</refmiscinfo> </refmeta> <refnamediv> -<refname>XfceExternalPanelPlugin</refname> -<refpurpose><para> +<refname>XfceExternalPanelPlugin</refname><refpurpose><para> External plugin widget. </para></refpurpose> -<!--[<xref linkend="desc" endterm="desc.title"/>]--> </refnamediv> -<refsynopsisdiv id="synopsis"> -<title id="synopsis.title">Synopsis</title> +<refsynopsisdiv><title>Synopsis</title> <synopsis> @@ -31,8 +28,8 @@ External plugin widget. </synopsis> </refsynopsisdiv> -<refsect1 id="object_hierarchy"> -<title id="object_hierarchy.title">Object Hierarchy</title> +<refsect1> +<title>Object Hierarchy</title> <synopsis> <link linkend="GObject">GObject</link> @@ -50,8 +47,8 @@ External plugin widget. -<refsect1 id="impl_interfaces"> -<title id="impl_interfaces.title">Implemented Interfaces</title> +<refsect1> +<title>Implemented Interfaces</title> <para> XfceExternalPanelPlugin implements <link linkend="AtkImplementorIface">AtkImplementorIface</link> and <link linkend="XfcePanelPlugin">XfcePanelPlugin</link>.</para> @@ -62,18 +59,18 @@ XfceExternalPanelPlugin implements -<refsect1 id="desc"> -<title id="desc.title">Description</title> +<refsect1> +<title>Description</title> <para> Implements the <link linkend="XfcePanelPlugin">Panel Plugin interface</link> for external plugins. </para> </refsect1> -<refsect1 id="details"> -<title id="details.title">Details</title> +<refsect1> +<title>Details</title> <refsect2> -<title><anchor id="XfceExternalPanelPlugin-struct" role="struct"/>XfceExternalPanelPlugin</title> +<title><anchor id="XfceExternalPanelPlugin-struct"/>XfceExternalPanelPlugin</title> <indexterm><primary>XfceExternalPanelPlugin</primary></indexterm><programlisting>typedef struct _XfceExternalPanelPlugin XfceExternalPanelPlugin;</programlisting> <para> The <link linkend="XfceExternalPanelPlugin-struct"><type>XfceExternalPanelPlugin-struct</type></link> struct contains private data only, and @@ -81,7 +78,7 @@ should be accessed using the functions for the <link linkend="XfcePanelPlugin">XfcePanelPlugin Interface</link>. </para></refsect2> <refsect2> -<title><anchor id="xfce-external-panel-plugin-new" role="function"/>xfce_external_panel_plugin_new ()</title> +<title><anchor id="xfce-external-panel-plugin-new"/>xfce_external_panel_plugin_new ()</title> <indexterm><primary>xfce_external_panel_plugin_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* xfce_external_panel_plugin_new (<link linkend="int">int</link> argc, <link linkend="char">char</link> **argv, <link linkend="XfcePanelPluginFunc">XfcePanelPluginFunc</link> construct);</programlisting> diff --git a/docs/API/xml/xfce-panel-internal-plugin.xml b/docs/API/xml/xfce-panel-internal-plugin.xml index 3019304f..129f190b 100644 --- a/docs/API/xml/xfce-panel-internal-plugin.xml +++ b/docs/API/xml/xfce-panel-internal-plugin.xml @@ -3,21 +3,18 @@ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <refentry id="XfceInternalPanelPlugin"> <refmeta> -<refentrytitle id="top_of_page">XfceInternalPanelPlugin</refentrytitle> +<refentrytitle>XfceInternalPanelPlugin</refentrytitle> <manvolnum>3</manvolnum> <refmiscinfo>LIBXFCE4PANEL Library</refmiscinfo> </refmeta> <refnamediv> -<refname>XfceInternalPanelPlugin</refname> -<refpurpose><para> +<refname>XfceInternalPanelPlugin</refname><refpurpose><para> Internal panel plugin. </para></refpurpose> -<!--[<xref linkend="desc" endterm="desc.title"/>]--> </refnamediv> -<refsynopsisdiv id="synopsis"> -<title id="synopsis.title">Synopsis</title> +<refsynopsisdiv><title>Synopsis</title> <synopsis> @@ -34,8 +31,8 @@ Internal panel plugin. </synopsis> </refsynopsisdiv> -<refsect1 id="object_hierarchy"> -<title id="object_hierarchy.title">Object Hierarchy</title> +<refsect1> +<title>Object Hierarchy</title> <synopsis> <link linkend="GObject">GObject</link> @@ -52,8 +49,8 @@ Internal panel plugin. -<refsect1 id="impl_interfaces"> -<title id="impl_interfaces.title">Implemented Interfaces</title> +<refsect1> +<title>Implemented Interfaces</title> <para> XfceInternalPanelPlugin implements <link linkend="AtkImplementorIface">AtkImplementorIface</link>, <link linkend="XfcePanelPlugin">XfcePanelPlugin</link> and <link linkend="XfcePanelItem">XfcePanelItem</link>.</para> @@ -64,18 +61,18 @@ XfceInternalPanelPlugin implements -<refsect1 id="desc"> -<title id="desc.title">Description</title> +<refsect1> +<title>Description</title> <para> Implements the <link linkend="XfcePanelPlugin">Panel Plugin interface</link> for internal plugins (loadable modules). </para> </refsect1> -<refsect1 id="details"> -<title id="details.title">Details</title> +<refsect1> +<title>Details</title> <refsect2> -<title><anchor id="XfceInternalPanelPlugin-struct" role="struct"/>XfceInternalPanelPlugin</title> +<title><anchor id="XfceInternalPanelPlugin-struct"/>XfceInternalPanelPlugin</title> <indexterm><primary>XfceInternalPanelPlugin</primary></indexterm><programlisting>typedef struct _XfceInternalPanelPlugin XfceInternalPanelPlugin;</programlisting> <para> The <link linkend="XfceInternalPanelPlugin-struct"><type>XfceInternalPanelPlugin-struct</type></link> struct contains private data only, and @@ -83,7 +80,7 @@ should be accessed using the functions for the <link linkend="XfcePanelPlugin">XfcePanelPlugin Interface</link>. </para></refsect2> <refsect2> -<title><anchor id="xfce-internal-panel-plugin-new" role="function"/>xfce_internal_panel_plugin_new ()</title> +<title><anchor id="xfce-internal-panel-plugin-new"/>xfce_internal_panel_plugin_new ()</title> <indexterm><primary>xfce_internal_panel_plugin_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* xfce_internal_panel_plugin_new (const <link linkend="char">char</link> *name, const <link linkend="char">char</link> *id, const <link linkend="char">char</link> *display_name, diff --git a/docs/API/xml/xfce-panel-plugin-iface.xml b/docs/API/xml/xfce-panel-plugin-iface.xml index e1bb973f..c5e7c9cd 100644 --- a/docs/API/xml/xfce-panel-plugin-iface.xml +++ b/docs/API/xml/xfce-panel-plugin-iface.xml @@ -3,21 +3,18 @@ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <refentry id="XfcePanelPlugin"> <refmeta> -<refentrytitle id="top_of_page">XfcePanelPlugin</refentrytitle> +<refentrytitle>XfcePanelPlugin</refentrytitle> <manvolnum>3</manvolnum> <refmiscinfo>LIBXFCE4PANEL Library</refmiscinfo> </refmeta> <refnamediv> -<refname>XfcePanelPlugin</refname> -<refpurpose><para> +<refname>XfcePanelPlugin</refname><refpurpose><para> Panel plugin interface. </para></refpurpose> -<!--[<xref linkend="desc" endterm="desc.title"/>]--> </refnamediv> -<refsynopsisdiv id="synopsis"> -<title id="synopsis.title">Synopsis</title> +<refsynopsisdiv><title>Synopsis</title> <synopsis> @@ -59,8 +56,8 @@ const <link linkend="char">char</link>* <link linkend="xfce-panel-plugin-get-dis </synopsis> </refsynopsisdiv> -<refsect1 id="object_hierarchy"> -<title id="object_hierarchy.title">Object Hierarchy</title> +<refsect1> +<title>Object Hierarchy</title> <synopsis> <link linkend="GInterface">GInterface</link> @@ -69,26 +66,26 @@ const <link linkend="char">char</link>* <link linkend="xfce-panel-plugin-get-dis </refsect1> -<refsect1 id="prerequisites"> -<title id="prerequisites.title">Prerequisites</title> +<refsect1> +<title>Prerequisites</title> <para> XfcePanelPlugin requires - <link linkend="GInitiallyUnowned">GInitiallyUnowned</link>, <link linkend="GtkObject">GtkObject</link>, <link linkend="GtkWidget">GtkWidget</link> and <link linkend="GtkContainer">GtkContainer</link>.</para> + <link linkend="GtkContainer">GtkContainer</link>.</para> </refsect1> -<refsect1 id="implementations"> -<title id="implementations.title">Known Implementations</title> +<refsect1> +<title>Known Implementations</title> <para> XfcePanelPlugin is implemented by <link linkend="XfceExternalPanelPlugin">XfceExternalPanelPlugin</link> and <link linkend="XfceInternalPanelPlugin">XfceInternalPanelPlugin</link>.</para> </refsect1> -<refsect1 id="properties"> -<title id="properties.title">Properties</title> +<refsect1> +<title>Properties</title> <synopsis> "<link linkend="XfcePanelPlugin--display-name">display-name</link>" <link linkend="gchararray">gchararray</link> : Read @@ -100,37 +97,37 @@ XfcePanelPlugin is implemented by </synopsis> </refsect1> -<refsect1 id="signal_proto"> -<title id="signal_proto.title">Signals</title> +<refsect1> +<title>Signal Prototypes</title> <synopsis> "<link linkend="XfcePanelPlugin-about">about</link>" <link linkend="void">void</link> user_function (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, - <link linkend="gpointer">gpointer</link> user_data) : Run last / No recursion / No hooks + <link linkend="gpointer">gpointer</link> user_data); "<link linkend="XfcePanelPlugin-configure-plugin">configure-plugin</link>" <link linkend="void">void</link> user_function (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, - <link linkend="gpointer">gpointer</link> user_data) : Run last / No recursion / No hooks + <link linkend="gpointer">gpointer</link> user_data); "<link linkend="XfcePanelPlugin-free-data">free-data</link>" <link linkend="void">void</link> user_function (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, - <link linkend="gpointer">gpointer</link> user_data) : Run last / No recursion / No hooks + <link linkend="gpointer">gpointer</link> user_data); "<link linkend="XfcePanelPlugin-orientation-changed">orientation-changed</link>" <link linkend="void">void</link> user_function (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, - <link linkend="GtkOrientation">GtkOrientation</link> *orientation, - <link linkend="gpointer">gpointer</link> user_data) : Run last / No recursion / No hooks + <link linkend="GtkOrientation">GtkOrientation</link> orientation, + <link linkend="gpointer">gpointer</link> user_data); "<link linkend="XfcePanelPlugin-save">save</link>" <link linkend="void">void</link> user_function (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, - <link linkend="gpointer">gpointer</link> user_data) : Run last / No recursion / No hooks + <link linkend="gpointer">gpointer</link> user_data); "<link linkend="XfcePanelPlugin-screen-position-changed">screen-position-changed</link>" - <link linkend="void">void</link> user_function (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, - <link linkend="XfceScreenPosition">XfceScreenPosition</link> *position, - <link linkend="gpointer">gpointer</link> user_data) : Run last / No recursion / No hooks + <link linkend="void">void</link> user_function (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, + <link linkend="XfceScreenPosition">XfceScreenPosition</link> position, + <link linkend="gpointer">gpointer</link> user_data); "<link linkend="XfcePanelPlugin-size-changed">size-changed</link>" <link linkend="gboolean">gboolean</link> user_function (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, - <link linkend="gint">gint</link> size, - <link linkend="gpointer">gpointer</link> user_data) : Run last / No recursion / No hooks + <link linkend="gint">gint</link> size, + <link linkend="gpointer">gpointer</link> user_data); </synopsis> </refsect1> -<refsect1 id="desc"> -<title id="desc.title">Description</title> +<refsect1> +<title>Description</title> <para> The interface implemented by both internal and external plugins. Plugin writers may use the functions described below to interact with the plugin @@ -138,17 +135,17 @@ widget. </para> </refsect1> -<refsect1 id="details"> -<title id="details.title">Details</title> +<refsect1> +<title>Details</title> <refsect2> -<title><anchor id="XfcePanelPlugin-struct" role="struct"/>XfcePanelPlugin</title> +<title><anchor id="XfcePanelPlugin-struct"/>XfcePanelPlugin</title> <indexterm><primary>XfcePanelPlugin</primary></indexterm><programlisting>typedef struct _XfcePanelPlugin XfcePanelPlugin;</programlisting> <para> The <link linkend="XfcePanelPlugin-struct"><type>XfcePanelPlugin-struct</type></link> is a purely virtual object to describe an instance of a widget implementing the panel plugin interface. </para></refsect2> <refsect2> -<title><anchor id="XfcePanelPluginFunc" role="function"/>XfcePanelPluginFunc ()</title> +<title><anchor id="XfcePanelPluginFunc"/>XfcePanelPluginFunc ()</title> <indexterm><primary>XfcePanelPluginFunc</primary></indexterm><programlisting><link linkend="void">void</link> (*XfcePanelPluginFunc) (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin);</programlisting> <para> Callback function to create the plugin contents. It should be given as @@ -165,7 +162,7 @@ See also: <link linkend="XFCE-PANEL-PLUGIN-REGISTER-EXTERNAL:CAPS"><function>XFC </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-plugin-get-name" role="function"/>xfce_panel_plugin_get_name ()</title> +<title><anchor id="xfce-panel-plugin-get-name"/>xfce_panel_plugin_get_name ()</title> <indexterm><primary>xfce_panel_plugin_get_name</primary></indexterm><programlisting>const <link linkend="char">char</link>* xfce_panel_plugin_get_name (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin);</programlisting> <para> The plugin name identifies a plugin type and therefore must be unique.</para> @@ -179,7 +176,7 @@ The plugin name identifies a plugin type and therefore must be unique.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-plugin-get-id" role="function"/>xfce_panel_plugin_get_id ()</title> +<title><anchor id="xfce-panel-plugin-get-id"/>xfce_panel_plugin_get_id ()</title> <indexterm><primary>xfce_panel_plugin_get_id</primary></indexterm><programlisting>const <link linkend="char">char</link>* xfce_panel_plugin_get_id (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin);</programlisting> <para> The plugin id is a unique identifier string that is given to every instance @@ -194,7 +191,7 @@ of a panel plugin.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-plugin-get-display-name" role="function"/>xfce_panel_plugin_get_display_name ()</title> +<title><anchor id="xfce-panel-plugin-get-display-name"/>xfce_panel_plugin_get_display_name ()</title> <indexterm><primary>xfce_panel_plugin_get_display_name</primary></indexterm><programlisting>const <link linkend="char">char</link>* xfce_panel_plugin_get_display_name (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin);</programlisting> <para> @@ -210,7 +207,7 @@ interface, e.g. a dialog or a menu.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-plugin-get-size" role="function"/>xfce_panel_plugin_get_size ()</title> +<title><anchor id="xfce-panel-plugin-get-size"/>xfce_panel_plugin_get_size ()</title> <indexterm><primary>xfce_panel_plugin_get_size</primary></indexterm><programlisting><link linkend="int">int</link> xfce_panel_plugin_get_size (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin);</programlisting> <para> </para> @@ -224,7 +221,7 @@ interface, e.g. a dialog or a menu.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-plugin-get-screen-position" role="function"/>xfce_panel_plugin_get_screen_position ()</title> +<title><anchor id="xfce-panel-plugin-get-screen-position"/>xfce_panel_plugin_get_screen_position ()</title> <indexterm><primary>xfce_panel_plugin_get_screen_position</primary></indexterm><programlisting><link linkend="XfceScreenPosition">XfceScreenPosition</link> xfce_panel_plugin_get_screen_position (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin);</programlisting> <para> @@ -239,7 +236,7 @@ interface, e.g. a dialog or a menu.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-plugin-set-expand" role="function"/>xfce_panel_plugin_set_expand ()</title> +<title><anchor id="xfce-panel-plugin-set-expand"/>xfce_panel_plugin_set_expand ()</title> <indexterm><primary>xfce_panel_plugin_set_expand</primary></indexterm><programlisting><link linkend="void">void</link> xfce_panel_plugin_set_expand (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, <link linkend="gboolean">gboolean</link> expand);</programlisting> <para> @@ -255,7 +252,7 @@ Sets whether to expand the plugin when the width of the panel increases.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-plugin-get-expand" role="function"/>xfce_panel_plugin_get_expand ()</title> +<title><anchor id="xfce-panel-plugin-get-expand"/>xfce_panel_plugin_get_expand ()</title> <indexterm><primary>xfce_panel_plugin_get_expand</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> xfce_panel_plugin_get_expand (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin);</programlisting> <para> </para> @@ -269,7 +266,7 @@ Sets whether to expand the plugin when the width of the panel increases.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-plugin-get-orientation" role="function"/>xfce_panel_plugin_get_orientation ()</title> +<title><anchor id="xfce-panel-plugin-get-orientation"/>xfce_panel_plugin_get_orientation ()</title> <indexterm><primary>xfce_panel_plugin_get_orientation</primary></indexterm><programlisting><link linkend="GtkOrientation">GtkOrientation</link> xfce_panel_plugin_get_orientation (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin);</programlisting> <para> @@ -284,7 +281,7 @@ Sets whether to expand the plugin when the width of the panel increases.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-plugin-add-action-widget" role="function"/>xfce_panel_plugin_add_action_widget ()</title> +<title><anchor id="xfce-panel-plugin-add-action-widget"/>xfce_panel_plugin_add_action_widget ()</title> <indexterm><primary>xfce_panel_plugin_add_action_widget</primary></indexterm><programlisting><link linkend="void">void</link> xfce_panel_plugin_add_action_widget (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, <link linkend="GtkWidget">GtkWidget</link> *widget);</programlisting> @@ -304,7 +301,7 @@ remove it.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-plugin-menu-insert-item" role="function"/>xfce_panel_plugin_menu_insert_item ()</title> +<title><anchor id="xfce-panel-plugin-menu-insert-item"/>xfce_panel_plugin_menu_insert_item ()</title> <indexterm><primary>xfce_panel_plugin_menu_insert_item</primary></indexterm><programlisting><link linkend="void">void</link> xfce_panel_plugin_menu_insert_item (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, <link linkend="GtkMenuItem">GtkMenuItem</link> *item);</programlisting> @@ -321,7 +318,7 @@ Insert custom menu item.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-plugin-menu-show-about" role="function"/>xfce_panel_plugin_menu_show_about ()</title> +<title><anchor id="xfce-panel-plugin-menu-show-about"/>xfce_panel_plugin_menu_show_about ()</title> <indexterm><primary>xfce_panel_plugin_menu_show_about</primary></indexterm><programlisting><link linkend="void">void</link> xfce_panel_plugin_menu_show_about (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin);</programlisting> <para> @@ -335,7 +332,7 @@ the "about" signal.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-plugin-menu-show-configure" role="function"/>xfce_panel_plugin_menu_show_configure ()</title> +<title><anchor id="xfce-panel-plugin-menu-show-configure"/>xfce_panel_plugin_menu_show_configure ()</title> <indexterm><primary>xfce_panel_plugin_menu_show_configure</primary></indexterm><programlisting><link linkend="void">void</link> xfce_panel_plugin_menu_show_configure (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin);</programlisting> <para> @@ -349,7 +346,7 @@ the "configure-plugin" signal.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-plugin-block-menu" role="function"/>xfce_panel_plugin_block_menu ()</title> +<title><anchor id="xfce-panel-plugin-block-menu"/>xfce_panel_plugin_block_menu ()</title> <indexterm><primary>xfce_panel_plugin_block_menu</primary></indexterm><programlisting><link linkend="void">void</link> xfce_panel_plugin_block_menu (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin);</programlisting> <para> Temporarily block the menu from being shown. This can be used by plugin @@ -365,7 +362,7 @@ See also: <link linkend="xfce-panel-plugin-unblock-menu"><function>xfce_panel_pl </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-plugin-unblock-menu" role="function"/>xfce_panel_plugin_unblock_menu ()</title> +<title><anchor id="xfce-panel-plugin-unblock-menu"/>xfce_panel_plugin_unblock_menu ()</title> <indexterm><primary>xfce_panel_plugin_unblock_menu</primary></indexterm><programlisting><link linkend="void">void</link> xfce_panel_plugin_unblock_menu (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin);</programlisting> <para> Don't block the menu from being shown. @@ -380,7 +377,7 @@ See also: <link linkend="xfce-panel-plugin-block-menu"><function>xfce_panel_plug </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-plugin-register-menu" role="function"/>xfce_panel_plugin_register_menu ()</title> +<title><anchor id="xfce-panel-plugin-register-menu"/>xfce_panel_plugin_register_menu ()</title> <indexterm><primary>xfce_panel_plugin_register_menu</primary></indexterm><programlisting><link linkend="void">void</link> xfce_panel_plugin_register_menu (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, <link linkend="GtkMenu">GtkMenu</link> *menu);</programlisting> <para> @@ -397,7 +394,7 @@ its autohide behaviour.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-plugin-lookup-rc-file" role="function"/>xfce_panel_plugin_lookup_rc_file ()</title> +<title><anchor id="xfce-panel-plugin-lookup-rc-file"/>xfce_panel_plugin_lookup_rc_file ()</title> <indexterm><primary>xfce_panel_plugin_lookup_rc_file</primary></indexterm><programlisting><link linkend="char">char</link>* xfce_panel_plugin_lookup_rc_file (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin);</programlisting> <para> @@ -409,14 +406,14 @@ locations. Uses <link linkend="xfce-resource-lookup"><function>xfce_resource_loo <varlistentry><term><parameter>plugin</parameter> :</term> <listitem><simpara> an <link linkend="XfcePanelPlugin"><type>XfcePanelPlugin</type></link> </simpara></listitem></varlistentry> -<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> path to configuration file or <link linkend="NULL:CAPS"><literal>NULL</literal></link> if none was found. The +<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> path to configuration file or <literal>NULL</literal> if none was found. The returned string must be freed using <link linkend="g-free"><function>g_free()</function></link>. See also: <link linkend="xfce-panel-plugin-save-location"><function>xfce_panel_plugin_save_location()</function></link> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-plugin-save-location" role="function"/>xfce_panel_plugin_save_location ()</title> +<title><anchor id="xfce-panel-plugin-save-location"/>xfce_panel_plugin_save_location ()</title> <indexterm><primary>xfce_panel_plugin_save_location</primary></indexterm><programlisting><link linkend="char">char</link>* xfce_panel_plugin_save_location (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, <link linkend="gboolean">gboolean</link> create);</programlisting> <para> @@ -431,7 +428,7 @@ Uses <link linkend="xfce-resource-save-location"><function>xfce_resource_save_lo <varlistentry><term><parameter>create</parameter> :</term> <listitem><simpara> whether the file should be created </simpara></listitem></varlistentry> -<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> path to configuration file or <link linkend="NULL:CAPS"><literal>NULL</literal></link> is the file could not be +<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> path to configuration file or <literal>NULL</literal> is the file could not be created. The returned string must be freed using <link linkend="g-free"><function>g_free()</function></link>. See also: <link linkend="xfce-panel-plugin-lookup-rc-file"><function>xfce_panel_plugin_lookup_rc_file()</function></link> @@ -439,10 +436,10 @@ See also: <link linkend="xfce-panel-plugin-lookup-rc-file"><function>xfce_panel_ </variablelist></refsect2> </refsect1> -<refsect1 id="property_details"> -<title id="property_details.title">Property Details</title> +<refsect1> +<title>Properties</title> <refsect2><title><anchor id="XfcePanelPlugin--display-name"/>The "<literal>display-name</literal>" property</title> -<indexterm><primary>XfcePanelPlugin:display-name</primary></indexterm><programlisting> "display-name" <link linkend="gchararray">gchararray</link> : Read</programlisting> +<programlisting> "display-name" <link linkend="gchararray">gchararray</link> : Read</programlisting> <para> Translated plugin name. This is the name that can be presented to the user, e.g. in dialogs or menus.</para> @@ -451,7 +448,7 @@ the user, e.g. in dialogs or menus.</para> </para><para>Default value: NULL</para> </refsect2> <refsect2><title><anchor id="XfcePanelPlugin--expand"/>The "<literal>expand</literal>" property</title> -<indexterm><primary>XfcePanelPlugin:expand</primary></indexterm><programlisting> "expand" <link linkend="gboolean">gboolean</link> : Read / Write</programlisting> +<programlisting> "expand" <link linkend="gboolean">gboolean</link> : Read / Write</programlisting> <para> Whether to expand the plugin when the panel width increases.</para> <para> @@ -459,7 +456,7 @@ Whether to expand the plugin when the panel width increases.</para> </para><para>Default value: FALSE</para> </refsect2> <refsect2><title><anchor id="XfcePanelPlugin--id"/>The "<literal>id</literal>" property</title> -<indexterm><primary>XfcePanelPlugin:id</primary></indexterm><programlisting> "id" <link linkend="gchararray">gchararray</link> : Read</programlisting> +<programlisting> "id" <link linkend="gchararray">gchararray</link> : Read</programlisting> <para> Unique identifier string created for every <link linkend="XfcePanelPlugin"><type>XfcePanelPlugin</type></link> instance.</para> <para> @@ -467,7 +464,7 @@ Unique identifier string created for every <link linkend="XfcePanelPlugin"><type </para><para>Default value: NULL</para> </refsect2> <refsect2><title><anchor id="XfcePanelPlugin--name"/>The "<literal>name</literal>" property</title> -<indexterm><primary>XfcePanelPlugin:name</primary></indexterm><programlisting> "name" <link linkend="gchararray">gchararray</link> : Read</programlisting> +<programlisting> "name" <link linkend="gchararray">gchararray</link> : Read</programlisting> <para> Untranslated plugin name. This identifies the plugin type and therefore has to be unique.</para> @@ -476,7 +473,7 @@ therefore has to be unique.</para> </para><para>Default value: NULL</para> </refsect2> <refsect2><title><anchor id="XfcePanelPlugin--screen-position"/>The "<literal>screen-position</literal>" property</title> -<indexterm><primary>XfcePanelPlugin:screen-position</primary></indexterm><programlisting> "screen-position" <link linkend="XfceScreenPosition">XfceScreenPosition</link> : Read</programlisting> +<programlisting> "screen-position" <link linkend="XfceScreenPosition">XfceScreenPosition</link> : Read</programlisting> <para> The current <link linkend="XfceScreenPosition"><type>XfceScreenPosition</type></link> of the panel.</para> <para> @@ -484,7 +481,7 @@ The current <link linkend="XfceScreenPosition"><type>XfceScreenPosition</type></ </para><para>Default value: XFCE_SCREEN_POSITION_S</para> </refsect2> <refsect2><title><anchor id="XfcePanelPlugin--size"/>The "<literal>size</literal>" property</title> -<indexterm><primary>XfcePanelPlugin:size</primary></indexterm><programlisting> "size" <link linkend="gint">gint</link> : Read</programlisting> +<programlisting> "size" <link linkend="gint">gint</link> : Read</programlisting> <para> The current panel size.</para> <para> @@ -495,11 +492,11 @@ The current panel size.</para> </refsect1> -<refsect1 id="signals"> -<title id="signals.title">Signal Details</title> +<refsect1> +<title>Signals</title> <refsect2><title><anchor id="XfcePanelPlugin-about"/>The "about" signal</title> -<indexterm><primary>XfcePanelPlugin::about</primary></indexterm><programlisting><link linkend="void">void</link> user_function (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, - <link linkend="gpointer">gpointer</link> user_data) : Run last / No recursion / No hooks</programlisting> +<programlisting><link linkend="void">void</link> user_function (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, + <link linkend="gpointer">gpointer</link> user_data);</programlisting> <para> Emitted when the 'About' menu item is clicked. Plugin writers should connect to this signal to show information about their @@ -516,8 +513,8 @@ See also: <link linkend="xfce-panel-plugin-menu-show-about"><function>xfce_panel <varlistentry><term><parameter>user_data</parameter> :</term> <listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry> </variablelist></refsect2><refsect2><title><anchor id="XfcePanelPlugin-configure-plugin"/>The "configure-plugin" signal</title> -<indexterm><primary>XfcePanelPlugin::configure-plugin</primary></indexterm><programlisting><link linkend="void">void</link> user_function (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, - <link linkend="gpointer">gpointer</link> user_data) : Run last / No recursion / No hooks</programlisting> +<programlisting><link linkend="void">void</link> user_function (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, + <link linkend="gpointer">gpointer</link> user_data);</programlisting> <para> Emitted when the 'Configure' menu item is clicked. Plugin writers should connect to this signal to show a settings dialog. @@ -533,14 +530,14 @@ See also: <link linkend="xfce-panel-plugin-menu-show-configure"><function>xfce_p <varlistentry><term><parameter>user_data</parameter> :</term> <listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry> </variablelist></refsect2><refsect2><title><anchor id="XfcePanelPlugin-free-data"/>The "free-data" signal</title> -<indexterm><primary>XfcePanelPlugin::free-data</primary></indexterm><programlisting><link linkend="void">void</link> user_function (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, - <link linkend="gpointer">gpointer</link> user_data) : Run last / No recursion / No hooks</programlisting> +<programlisting><link linkend="void">void</link> user_function (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, + <link linkend="gpointer">gpointer</link> user_data);</programlisting> <para> Emitted when the panel is closing. Plugin writers should connect to this signal to free any allocated resources. </para> <para> -See also: <link linkend="XfcePanelPlugin-save"><type>XfcePanelPlugin::save</type></link></para> +See also: <link linkend="XfcePanelPlugin"><type>XfcePanelPlugin</type></link>::save</para> <para> </para><variablelist role="params"> @@ -550,9 +547,9 @@ See also: <link linkend="XfcePanelPlugin-save"><type>XfcePanelPlugin::save</type <varlistentry><term><parameter>user_data</parameter> :</term> <listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry> </variablelist></refsect2><refsect2><title><anchor id="XfcePanelPlugin-orientation-changed"/>The "orientation-changed" signal</title> -<indexterm><primary>XfcePanelPlugin::orientation-changed</primary></indexterm><programlisting><link linkend="void">void</link> user_function (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, - <link linkend="GtkOrientation">GtkOrientation</link> *orientation, - <link linkend="gpointer">gpointer</link> user_data) : Run last / No recursion / No hooks</programlisting> +<programlisting><link linkend="void">void</link> user_function (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, + <link linkend="GtkOrientation">GtkOrientation</link> orientation, + <link linkend="gpointer">gpointer</link> user_data);</programlisting> <para> Emitted when the panel orientation changes.</para> <para> @@ -567,8 +564,8 @@ Emitted when the panel orientation changes.</para> <varlistentry><term><parameter>user_data</parameter> :</term> <listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry> </variablelist></refsect2><refsect2><title><anchor id="XfcePanelPlugin-save"/>The "save" signal</title> -<indexterm><primary>XfcePanelPlugin::save</primary></indexterm><programlisting><link linkend="void">void</link> user_function (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, - <link linkend="gpointer">gpointer</link> user_data) : Run last / No recursion / No hooks</programlisting> +<programlisting><link linkend="void">void</link> user_function (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, + <link linkend="gpointer">gpointer</link> user_data);</programlisting> <para> Emitted before the panel is closing. May be called more than once while the panel is running. Plugin writers should connect to @@ -585,9 +582,9 @@ See also: <link linkend="xfce-panel-plugin-get-rc-file"><function>xfce_panel_plu <varlistentry><term><parameter>user_data</parameter> :</term> <listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry> </variablelist></refsect2><refsect2><title><anchor id="XfcePanelPlugin-screen-position-changed"/>The "screen-position-changed" signal</title> -<indexterm><primary>XfcePanelPlugin::screen-position-changed</primary></indexterm><programlisting><link linkend="void">void</link> user_function (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, - <link linkend="XfceScreenPosition">XfceScreenPosition</link> *position, - <link linkend="gpointer">gpointer</link> user_data) : Run last / No recursion / No hooks</programlisting> +<programlisting><link linkend="void">void</link> user_function (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, + <link linkend="XfceScreenPosition">XfceScreenPosition</link> position, + <link linkend="gpointer">gpointer</link> user_data);</programlisting> <para> Emitted when the screen position changes. Most plugins will be more interested in the "orientation-changed" signal.</para> @@ -603,9 +600,9 @@ more interested in the "orientation-changed" signal.</para> <varlistentry><term><parameter>user_data</parameter> :</term> <listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry> </variablelist></refsect2><refsect2><title><anchor id="XfcePanelPlugin-size-changed"/>The "size-changed" signal</title> -<indexterm><primary>XfcePanelPlugin::size-changed</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> user_function (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, - <link linkend="gint">gint</link> size, - <link linkend="gpointer">gpointer</link> user_data) : Run last / No recursion / No hooks</programlisting> +<programlisting><link linkend="gboolean">gboolean</link> user_function (<link linkend="XfcePanelPlugin">XfcePanelPlugin</link> *plugin, + <link linkend="gint">gint</link> size, + <link linkend="gpointer">gpointer</link> user_data);</programlisting> <para> Emitted when the panel size changes.</para> <para> @@ -619,7 +616,7 @@ Emitted when the panel size changes.</para> </simpara></listitem></varlistentry> <varlistentry><term><parameter>user_data</parameter> :</term> <listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry> -<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <link linkend="TRUE:CAPS"><literal>TRUE</literal></link> when handled, <link linkend="FALSE:CAPS"><literal>FALSE</literal></link> otherwise. +<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> when handled, <literal>FALSE</literal> otherwise. </simpara></listitem></varlistentry> </variablelist></refsect2> </refsect1> diff --git a/docs/API/xml/xfce-panel-plugin.xml b/docs/API/xml/xfce-panel-plugin.xml index 956ecd94..f393e85e 100644 --- a/docs/API/xml/xfce-panel-plugin.xml +++ b/docs/API/xml/xfce-panel-plugin.xml @@ -3,21 +3,18 @@ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <refentry id="libxfce4panel-Writing-Plugins"> <refmeta> -<refentrytitle id="top_of_page">Writing Plugins</refentrytitle> +<refentrytitle>Writing Plugins</refentrytitle> <manvolnum>3</manvolnum> <refmiscinfo>LIBXFCE4PANEL Library</refmiscinfo> </refmeta> <refnamediv> -<refname>Writing Plugins</refname> -<refpurpose><para> +<refname>Writing Plugins</refname><refpurpose><para> Information for plugin writers </para></refpurpose> -<!--[<xref linkend="desc" endterm="desc.title"/>]--> </refnamediv> -<refsynopsisdiv id="synopsis"> -<title id="synopsis.title">Synopsis</title> +<refsynopsisdiv><title>Synopsis</title> <synopsis> @@ -37,17 +34,17 @@ Information for plugin writers -<refsect1 id="desc"> -<title id="desc.title">Description</title> +<refsect1> +<title>Description</title> <para> Macros to register a plugin with the Xfce Panel. </para> </refsect1> -<refsect1 id="details"> -<title id="details.title">Details</title> +<refsect1> +<title>Details</title> <refsect2> -<title><anchor id="XFCE-PANEL-PLUGIN-REGISTER-EXTERNAL:CAPS" role="macro"/>XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL()</title> +<title><anchor id="XFCE-PANEL-PLUGIN-REGISTER-EXTERNAL:CAPS"/>XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL()</title> <indexterm><primary>XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL</primary></indexterm><programlisting>#define XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL(construct)</programlisting> <para> Registers and initializes the plugin. This is the only thing that is @@ -63,7 +60,7 @@ See also: <link linkend="XfcePanelPlugin">Panel Plugin interface</link></para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="XFCE-PANEL-PLUGIN-REGISTER-INTERNAL:CAPS" role="macro"/>XFCE_PANEL_PLUGIN_REGISTER_INTERNAL()</title> +<title><anchor id="XFCE-PANEL-PLUGIN-REGISTER-INTERNAL:CAPS"/>XFCE_PANEL_PLUGIN_REGISTER_INTERNAL()</title> <indexterm><primary>XFCE_PANEL_PLUGIN_REGISTER_INTERNAL</primary></indexterm><programlisting>#define XFCE_PANEL_PLUGIN_REGISTER_INTERNAL(construct)</programlisting> <para> Registers and initializes the plugin. This is the only thing that is diff --git a/docs/API/xml/xfce-panel-window.xml b/docs/API/xml/xfce-panel-window.xml index c516341f..d261e80c 100644 --- a/docs/API/xml/xfce-panel-window.xml +++ b/docs/API/xml/xfce-panel-window.xml @@ -3,21 +3,18 @@ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <refentry id="XfcePanelWindow"> <refmeta> -<refentrytitle id="top_of_page">XfcePanelWindow</refentrytitle> +<refentrytitle>XfcePanelWindow</refentrytitle> <manvolnum>3</manvolnum> <refmiscinfo>LIBXFCE4PANEL Library</refmiscinfo> </refmeta> <refnamediv> -<refname>XfcePanelWindow</refname> -<refpurpose><para> +<refname>XfcePanelWindow</refname><refpurpose><para> A toplevel borderless window with optional move handles. </para></refpurpose> -<!--[<xref linkend="desc" endterm="desc.title"/>]--> </refnamediv> -<refsynopsisdiv id="synopsis"> -<title id="synopsis.title">Synopsis</title> +<refsynopsisdiv><title>Synopsis</title> <synopsis> @@ -73,8 +70,8 @@ enum <link linkend="XfceHandleStyle">XfceHandleStyle</link>; </synopsis> </refsynopsisdiv> -<refsect1 id="object_hierarchy"> -<title id="object_hierarchy.title">Object Hierarchy</title> +<refsect1> +<title>Object Hierarchy</title> <synopsis> <link linkend="GObject">GObject</link> @@ -91,8 +88,8 @@ enum <link linkend="XfceHandleStyle">XfceHandleStyle</link>; -<refsect1 id="impl_interfaces"> -<title id="impl_interfaces.title">Implemented Interfaces</title> +<refsect1> +<title>Implemented Interfaces</title> <para> XfcePanelWindow implements <link linkend="AtkImplementorIface">AtkImplementorIface</link>.</para> @@ -100,8 +97,8 @@ XfcePanelWindow implements </refsect1> -<refsect1 id="properties"> -<title id="properties.title">Properties</title> +<refsect1> +<title>Properties</title> <synopsis> "<link linkend="XfcePanelWindow--handle-style">handle-style</link>" <link linkend="XfceHandleStyle">XfceHandleStyle</link> : Read / Write @@ -109,48 +106,48 @@ XfcePanelWindow implements </synopsis> </refsect1> -<refsect1 id="signal_proto"> -<title id="signal_proto.title">Signals</title> +<refsect1> +<title>Signal Prototypes</title> <synopsis> "<link linkend="XfcePanelWindow-move">move</link>" <link linkend="void">void</link> user_function (<link linkend="XfcePanelWindow">XfcePanelWindow</link> *window, - <link linkend="gint">gint</link> x, - <link linkend="gint">gint</link> y, - <link linkend="gpointer">gpointer</link> user_data) : Run last + <link linkend="gint">gint</link> x, + <link linkend="gint">gint</link> y, + <link linkend="gpointer">gpointer</link> user_data); "<link linkend="XfcePanelWindow-move-end">move-end</link>" <link linkend="void">void</link> user_function (<link linkend="XfcePanelWindow">XfcePanelWindow</link> *window, - <link linkend="gint">gint</link> x, - <link linkend="gint">gint</link> y, - <link linkend="gpointer">gpointer</link> user_data) : Run last + <link linkend="gint">gint</link> x, + <link linkend="gint">gint</link> y, + <link linkend="gpointer">gpointer</link> user_data); "<link linkend="XfcePanelWindow-move-start">move-start</link>" <link linkend="void">void</link> user_function (<link linkend="XfcePanelWindow">XfcePanelWindow</link> *window, - <link linkend="gpointer">gpointer</link> user_data) : Run last + <link linkend="gpointer">gpointer</link> user_data); "<link linkend="XfcePanelWindow-orientation-changed">orientation-changed</link>" <link linkend="void">void</link> user_function (<link linkend="XfcePanelWindow">XfcePanelWindow</link> *window, - <link linkend="GtkOrientation">GtkOrientation</link> *orientation, - <link linkend="gpointer">gpointer</link> user_data) : Run first + <link linkend="GtkOrientation">GtkOrientation</link> orientation, + <link linkend="gpointer">gpointer</link> user_data); </synopsis> </refsect1> -<refsect1 id="desc"> -<title id="desc.title">Description</title> +<refsect1> +<title>Description</title> <para> A widget derived from <link linkend="GtkWindow"><type>GtkWindow</type></link> that implements a toplevel window for panels. It optionally can have one or two move handles. </para> </refsect1> -<refsect1 id="details"> -<title id="details.title">Details</title> +<refsect1> +<title>Details</title> <refsect2> -<title><anchor id="XfcePanelWindow-struct" role="struct"/>XfcePanelWindow</title> +<title><anchor id="XfcePanelWindow-struct"/>XfcePanelWindow</title> <indexterm><primary>XfcePanelWindow</primary></indexterm><programlisting>typedef struct _XfcePanelWindow XfcePanelWindow;</programlisting> <para> The <link linkend="XfcePanelWindow-struct"><type>XfcePanelWindow-struct</type></link> struct contains private data only, and should be accessed using the functions below. </para></refsect2> <refsect2> -<title><anchor id="XfceHandleStyle" role="enum"/>enum XfceHandleStyle</title> +<title><anchor id="XfceHandleStyle"/>enum XfceHandleStyle</title> <indexterm><primary>XfceHandleStyle</primary></indexterm><programlisting>typedef enum /*<enum,prefix=XFCE_HANDLE_STYLE >*/ { XFCE_HANDLE_STYLE_NONE, @@ -166,28 +163,28 @@ Style of the handles on an <link linkend="XfcePanelWindow"><type>XfcePanelWindow </para><variablelist role="enum"> <varlistentry> -<term><anchor id="XFCE-HANDLE-STYLE-NONE:CAPS" role="constant"/><literal>XFCE_HANDLE_STYLE_NONE</literal></term> +<term><literal>XFCE_HANDLE_STYLE_NONE</literal></term> <listitem><simpara> No handles. </simpara></listitem> </varlistentry> <varlistentry> -<term><anchor id="XFCE-HANDLE-STYLE-BOTH:CAPS" role="constant"/><literal>XFCE_HANDLE_STYLE_BOTH</literal></term> +<term><literal>XFCE_HANDLE_STYLE_BOTH</literal></term> <listitem><simpara> Two handles, one on each side. </simpara></listitem> </varlistentry> <varlistentry> -<term><anchor id="XFCE-HANDLE-STYLE-START:CAPS" role="constant"/><literal>XFCE_HANDLE_STYLE_START</literal></term> +<term><literal>XFCE_HANDLE_STYLE_START</literal></term> <listitem><simpara> One handle at the start. </simpara></listitem> </varlistentry> <varlistentry> -<term><anchor id="XFCE-HANDLE-STYLE-END:CAPS" role="constant"/><literal>XFCE_HANDLE_STYLE_END</literal></term> +<term><literal>XFCE_HANDLE_STYLE_END</literal></term> <listitem><simpara> One handle at the end. </simpara></listitem> </varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="XfcePanelWindowMoveFunc" role="function"/>XfcePanelWindowMoveFunc ()</title> +<title><anchor id="XfcePanelWindowMoveFunc"/>XfcePanelWindowMoveFunc ()</title> <indexterm><primary>XfcePanelWindowMoveFunc</primary></indexterm><programlisting><link linkend="void">void</link> (*XfcePanelWindowMoveFunc) (<link linkend="GtkWidget">GtkWidget</link> *widget, <link linkend="gpointer">gpointer</link> data, <link linkend="int">int</link> *x, @@ -213,7 +210,7 @@ position.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="XfcePanelWindowResizeFunc" role="function"/>XfcePanelWindowResizeFunc ()</title> +<title><anchor id="XfcePanelWindowResizeFunc"/>XfcePanelWindowResizeFunc ()</title> <indexterm><primary>XfcePanelWindowResizeFunc</primary></indexterm><programlisting><link linkend="void">void</link> (*XfcePanelWindowResizeFunc) (<link linkend="GtkWidget">GtkWidget</link> *widget, <link linkend="gpointer">gpointer</link> data, <link linkend="GtkAllocation">GtkAllocation</link> *previous, @@ -247,7 +244,7 @@ and <parameter>y</parameter> to set the new position.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-window-new" role="function"/>xfce_panel_window_new ()</title> +<title><anchor id="xfce-panel-window-new"/>xfce_panel_window_new ()</title> <indexterm><primary>xfce_panel_window_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* xfce_panel_window_new (void);</programlisting> <para> Create new panel window.</para> @@ -258,7 +255,7 @@ Create new panel window.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-window-set-orientation" role="function"/>xfce_panel_window_set_orientation ()</title> +<title><anchor id="xfce-panel-window-set-orientation"/>xfce_panel_window_set_orientation ()</title> <indexterm><primary>xfce_panel_window_set_orientation</primary></indexterm><programlisting><link linkend="void">void</link> xfce_panel_window_set_orientation (<link linkend="XfcePanelWindow">XfcePanelWindow</link> *window, <link linkend="GtkOrientation">GtkOrientation</link> orientation);</programlisting> @@ -275,7 +272,7 @@ Set orientation for panel window.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-window-get-orientation" role="function"/>xfce_panel_window_get_orientation ()</title> +<title><anchor id="xfce-panel-window-get-orientation"/>xfce_panel_window_get_orientation ()</title> <indexterm><primary>xfce_panel_window_get_orientation</primary></indexterm><programlisting><link linkend="GtkOrientation">GtkOrientation</link> xfce_panel_window_get_orientation (<link linkend="XfcePanelWindow">XfcePanelWindow</link> *window);</programlisting> <para> @@ -290,7 +287,7 @@ Get orientation of panel window.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-window-set-handle-style" role="function"/>xfce_panel_window_set_handle_style ()</title> +<title><anchor id="xfce-panel-window-set-handle-style"/>xfce_panel_window_set_handle_style ()</title> <indexterm><primary>xfce_panel_window_set_handle_style</primary></indexterm><programlisting><link linkend="void">void</link> xfce_panel_window_set_handle_style (<link linkend="XfcePanelWindow">XfcePanelWindow</link> *window, <link linkend="XfceHandleStyle">XfceHandleStyle</link> handle_style);</programlisting> @@ -307,7 +304,7 @@ Set handle style for panel window.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-window-get-handle-style" role="function"/>xfce_panel_window_get_handle_style ()</title> +<title><anchor id="xfce-panel-window-get-handle-style"/>xfce_panel_window_get_handle_style ()</title> <indexterm><primary>xfce_panel_window_get_handle_style</primary></indexterm><programlisting><link linkend="XfceHandleStyle">XfceHandleStyle</link> xfce_panel_window_get_handle_style (<link linkend="XfcePanelWindow">XfcePanelWindow</link> *window);</programlisting> <para> @@ -322,7 +319,7 @@ Get handle style of panel window.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-window-set-show-border" role="function"/>xfce_panel_window_set_show_border ()</title> +<title><anchor id="xfce-panel-window-set-show-border"/>xfce_panel_window_set_show_border ()</title> <indexterm><primary>xfce_panel_window_set_show_border</primary></indexterm><programlisting><link linkend="void">void</link> xfce_panel_window_set_show_border (<link linkend="XfcePanelWindow">XfcePanelWindow</link> *window, <link linkend="gboolean">gboolean</link> top_border, @@ -351,7 +348,7 @@ Set border visibility for the panel window.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-window-get-show-border" role="function"/>xfce_panel_window_get_show_border ()</title> +<title><anchor id="xfce-panel-window-get-show-border"/>xfce_panel_window_get_show_border ()</title> <indexterm><primary>xfce_panel_window_get_show_border</primary></indexterm><programlisting><link linkend="void">void</link> xfce_panel_window_get_show_border (<link linkend="XfcePanelWindow">XfcePanelWindow</link> *window, <link linkend="gboolean">gboolean</link> *top_border, @@ -367,20 +364,20 @@ Get visibility of panel window borders.</para> <listitem><simpara> <link linkend="XfcePanelWindow"><type>XfcePanelWindow</type></link> </simpara></listitem></varlistentry> <varlistentry><term><parameter>top_border</parameter> :</term> -<listitem><simpara> location for top border or <link linkend="NULL:CAPS"><literal>NULL</literal></link> +<listitem><simpara> location for top border or <literal>NULL</literal> </simpara></listitem></varlistentry> <varlistentry><term><parameter>bottom_border</parameter> :</term> -<listitem><simpara> location for bottom border or <link linkend="NULL:CAPS"><literal>NULL</literal></link> +<listitem><simpara> location for bottom border or <literal>NULL</literal> </simpara></listitem></varlistentry> <varlistentry><term><parameter>left_border</parameter> :</term> -<listitem><simpara> location for left border or <link linkend="NULL:CAPS"><literal>NULL</literal></link> +<listitem><simpara> location for left border or <literal>NULL</literal> </simpara></listitem></varlistentry> <varlistentry><term><parameter>right_border</parameter> :</term> -<listitem><simpara> location for right border or <link linkend="NULL:CAPS"><literal>NULL</literal></link> +<listitem><simpara> location for right border or <literal>NULL</literal> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-window-set-resize-function" role="function"/>xfce_panel_window_set_resize_function ()</title> +<title><anchor id="xfce-panel-window-set-resize-function"/>xfce_panel_window_set_resize_function ()</title> <indexterm><primary>xfce_panel_window_set_resize_function</primary></indexterm><programlisting><link linkend="void">void</link> xfce_panel_window_set_resize_function (<link linkend="XfcePanelWindow">XfcePanelWindow</link> *window, <link linkend="XfcePanelWindowResizeFunc">XfcePanelWindowResizeFunc</link> function, @@ -401,7 +398,7 @@ Set a function to modify resize behaviour of the panel window.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-window-set-move-function" role="function"/>xfce_panel_window_set_move_function ()</title> +<title><anchor id="xfce-panel-window-set-move-function"/>xfce_panel_window_set_move_function ()</title> <indexterm><primary>xfce_panel_window_set_move_function</primary></indexterm><programlisting><link linkend="void">void</link> xfce_panel_window_set_move_function (<link linkend="XfcePanelWindow">XfcePanelWindow</link> *window, <link linkend="XfcePanelWindowMoveFunc">XfcePanelWindowMoveFunc</link> function, @@ -422,7 +419,7 @@ Set a function to modify move behaviour of the panel window.</para> </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-window-set-movable" role="function"/>xfce_panel_window_set_movable ()</title> +<title><anchor id="xfce-panel-window-set-movable"/>xfce_panel_window_set_movable ()</title> <indexterm><primary>xfce_panel_window_set_movable</primary></indexterm><programlisting><link linkend="void">void</link> xfce_panel_window_set_movable (<link linkend="XfcePanelWindow">XfcePanelWindow</link> *window, <link linkend="gboolean">gboolean</link> movable);</programlisting> <para> @@ -434,30 +431,30 @@ Set if the panel window can be moved by the user.</para> <listitem><simpara> <link linkend="XfcePanelWindow"><type>XfcePanelWindow</type></link> </simpara></listitem></varlistentry> <varlistentry><term><parameter>movable</parameter> :</term> -<listitem><simpara> <link linkend="TRUE:CAPS"><literal>TRUE</literal></link> or <link linkend="FALSE:CAPS"><literal>FALSE</literal></link>. +<listitem><simpara> <literal>TRUE</literal> or <literal>FALSE</literal>. </simpara></listitem></varlistentry> </variablelist></refsect2> <refsect2> -<title><anchor id="xfce-panel-window-get-movable" role="function"/>xfce_panel_window_get_movable ()</title> +<title><anchor id="xfce-panel-window-get-movable"/>xfce_panel_window_get_movable ()</title> <indexterm><primary>xfce_panel_window_get_movable</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> xfce_panel_window_get_movable (<link linkend="XfcePanelWindow">XfcePanelWindow</link> *window);</programlisting> <para> Check if the panel window can be moved by the user. -By default this is <link linkend="TRUE:CAPS"><literal>TRUE</literal></link>.</para> +By default this is <literal>TRUE</literal>.</para> <para> </para><variablelist role="params"> <varlistentry><term><parameter>window</parameter> :</term> <listitem><simpara> <link linkend="XfcePanelWindow"><type>XfcePanelWindow</type></link> </simpara></listitem></varlistentry> -<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <link linkend="TRUE:CAPS"><literal>TRUE</literal></link> if the user is allowed to move <parameter>window</parameter>, <link linkend="FALSE:CAPS"><literal>FALSE</literal></link> if not. +<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> if the user is allowed to move <parameter>window</parameter>, <literal>FALSE</literal> if not. </simpara></listitem></varlistentry> </variablelist></refsect2> </refsect1> -<refsect1 id="property_details"> -<title id="property_details.title">Property Details</title> +<refsect1> +<title>Properties</title> <refsect2><title><anchor id="XfcePanelWindow--handle-style"/>The "<literal>handle-style</literal>" property</title> -<indexterm><primary>XfcePanelWindow:handle-style</primary></indexterm><programlisting> "handle-style" <link linkend="XfceHandleStyle">XfceHandleStyle</link> : Read / Write</programlisting> +<programlisting> "handle-style" <link linkend="XfceHandleStyle">XfceHandleStyle</link> : Read / Write</programlisting> <para> The <link linkend="XfceHandleStyle"><type>XfceHandleStyle</type></link> to use when drawing handles.</para> <para> @@ -465,7 +462,7 @@ The <link linkend="XfceHandleStyle"><type>XfceHandleStyle</type></link> to use w </para><para>Default value: XFCE_HANDLE_STYLE_BOTH</para> </refsect2> <refsect2><title><anchor id="XfcePanelWindow--orientation"/>The "<literal>orientation</literal>" property</title> -<indexterm><primary>XfcePanelWindow:orientation</primary></indexterm><programlisting> "orientation" <link linkend="GtkOrientation">GtkOrientation</link> : Read / Write</programlisting> +<programlisting> "orientation" <link linkend="GtkOrientation">GtkOrientation</link> : Read / Write</programlisting> <para> The orientation of the window. This the determines the way the handles are drawn.</para> @@ -476,13 +473,13 @@ are drawn.</para> </refsect1> -<refsect1 id="signals"> -<title id="signals.title">Signal Details</title> +<refsect1> +<title>Signals</title> <refsect2><title><anchor id="XfcePanelWindow-move"/>The "move" signal</title> -<indexterm><primary>XfcePanelWindow::move</primary></indexterm><programlisting><link linkend="void">void</link> user_function (<link linkend="XfcePanelWindow">XfcePanelWindow</link> *window, - <link linkend="gint">gint</link> x, - <link linkend="gint">gint</link> y, - <link linkend="gpointer">gpointer</link> user_data) : Run last</programlisting> +<programlisting><link linkend="void">void</link> user_function (<link linkend="XfcePanelWindow">XfcePanelWindow</link> *window, + <link linkend="gint">gint</link> x, + <link linkend="gint">gint</link> y, + <link linkend="gpointer">gpointer</link> user_data);</programlisting> <para> Emitted when the user moves the <link linkend="XfcePanelWindow"><type>XfcePanelWindow</type></link> to a new position with coordinates (<parameter>x</parameter>, <parameter>y</parameter>).</para> @@ -501,10 +498,10 @@ coordinates (<parameter>x</parameter>, <parameter>y</parameter>).</para> <varlistentry><term><parameter>user_data</parameter> :</term> <listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry> </variablelist></refsect2><refsect2><title><anchor id="XfcePanelWindow-move-end"/>The "move-end" signal</title> -<indexterm><primary>XfcePanelWindow::move-end</primary></indexterm><programlisting><link linkend="void">void</link> user_function (<link linkend="XfcePanelWindow">XfcePanelWindow</link> *window, - <link linkend="gint">gint</link> x, - <link linkend="gint">gint</link> y, - <link linkend="gpointer">gpointer</link> user_data) : Run last</programlisting> +<programlisting><link linkend="void">void</link> user_function (<link linkend="XfcePanelWindow">XfcePanelWindow</link> *window, + <link linkend="gint">gint</link> x, + <link linkend="gint">gint</link> y, + <link linkend="gpointer">gpointer</link> user_data);</programlisting> <para> Emitted when the user stops dragging the <link linkend="XfcePanelWindow"><type>XfcePanelWindow</type></link>. The latest position has coordinates (<parameter>x</parameter>, <parameter>y</parameter>).</para> @@ -523,8 +520,8 @@ position has coordinates (<parameter>x</parameter>, <parameter>y</parameter>).</ <varlistentry><term><parameter>user_data</parameter> :</term> <listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry> </variablelist></refsect2><refsect2><title><anchor id="XfcePanelWindow-move-start"/>The "move-start" signal</title> -<indexterm><primary>XfcePanelWindow::move-start</primary></indexterm><programlisting><link linkend="void">void</link> user_function (<link linkend="XfcePanelWindow">XfcePanelWindow</link> *window, - <link linkend="gpointer">gpointer</link> user_data) : Run last</programlisting> +<programlisting><link linkend="void">void</link> user_function (<link linkend="XfcePanelWindow">XfcePanelWindow</link> *window, + <link linkend="gpointer">gpointer</link> user_data);</programlisting> <para> Emitted when the user starts to drag the <link linkend="XfcePanelWindow"><type>XfcePanelWindow</type></link>.</para> <para> @@ -536,9 +533,9 @@ Emitted when the user starts to drag the <link linkend="XfcePanelWindow"><type>X <varlistentry><term><parameter>user_data</parameter> :</term> <listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry> </variablelist></refsect2><refsect2><title><anchor id="XfcePanelWindow-orientation-changed"/>The "orientation-changed" signal</title> -<indexterm><primary>XfcePanelWindow::orientation-changed</primary></indexterm><programlisting><link linkend="void">void</link> user_function (<link linkend="XfcePanelWindow">XfcePanelWindow</link> *window, - <link linkend="GtkOrientation">GtkOrientation</link> *orientation, - <link linkend="gpointer">gpointer</link> user_data) : Run first</programlisting> +<programlisting><link linkend="void">void</link> user_function (<link linkend="XfcePanelWindow">XfcePanelWindow</link> *window, + <link linkend="GtkOrientation">GtkOrientation</link> orientation, + <link linkend="gpointer">gpointer</link> user_data);</programlisting> <para> Emitted when the orientation of the <link linkend="XfcePanelWindow"><type>XfcePanelWindow</type></link> changes.</para> <para> @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-09-29 20:15+0900\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-09-29 20:16+0900\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-09-29 20:16+0900\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-08-21 17:27+0900\n" diff --git a/po/bn_IN.po b/po/bn_IN.po index 97dcb39c..2de212e7 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-09-29 20:17+0900\n" @@ -6,7 +6,7 @@ # Pau Rul.lan Ferragut <paurullan@bulma.net> 2005, 2006 msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2006-09-20 13:11+0200\n" @@ -7,7 +7,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2006-08-18 22:37+0100\n" @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-25 18:48+0200\n" "PO-Revision-Date: 2006-08-27 19:28+0200\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-09-02 17:22+0200\n" "PO-Revision-Date: 2006-10-24 20:31+0530\n" @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2006-08-24 18:15+0200\n" diff --git a/po/en_GB.po b/po/en_GB.po index 4206458a..b0c1b078 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-09-29 20:21+0900\n" @@ -7,7 +7,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2006-09-21 12:14+0200\n" @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-11-07 22:12+0900\n" diff --git a/po/es_MX.po b/po/es_MX.po index c061ac74..46cb0b4b 100644 --- a/po/es_MX.po +++ b/po/es_MX.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-08-18 01:08+0900\n" @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2006-04-13 14:16+0300\n" @@ -7,7 +7,7 @@ # Piarres Beobide Egaña <pi@beobide.net>, 2004, 2005, 2006. msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2006-08-12 22:23+0200\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-09-29 20:25+0900\n" @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 21:35+0300\n" "PO-Revision-Date: 2006-08-12 21:36+0300\n" @@ -7,7 +7,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2006-09-15 17:46+0100\n" @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" "POT-Creation-Date: 2006-05-29 20:39+0000\n" "PO-Revision-Date: 2006-06-06 12:38+0000\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-09-29 20:29+0900\n" @@ -8,7 +8,7 @@ # Yuval Tanny <tanai@int.gov.il>, 2004, 2006. msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2006-09-02 04:46+0300\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-08-21 17:43+0900\n" @@ -7,7 +7,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2006-09-02 09:27+0100\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-09-29 20:31+0900\n" @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-10-20 12:50+0100\n" @@ -7,7 +7,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2006-05-31 21:43+0900\n" @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "POT-Creation-Date: \n" "PO-Revision-Date: 2006-08-24 23:41+0400\n" "Last-Translator: Dimitri Gogelia <delphi.knight@gmail.com>\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2006-10-09 16:42+0900\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-09-29 20:34+0900\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-09-29 20:35+0900\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-08-21 17:47+0900\n" diff --git a/po/nb_NO.po b/po/nb_NO.po index 79b534af..78b547a0 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-08-18 01:10+0900\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2006-08-12 17:06+0200\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-09-29 20:36+0900\n" @@ -9,7 +9,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2006-06-08 23:00+0200\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 12139dae..f76609b7 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2006-09-03 15:12-0300\n" diff --git a/po/pt_PT.po b/po/pt_PT.po index e61c9afd..d5913e9a 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-09-29 20:38+0900\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-09-29 20:39+0900\n" @@ -8,7 +8,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2006-04-23 15:25+0600\n" @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2006-03-28 16:32+0200\n" @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-08-21 17:48+0900\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-09-29 20:42+0900\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-09-29 20:43+0900\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2005-09-29 20:43+0900\n" @@ -7,7 +7,7 @@ # Phan Vĩnh Thịnh <teppi82@gmail.com>, 2006. msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.90.2\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2006-09-05 02:07+0400\n" diff --git a/po/zh_CN.po b/po/zh_CN.po index 9074a0de..fb28a173 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -9,7 +9,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2006-04-20 21:45+0800\n" diff --git a/po/zh_TW.po b/po/zh_TW.po index cce7c14e..04afc5c7 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,7 +7,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.1\n" +"Project-Id-Version: xfce4-panel 4.3.99.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-12 17:05+0200\n" "PO-Revision-Date: 2006-09-27 23:36+0800\n" |