summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2004-07-26 17:38:27 +0000
committerBenedikt Meurer <benny@xfce.org>2004-07-26 17:38:27 +0000
commitcae460a720317484da53d60a23042c8bca500503 (patch)
treec025ff95e48a700a1b0329827b6ce9ffd9ed3417 /docs
parentde7215360da039926b2d0f51ccfd50362e98a96b (diff)
downloadlibxfce4util-cae460a720317484da53d60a23042c8bca500503.tar.gz
Added Kiosk mode for Xfce, supporting modules will have to be changed to
use this functions. (Old svn revision: 852)
Diffstat (limited to 'docs')
-rw-r--r--docs/libxfce4util-docs.sgml6
-rw-r--r--docs/libxfce4util-sections.txt10
-rw-r--r--docs/tmpl/xfce-desktopentry.sgml23
-rw-r--r--docs/tmpl/xfce-fileutils.sgml4
-rw-r--r--docs/tmpl/xfce-kiosk.sgml51
5 files changed, 82 insertions, 12 deletions
diff --git a/docs/libxfce4util-docs.sgml b/docs/libxfce4util-docs.sgml
index e92b01d..922a8d5 100644
--- a/docs/libxfce4util-docs.sgml
+++ b/docs/libxfce4util-docs.sgml
@@ -3,6 +3,7 @@
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY libxfce4util-StandardMacros SYSTEM "xml/standard-macros.xml">
<!ENTITY libxfce4util-Internationalization SYSTEM "xml/i18n.xml">
+<!ENTITY libxfce4util-Kiosk SYSTEM "xml/xfce-kiosk.xml">
<!ENTITY libxfce4util-Resource SYSTEM "xml/xfce-resource.xml">
<!ENTITY libxfce4util-RcParser SYSTEM "xml/xfce-rc.xml">
<!ENTITY libxfce4util-FileUtils-Functions SYSTEM "xml/xfce-fileutils.xml">
@@ -33,6 +34,11 @@
&libxfce4util-Internationalization;
</chapter>
+ <chapter id="libxfce4util-core">
+ <title>Xfce Core Application support</title>
+ &libxfce4util-Kiosk;
+ </chapter>
+
<chapter id="libxfce4util-utilities">
<title>Xfce Utilities</title>
&libxfce4util-Resource;
diff --git a/docs/libxfce4util-sections.txt b/docs/libxfce4util-sections.txt
index 9384e2e..6980902 100644
--- a/docs/libxfce4util-sections.txt
+++ b/docs/libxfce4util-sections.txt
@@ -30,6 +30,16 @@ xfce_locale_match
<SECTION>
+<TITLE>Xfce Kiosk functions</TITLE>
+<FILE>xfce-kiosk</FILE>
+XfceKiosk
+xfce_kiosk_new
+xfce_kiosk_query
+xfce_kiosk_free
+</SECTION>
+
+
+<SECTION>
<TITLE>Resource lookup functions</TITLE>
<FILE>xfce-resource</FILE>
XfceResourceType
diff --git a/docs/tmpl/xfce-desktopentry.sgml b/docs/tmpl/xfce-desktopentry.sgml
index cf4e5da..f3ca354 100644
--- a/docs/tmpl/xfce-desktopentry.sgml
+++ b/docs/tmpl/xfce-desktopentry.sgml
@@ -23,6 +23,7 @@ XfceDesktopEntry implementation and should never be accessed directly.
Instead, you should use the functions listed below.
</para>
+
<!-- ##### FUNCTION xfce_desktop_entry_new ##### -->
<para>
@@ -50,8 +51,8 @@ Instead, you should use the functions listed below.
</para>
-@desktop_entry:
-@Returns:
+@desktop_entry:
+@Returns:
<!-- ##### FUNCTION xfce_desktop_entry_get_file ##### -->
@@ -59,8 +60,8 @@ Instead, you should use the functions listed below.
</para>
-@desktop_entry:
-@Returns:
+@desktop_entry:
+@Returns:
<!-- ##### FUNCTION xfce_desktop_entry_get_string ##### -->
@@ -68,11 +69,11 @@ Instead, you should use the functions listed below.
</para>
-@desktop_entry:
+@desktop_entry:
@key:
-@translated:
+@translated:
@value:
-@Returns:
+@Returns:
<!-- ##### FUNCTION xfce_desktop_entry_get_int ##### -->
@@ -80,9 +81,9 @@ Instead, you should use the functions listed below.
</para>
-@desktop_entry:
-@key:
-@value:
-@Returns:
+@desktop_entry:
+@key:
+@value:
+@Returns:
diff --git a/docs/tmpl/xfce-fileutils.sgml b/docs/tmpl/xfce-fileutils.sgml
index bac0b69..ae6ca1b 100644
--- a/docs/tmpl/xfce-fileutils.sgml
+++ b/docs/tmpl/xfce-fileutils.sgml
@@ -20,8 +20,10 @@ miscellaneous file-related utility functions.
</para>
@whole_path:
-@omode:
+@Param2:
@error:
@Returns:
+<!-- # Unused Parameters # -->
+@omode:
diff --git a/docs/tmpl/xfce-kiosk.sgml b/docs/tmpl/xfce-kiosk.sgml
new file mode 100644
index 0000000..b155aac
--- /dev/null
+++ b/docs/tmpl/xfce-kiosk.sgml
@@ -0,0 +1,51 @@
+<!-- ##### SECTION Title ##### -->
+Xfce Kiosk functions
+
+<!-- ##### SECTION Short_Description ##### -->
+Xfce Kiosk mode support functions.
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+ This module provides a simple Kiosk mode for Xfce.
+</para>
+
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### STRUCT XfceKiosk ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### FUNCTION xfce_kiosk_new ##### -->
+<para>
+
+</para>
+
+@module:
+@Returns:
+
+
+<!-- ##### FUNCTION xfce_kiosk_query ##### -->
+<para>
+
+</para>
+
+@kiosk:
+@capability:
+@Returns:
+
+
+<!-- ##### FUNCTION xfce_kiosk_free ##### -->
+<para>
+
+</para>
+
+@kiosk:
+
+