From 34f4da23f2a5097cfa8831cbccb16b9f3c4b63ac Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 24 Apr 2006 18:23:55 +0000 Subject: [PATCH] Documentation fixes. * gdk/gdkregion-generic.c: Documentation fixes. * gdk/directfb/gdkmain-directfb.c: Make the comment not look like a doc comment. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ gdk/directfb/gdkmain-directfb.c | 4 ++-- gdk/gdkregion-generic.c | 6 +++--- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index ba729de011..d2b9a85af7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-04-24 Matthias Clasen + * gdk/gdkregion-generic.c: Documentation fixes. + + * gdk/directfb/gdkmain-directfb.c: Make the comment not look like + a doc comment. + * gtk/gtkprintunixdialog.c: Add docs. * gtk/gtkstatusicon.c (gtk_status_icon_get_visible): Typo fix. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ba729de011..d2b9a85af7 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,10 @@ 2006-04-24 Matthias Clasen + * gdk/gdkregion-generic.c: Documentation fixes. + + * gdk/directfb/gdkmain-directfb.c: Make the comment not look like + a doc comment. + * gtk/gtkprintunixdialog.c: Add docs. * gtk/gtkstatusicon.c (gtk_status_icon_get_visible): Typo fix. 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. */