Small documentation additions.

2005-05-08  Matthias Clasen  <mclasen@redhat.com>

	* gdk/gdkcolor.c (gdk_cairo_set_source_color):
	* gdk/gdkimage.h:
	* gdk/gdkdraw.c:
	* gdk/gdkcolor.h:
	* gdk/gdkcursor.h:
	* gdk/x11/gdkcolor-x11.c: Small documentation additions.
This commit is contained in:
Matthias Clasen
2005-05-08 05:47:52 +00:00
committed by Matthias Clasen
parent 2d4d7f587c
commit ba20420e9f
9 changed files with 45 additions and 25 deletions

View File

@ -3,9 +3,7 @@
#include <gdk/gdktypes.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
G_BEGIN_DECLS
/* Types of images.
* Normal: Normal X image type. These are slow as they involve passing
@ -52,7 +50,8 @@ struct _GdkImage
gpointer mem;
GdkColormap *colormap; /* read only. */
/*< private >*/
gpointer windowing_data; /* read only. */
};
@ -103,8 +102,6 @@ GdkImage* gdk_image_new_bitmap (GdkVisual *visual,
#define gdk_image_destroy gdk_image_unref
#endif /* GDK_DISABLE_DEPRECATED */
#ifdef __cplusplus
}
#endif /* __cplusplus */
G_END_DECLS
#endif /* __GDK_IMAGE_H__ */