Documentation fixes.

* gdk/gdkregion-generic.c: Documentation fixes.

	* gdk/directfb/gdkmain-directfb.c: Make the comment not look like
	a doc comment.
This commit is contained in:
Matthias Clasen 2006-04-24 18:23:55 +00:00
parent d0c309e6b2
commit 34f4da23f2
4 changed files with 15 additions and 5 deletions

View File

@ -1,5 +1,10 @@
2006-04-24 Matthias Clasen <mclasen@redhat.com>
* 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.

View File

@ -1,5 +1,10 @@
2006-04-24 Matthias Clasen <mclasen@redhat.com>
* 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.

View File

@ -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>

View File

@ -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.
*/