finch/libgnt/gntbox.h

branch
soc.2013.gobjectification.plugins
changeset 37021
04c99b24db84
parent 37017
8e2b68c79fa1
child 37023
d9bcdc9a91e6
--- 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);
 

mercurial