diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-13 01:53:03 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-13 01:53:03 +0200 |
commit | 4546c167a8419ded61d666d241d24ec925d63cc0 (patch) | |
tree | e939385cb8f17d6d7b24b638a04f0f31b9871fd5 /lib/gtk-experiment-widgets | |
parent | ad79032d86616166cb4b60618577a797a7afb9a5 (diff) | |
download | gtk-vlc-player-4546c167a8419ded61d666d241d24ec925d63cc0.tar.gz |
minor experiment-navigator documentation change
Diffstat (limited to 'lib/gtk-experiment-widgets')
-rw-r--r-- | lib/gtk-experiment-widgets/gtk-experiment-navigator.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/gtk-experiment-widgets/gtk-experiment-navigator.c b/lib/gtk-experiment-widgets/gtk-experiment-navigator.c index 6d76979..65f789d 100644 --- a/lib/gtk-experiment-widgets/gtk-experiment-navigator.c +++ b/lib/gtk-experiment-widgets/gtk-experiment-navigator.c @@ -214,7 +214,7 @@ gtk_experiment_navigator_new(void) * Any existing contents should be cleared. * * @param navi Object instance to display the structure in - * @param exp \e ExperimentReader instance symbolizing the XML-file + * @param exp \e ExperimentReader instance of opened XML-file * @return \e TRUE on error, else \e FALSE */ gboolean @@ -229,7 +229,10 @@ gtk_experiment_navigator_load(GtkExperimentNavigator *navi, /** * Fills the \e GtkExperimentNavigator widget with the structure specified * in an experiment-XML file (see session.dtd). - * Any existing contents should be cleared. + * It accepts an XML filename and is otherwise identical to + * gtk_experiment_navigator_load. + * + * @ref gtk_experiment_navigator_load * * @param navi Object instance to display the structure in * @param exp Filename of XML-file to open and use for configuring \e navi |