diff libaudacious/dirbrowser.c @ 2058:2618fcfb3bcf trunk

[svn] - a directory browser widget
author nenolod
date Mon, 04 Dec 2006 18:21:39 -0800
parents 456c74b6880a
children f18a5b617c34
line wrap: on
line diff
--- a/libaudacious/dirbrowser.c	Mon Dec 04 18:08:15 2006 -0800
+++ b/libaudacious/dirbrowser.c	Mon Dec 04 18:21:39 2006 -0800
@@ -268,6 +268,17 @@
 
 }
 
+/**
+ * xmms_create_dir_browser:
+ * @title: The title of the dir browser.
+ * @current_path: The path that the dir browser should represent.
+ * @mode: The GtkSelectionMode that should be used.
+ * @handler: A handler to execute upon a selection.
+ *
+ * Creates a directory browser.
+ *
+ * Return value: A GtkWidget containing the directory browser.
+ **/
 GtkWidget *
 xmms_create_dir_browser(gchar * title, gchar * current_path,
                         GtkSelectionMode mode, void (*handler) (gchar *))