From cb62d0fd12065a7db13c4f0c7d63ec50238ccf14 Mon Sep 17 00:00:00 2001 From: Martin Willemoes Hansen Date: Sun, 3 Aug 2003 11:47:02 +0000 Subject: [PATCH] * /en/Gnome/ClientState.xml: * /en/Gnome/FileDomain.xml: * /en/Gnome/HelpError.xml: * /en/Gnome/PreferencesType.xml: * /en/Gnome/TriggerType.xml: * /en/Gnome/URLError.xml: documented svn path=/trunk/gtk-sharp/; revision=17014 --- doc/ChangeLog | 9 ++++++++ doc/en/Gnome/ClientState.xml | 16 +++++++------- doc/en/Gnome/FileDomain.xml | 37 +++++++++++++++++++------------- doc/en/Gnome/HelpError.xml | 7 +++--- doc/en/Gnome/PreferencesType.xml | 9 ++++---- doc/en/Gnome/TriggerType.xml | 11 +++++----- doc/en/Gnome/URLError.xml | 4 ++-- 7 files changed, 53 insertions(+), 40 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index a457294b5..0596313df 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,12 @@ +2003-08-03 Martin Willemoes Hansen + + * /en/Gnome/ClientState.xml: + * /en/Gnome/FileDomain.xml: + * /en/Gnome/HelpError.xml: + * /en/Gnome/PreferencesType.xml: + * /en/Gnome/TriggerType.xml: + * /en/Gnome/URLError.xml: documented + 2003-08-02 Martin Willemoes Hansen * /en/Gnome/UIPixmapType.xml: diff --git a/doc/en/Gnome/ClientState.xml b/doc/en/Gnome/ClientState.xml index d1211859a..94e0a494c 100644 --- a/doc/en/Gnome/ClientState.xml +++ b/doc/en/Gnome/ClientState.xml @@ -7,7 +7,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added + The state which the is in To be added @@ -34,7 +34,7 @@ - To be added + The client is in state idle To be added @@ -46,7 +46,7 @@ - To be added + The client is in state saving phase 1 To be added @@ -58,7 +58,7 @@ - To be added + The client is in state waiting for phase 2 To be added @@ -70,7 +70,7 @@ - To be added + The client is in state saving phase 2 To be added @@ -82,7 +82,7 @@ - To be added + The client is in state frozen To be added @@ -94,7 +94,7 @@ - To be added + The client is in state disconnected To be added @@ -106,7 +106,7 @@ - To be added + The client is in state registering To be added diff --git a/doc/en/Gnome/FileDomain.xml b/doc/en/Gnome/FileDomain.xml index e109bc1a3..b4068f27e 100644 --- a/doc/en/Gnome/FileDomain.xml +++ b/doc/en/Gnome/FileDomain.xml @@ -7,8 +7,15 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + The types of files a GNOME application needs to access. + + Many of the files that a GNOME application needs to access will be installed in standard locations. + For example, GNOME help files will be in one location, while help files specific to the current + application might be in another location. + + The different types of files are given in this enum. User applications make use of the + App* types, which specify locations relative to AppDatadir. + System.Enum @@ -34,7 +41,7 @@ - To be added + An unknown file domain (should never be used). To be added @@ -46,7 +53,7 @@ - To be added + Libraries in the main GNOME installation. To be added @@ -58,7 +65,7 @@ - To be added + Data files in the main GNOME installation. To be added @@ -70,7 +77,7 @@ - To be added + Sound files in the main GNOME installation. To be added @@ -82,7 +89,7 @@ - To be added + Pixmap files in the main GNOME installation. To be added @@ -94,7 +101,7 @@ - To be added + Config files in the main GNOME installation. To be added @@ -106,7 +113,7 @@ - To be added + Help files in the main GNOME installation. To be added @@ -118,7 +125,7 @@ - To be added + Application specific libraries. To be added @@ -130,7 +137,7 @@ - To be added + Application specific data files. To be added @@ -142,7 +149,7 @@ - To be added + Application specific sound files. To be added @@ -154,7 +161,7 @@ - To be added + Application specific pixmap files. To be added @@ -166,7 +173,7 @@ - To be added + Application specific config files. To be added @@ -178,7 +185,7 @@ - To be added + Application specific help files. To be added diff --git a/doc/en/Gnome/HelpError.xml b/doc/en/Gnome/HelpError.xml index e24b86a8e..78a5cfdbc 100644 --- a/doc/en/Gnome/HelpError.xml +++ b/doc/en/Gnome/HelpError.xml @@ -7,8 +7,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + The different error codes which can be thrown by . System.Enum @@ -34,7 +33,7 @@ - To be added + Something went wrong internally. This is most likely caused by a resource problem or bad installation. To be added @@ -46,7 +45,7 @@ - To be added + Help file does not exist. To be added diff --git a/doc/en/Gnome/PreferencesType.xml b/doc/en/Gnome/PreferencesType.xml index 42e17076e..75771318e 100644 --- a/doc/en/Gnome/PreferencesType.xml +++ b/doc/en/Gnome/PreferencesType.xml @@ -7,8 +7,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Flags if something should be done. System.Enum @@ -34,7 +33,7 @@ - To be added + Never do something. To be added @@ -46,7 +45,7 @@ - To be added + Do something only when the user wants it to be done. To be added @@ -58,7 +57,7 @@ - To be added + Do something always. To be added diff --git a/doc/en/Gnome/TriggerType.xml b/doc/en/Gnome/TriggerType.xml index e8981a2b5..0e4164a7a 100644 --- a/doc/en/Gnome/TriggerType.xml +++ b/doc/en/Gnome/TriggerType.xml @@ -7,8 +7,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + These are the different types of triggers that can be activated by an application. System.Enum @@ -34,7 +33,7 @@ - To be added + A null trigger type. Should never be used. To be added @@ -46,7 +45,7 @@ - To be added + The trigger causes a function to be executed. To be added @@ -58,7 +57,7 @@ - To be added + The trigger causes a command to be executed. To be added @@ -70,7 +69,7 @@ - To be added + The trigger causes a sound to be played. To be added diff --git a/doc/en/Gnome/URLError.xml b/doc/en/Gnome/URLError.xml index 9afb9062f..4fbac991c 100644 --- a/doc/en/Gnome/URLError.xml +++ b/doc/en/Gnome/URLError.xml @@ -7,7 +7,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added + The errors that can be returned due to bad parameters being pass to . To be added @@ -34,7 +34,7 @@ - To be added + The parsing of the handler failed. To be added