From 34f4da23f2a5097cfa8831cbccb16b9f3c4b63ac Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 24 Apr 2006 18:23:55 +0000 Subject: Documentation fixes. * gdk/gdkregion-generic.c: Documentation fixes. * gdk/directfb/gdkmain-directfb.c: Make the comment not look like a doc comment. --- gdk/directfb/gdkmain-directfb.c | 4 ++-- gdk/gdkregion-generic.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'gdk') 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 */ -/** +/* 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 #include 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. */ -- cgit v1.2.1