summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-04-24 18:23:55 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-04-24 18:23:55 +0000
commit34f4da23f2a5097cfa8831cbccb16b9f3c4b63ac (patch)
tree9a8a9ba1c37d55f3be111c572b5a25181049d78d /gdk
parentd0c309e6b28b560e42e96fb38b6f73937a8ab40f (diff)
downloadgtk+-34f4da23f2a5097cfa8831cbccb16b9f3c4b63ac.tar.gz
Documentation fixes.
* gdk/gdkregion-generic.c: Documentation fixes. * gdk/directfb/gdkmain-directfb.c: Make the comment not look like a doc comment.
Diffstat (limited to 'gdk')
-rw-r--r--gdk/directfb/gdkmain-directfb.c4
-rw-r--r--gdk/gdkregion-generic.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/gdk/directfb/gdkmain-directfb.c b/gdk/directfb/gdkmain-directfb.c
index 688806989b..52e91772c7 100644
--- a/gdk/directfb/gdkmain-directfb.c
+++ b/gdk/directfb/gdkmain-directfb.c
@@ -31,13 +31,13 @@
* Sven Neumann <sven@convergence.de>
*/
-/**
+/*
Main entry point for 2.6 seems to be open_display so
most stuff in main is moved over to gdkdisplay-directfb.c
I'll move stub functions here that make no sense for directfb
and true globals
Michael Emmel
-**/
+*/
#include <config.h>
#include <string.h>
diff --git a/gdk/gdkregion-generic.c b/gdk/gdkregion-generic.c
index fb4a34f5ec..57c6aa3c75 100644
--- a/gdk/gdkregion-generic.c
+++ b/gdk/gdkregion-generic.c
@@ -1505,7 +1505,7 @@ gdk_region_xor (GdkRegion *source1,
* gdk_region_empty:
* @region: a #GdkRegion
*
- * Returns %TRUE if the #GdkRegion is empty.
+ * Finds out if the #GdkRegion is empty.
*
* Returns: %TRUE if @region is empty.
*/
@@ -1525,7 +1525,7 @@ gdk_region_empty (GdkRegion *region)
* @region1: a #GdkRegion
* @region2: a #GdkRegion
*
- * Returns %TRUE if the two regions are the same.
+ * Finds out if the two regions are the same.
*
* Returns: %TRUE if @region1 and @region2 are equal.
*/
@@ -1561,7 +1561,7 @@ gdk_region_equal (GdkRegion *region1,
* @x: the x coordinate of a point
* @y: the y coordinate of a point
*
- * Returns %TRUE if a point is in a region.
+ * Finds out if a point is in a region.
*
* Returns: %TRUE if the point is in @region.
*/