diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-05-08 05:47:52 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-05-08 05:47:52 +0000 |
commit | ba20420e9f4834969be58b33c09c0900ea806436 (patch) | |
tree | 7e37fe487ba8a83f21a9252e107c7fdce4c08a4c /gdk/gdkcursor.h | |
parent | 2d4d7f587c93f58c9e99d5fecb888420fb3cec45 (diff) | |
download | gtk+-ba20420e9f4834969be58b33c09c0900ea806436.tar.gz |
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.
Diffstat (limited to 'gdk/gdkcursor.h')
-rw-r--r-- | gdk/gdkcursor.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gdk/gdkcursor.h b/gdk/gdkcursor.h index b3e37da260..c91c3d30d0 100644 --- a/gdk/gdkcursor.h +++ b/gdk/gdkcursor.h @@ -4,9 +4,7 @@ #include <gdk/gdktypes.h> #include <gdk-pixbuf/gdk-pixbuf.h> -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ +G_BEGIN_DECLS #define GDK_TYPE_CURSOR (gdk_cursor_get_type ()) @@ -98,6 +96,7 @@ typedef enum struct _GdkCursor { GdkCursorType type; + /*< private >*/ guint ref_count; }; @@ -129,8 +128,6 @@ void gdk_cursor_unref (GdkCursor *cursor); #define gdk_cursor_destroy gdk_cursor_unref #endif /* GDK_DISABLE_DEPRECATED */ -#ifdef __cplusplus -} -#endif /* __cplusplus */ +G_END_DECLS #endif /* __GDK_CURSOR_H__ */ |