summaryrefslogtreecommitdiff
path: root/gtk/gtkimage.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-12 16:09:09 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-12 18:42:50 -0500
commit37a8ee6e952fb8c837ffbabfe3a5068b08e75b13 (patch)
treed48dc51ab27f65571678687ef1d254f4caa85d32 /gtk/gtkimage.c
parent74c48203f0a790ae6b6bb33cf7cf6ed2c3a4d3d5 (diff)
downloadgtk+-37a8ee6e952fb8c837ffbabfe3a5068b08e75b13.tar.gz
docs: fully break lines in examples
Try to do a better job of keeping example content from being too wide. It is often rendered as <pre> text so the only time we can wrap it is in the source. It is best to full break lines at all punctuation and to try to keep the width under 70 chars or so.
Diffstat (limited to 'gtk/gtkimage.c')
-rw-r--r--gtk/gtkimage.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c
index 2932062c9e..ffa4ceabef 100644
--- a/gtk/gtkimage.c
+++ b/gtk/gtkimage.c
@@ -86,10 +86,11 @@
* g_print ("Event box clicked at coordinates %f,%f\n",
* event->x, event->y);
*
- * /&ast; Returning TRUE means we handled the event, so the signal
- * &ast; emission should be stopped (don’t call any further
- * &ast; callbacks that may be connected). Return FALSE
- * &ast; to continue invoking callbacks.
+ * /&ast; Returning TRUE means we handled the event,
+ * &ast; so the signal emission should be stopped
+ * &ast; (don’t call any further callbacks that
+ * &ast; may be connected). Return FALSE to
+ * &ast; continue invoking callbacks.
* &ast;/
* return TRUE;
* }