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:
committed by
Matthias Clasen
parent
2d4d7f587c
commit
ba20420e9f
@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user