finch/libgnt/gntutils.h

changeset 31293
169eeb43b52c
parent 21243
287bfd29dae6
child 35393
00f876b129bc
child 37017
8e2b68c79fa1
--- a/finch/libgnt/gntutils.h	Mon Jan 03 19:18:07 2011 +0000
+++ b/finch/libgnt/gntutils.h	Tue Jan 04 06:42:45 2011 +0000
@@ -66,7 +66,7 @@
 const char *gnt_util_onscreen_width_to_pointer(const char *str, int len, int *w);
 
 /**
- * Inserts newlines in 'string' where necessary so that its onscreen width is 
+ * Inserts newlines in 'string' where necessary so that its onscreen width is
  * no more than 'maxw'.
  *
  * @param string  The string.
@@ -107,7 +107,7 @@
 
 /**
  * Get a helpful display about the bindings of a widget.
- * 
+ *
  * @param widget The widget to get bindings for.
  *
  * @return Returns a GntTree populated with "key" -> "binding" for the widget.
@@ -126,7 +126,7 @@
  *      </vwindow>",
  *   2, &win, &button);
  * @endcode
- * 
+ *
  * @param string  The XML string.
  * @param num     The number of widgets to return, followed by 'num' GntWidget **
  */

mercurial