# HG changeset patch # User Sadrul Habib Chowdhury # Date 1201063624 0 # Node ID 2f805b1efc9a7a845c8ba62ebce5f123cc1ca19f # Parent 69ad31c9983d8ee9e1e32b191a110609ca7d1db8 Some minor doc update. diff -r 69ad31c9983d -r 2f805b1efc9a pidgin/gtkutils.h --- a/pidgin/gtkutils.h Wed Jan 23 04:45:04 2008 +0000 +++ b/pidgin/gtkutils.h Wed Jan 23 04:47:04 2008 +0000 @@ -798,11 +798,11 @@ * 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