im.pidgin.pidgin: bfcb1dd917fc43d144e49244847dfc41b44ad335

sadrul at pidgin.im sadrul at pidgin.im
Wed Jan 23 00:11:05 EST 2008


-----------------------------------------------------------------
Revision: bfcb1dd917fc43d144e49244847dfc41b44ad335
Ancestor: 88370aed15358cc2ae3fcc4b7cf1f026f2d2d8d4
Author: sadrul at pidgin.im
Date: 2008-01-23T04:47:04
Branch: im.pidgin.pidgin

Modified files:
        pidgin/gtkutils.h

ChangeLog: 

Some minor doc update.

-------------- next part --------------
============================================================
--- pidgin/gtkutils.h	6c8b5733117a6208617cce4f9f44c0cdfe22417f
+++ pidgin/gtkutils.h	d10e5f3c18a50b0fde0d5a1dd5dcadc585734e24
@@ -798,11 +798,11 @@ gboolean pidgin_auto_parent_window(GtkWi
  * Add a labelled widget to a GtkVBox
  *
  * @param vbox         The GtkVBox to add the widget to.
- * @param widget_label The label to give the widget.
- * @param sg           The GtkSizeGroup to add the label to.
- * @param widget       The GtkWidget to add
+ * @param widget_label The label to give the widget, can be @c NULL.
+ * @param sg           The GtkSizeGroup to add the label to, can be @c NULL.
+ * @param widget       The GtkWidget to add.
  * @param expand       Whether to expand the widget horizontally.
- * @param p_label      Place to store a pointer to the GtkLabel, or NULL if you don't care.
+ * @param p_label      Place to store a pointer to the GtkLabel, or @c NULL if you don't care.
  *
  * @return  A GtkHBox already added to the GtkVBox containing the GtkLabel and the GtkWidget.
  * @since 2.4.0


More information about the Commits mailing list