diff -r 03730619fbac -r 04c99b24db84 finch/libgnt/gntbox.h --- a/finch/libgnt/gntbox.h Wed Jan 29 09:56:14 2014 +0530 +++ b/finch/libgnt/gntbox.h Wed Jan 29 10:01:14 2014 +0530 @@ -99,9 +99,9 @@ /** * Create a new GntBox. * - * @homo: If @c TRUE, all the widgets in it will have the same width (or height) - * @vert: Whether the widgets in it should be stacked vertically (if @c TRUE) - * or horizontally (if @c FALSE). + * @homo: If %TRUE, all the widgets in it will have the same width (or height) + * @vert: Whether the widgets in it should be stacked vertically (if %TRUE) + * or horizontally (if %FALSE). * * Returns: The new GntBox. */ @@ -137,7 +137,7 @@ * @e .gntrc) * * @box: The box - * @set: @c TRUE if it's a toplevel box, @c FALSE otherwise. + * @set: %TRUE if it's a toplevel box, %FALSE otherwise. */ void gnt_box_set_toplevel(GntBox *box, gboolean set);