From 48e294a14466b3bd20a0acdf22c83d370a36cc2d Mon Sep 17 00:00:00 2001 From: Shane Landrum Date: Thu, 30 Dec 2004 18:53:13 +0000 Subject: [PATCH] 2004-12-30 Shane Landrum * en/Gtk/FilesAddedArgs.xml * en/Gtk/FilePath.xml * en/Gtk/FilesRemovedArgs.xml * en/Gtk/FileFolder.xml * en/Gtk/FilesChangedArgs.xml: Filesystem-handling docs. * en/Gtk/ObjectRequestedArgs.xml * en/Gtk/MatchSelectedArgs.xml * en/Gtk/ChangedArgs.xml * en/Gtk/ActionActivatedArgs.xml: Event data docs. svn path=/trunk/gtk-sharp/; revision=38197 --- doc/ChangeLog | 12 +++++++++ doc/en/Gtk/ActionActivatedArgs.xml | 9 ++++--- doc/en/Gtk/ChangedArgs.xml | 6 ++--- doc/en/Gtk/FileFolder.xml | 42 ++++++++++++++++-------------- doc/en/Gtk/FilePath.xml | 10 +++---- doc/en/Gtk/FilesAddedArgs.xml | 17 +++++++----- doc/en/Gtk/FilesChangedArgs.xml | 17 +++++++----- doc/en/Gtk/FilesRemovedArgs.xml | 17 +++++++----- doc/en/Gtk/MatchSelectedArgs.xml | 10 +++---- doc/en/Gtk/ObjectRequestedArgs.xml | 4 +-- 10 files changed, 85 insertions(+), 59 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 94aab39b3..493083a94 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,15 @@ +2004-12-30 Shane Landrum + + * en/Gtk/FilesAddedArgs.xml + * en/Gtk/FilePath.xml + * en/Gtk/FilesRemovedArgs.xml + * en/Gtk/FileFolder.xml + * en/Gtk/FilesChangedArgs.xml: Filesystem-handling docs. + * en/Gtk/ObjectRequestedArgs.xml + * en/Gtk/MatchSelectedArgs.xml + * en/Gtk/ChangedArgs.xml + * en/Gtk/ActionActivatedArgs.xml: Event data docs. + 2004-12-30 Mike Kestner * en/Gtk/IterFactoryEntry.xml : fix a make assemble breakage. diff --git a/doc/en/Gtk/ActionActivatedArgs.xml b/doc/en/Gtk/ActionActivatedArgs.xml index ac819c1c7..14a89d6bd 100644 --- a/doc/en/Gtk/ActionActivatedArgs.xml +++ b/doc/en/Gtk/ActionActivatedArgs.xml @@ -39,10 +39,13 @@ - To be added + The index of the action that was triggered. a - To be added + See + and + for more context about the index property. + - \ No newline at end of file + diff --git a/doc/en/Gtk/ChangedArgs.xml b/doc/en/Gtk/ChangedArgs.xml index a15bfdcfa..9b72d4ef9 100644 --- a/doc/en/Gtk/ChangedArgs.xml +++ b/doc/en/Gtk/ChangedArgs.xml @@ -39,10 +39,10 @@ - To be added + The action which has just been activated. a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/FileFolder.xml b/doc/en/Gtk/FileFolder.xml index f099159be..e56ce7ead 100644 --- a/doc/en/Gtk/FileFolder.xml +++ b/doc/en/Gtk/FileFolder.xml @@ -9,8 +9,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Interface to represent a folder in a filesystem. + See also , , . @@ -30,10 +30,10 @@ - To be added + Gets information about the file at . a a - To be added + @@ -46,10 +46,10 @@ - To be added + Lists the child files of this folder by placing them in . a - a - To be added + a , false if there are no children. + XXX: shouldn't "children" be an "out" parameter? @@ -60,9 +60,9 @@ - To be added + Whether this folder's information is fully loaded or not. a - To be added + @@ -73,8 +73,8 @@ - To be added - To be added + Event fired when this folder is deleted. + @@ -85,8 +85,8 @@ - To be added - To be added + Event fired when files are added to this folder. + @@ -97,8 +97,8 @@ - To be added - To be added + Event fired when files are removed from this folder. + @@ -109,8 +109,8 @@ - To be added - To be added + Event fired when files are changed in this folder. + @@ -121,9 +121,11 @@ - To be added - To be added + + Event fired when this folder's information is finished loading. + + - \ No newline at end of file + diff --git a/doc/en/Gtk/FilePath.xml b/doc/en/Gtk/FilePath.xml index b9e1d6b09..01cf6e0ac 100644 --- a/doc/en/Gtk/FilePath.xml +++ b/doc/en/Gtk/FilePath.xml @@ -9,8 +9,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Class for basic information about a file. + See also , which uses this class. GLib.Object @@ -72,9 +72,9 @@ - To be added + Protected constructor. a - To be added + @@ -91,4 +91,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/FilesAddedArgs.xml b/doc/en/Gtk/FilesAddedArgs.xml index 12ef4d981..be55ea52b 100644 --- a/doc/en/Gtk/FilesAddedArgs.xml +++ b/doc/en/Gtk/FilesAddedArgs.xml @@ -9,8 +9,11 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Arguments for the event fired by + -descended + classes when files are added to a folder: + . + GLib.SignalArgs @@ -24,9 +27,9 @@ - To be added + Public constructor. a - To be added + @@ -37,10 +40,10 @@ - To be added + The paths of the files that were added to the folder. a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/FilesChangedArgs.xml b/doc/en/Gtk/FilesChangedArgs.xml index 48516716c..13560db2f 100644 --- a/doc/en/Gtk/FilesChangedArgs.xml +++ b/doc/en/Gtk/FilesChangedArgs.xml @@ -9,8 +9,11 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Arguments for the event fired by + -descended + classes when files in a folder are changed: + . + GLib.SignalArgs @@ -24,9 +27,9 @@ - To be added + Public constructor. a - To be added + @@ -37,10 +40,10 @@ - To be added + A list of the paths of the changed files. a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/FilesRemovedArgs.xml b/doc/en/Gtk/FilesRemovedArgs.xml index ff66c5756..a024cdbd3 100644 --- a/doc/en/Gtk/FilesRemovedArgs.xml +++ b/doc/en/Gtk/FilesRemovedArgs.xml @@ -9,8 +9,11 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Arguments for the event fired by + -descended + classes when files are removed from a folder: + . + GLib.SignalArgs @@ -24,9 +27,9 @@ - To be added + Public constructor. a - To be added + @@ -37,10 +40,10 @@ - To be added + The paths of the removed files. a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/MatchSelectedArgs.xml b/doc/en/Gtk/MatchSelectedArgs.xml index 06458ece8..06b8437a7 100644 --- a/doc/en/Gtk/MatchSelectedArgs.xml +++ b/doc/en/Gtk/MatchSelectedArgs.xml @@ -39,9 +39,9 @@ - To be added + The tree model that contains the selected match. a - To be added + @@ -52,10 +52,10 @@ - To be added + An iterator to point at the selected match within the model. a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/ObjectRequestedArgs.xml b/doc/en/Gtk/ObjectRequestedArgs.xml index 5bd9fbcfc..8659a7417 100644 --- a/doc/en/Gtk/ObjectRequestedArgs.xml +++ b/doc/en/Gtk/ObjectRequestedArgs.xml @@ -42,8 +42,8 @@ To be added a - To be added + - \ No newline at end of file +