diff pidgin/gtkutils.h @ 16201:36b09c6f7957

Doxygen updates. This eliminated all the warnings from Doxygen.
author Richard Laager <rlaager@wiktel.com>
date Mon, 16 Apr 2007 05:07:21 +0000
parents 247e421c4fa6
children 72dc611f3257
line wrap: on
line diff
--- a/pidgin/gtkutils.h	Mon Apr 16 03:37:48 2007 +0000
+++ b/pidgin/gtkutils.h	Mon Apr 16 05:07:21 2007 +0000
@@ -437,7 +437,7 @@
  *
  * @param parent      The parent window
  * @param callback    The callback to call when the window is closed. If the user chose an icon, the char* argument will point to its path
- * @param data        Data to pass to @callback
+ * @param data        Data to pass to @a callback
  * @return            The file dialog 
  */
 GtkWidget *pidgin_buddy_icon_chooser_new(GtkWindow *parent, void(*callback)(const char*,gpointer), gpointer data);
@@ -485,6 +485,7 @@
  * Creates a "mini-dialog" suitable for embedding in the buddy list scrollbook
  *
  * @param handle         A handle
+ * @param stock_id       The ID of a stock image to use in the mini dialog
  * @param primary        The primary text
  * @param secondary      The secondary text
  * @param user_data      Data to pass to the callbacks
@@ -527,10 +528,10 @@
 /**
  * This is copied from Gtk to support Gtk 2.0
  *
- * Creates a new path with @first_index and @varargs as indices.
+ * Creates a new path with @a first_index and the varargs as indices.
  *
  * @param first_index    first integer
- * @param varargs        list of integers terminated by -1
+ * @param ...            list of integers terminated by -1
  *
  * @return               A newly created GtkTreePath.
  *