#include "gdkcursor.h"#include "gdkprivate.h"Go to the source code of this file.
Functions | |
| GdkCursor * | gdk_cursor_ref (GdkCursor *cursor) |
| void | gdk_cursor_unref (GdkCursor *cursor) |
Definition at line 30 of file gdkcursor.c.
References g_return_val_if_fail, NULL, and _GdkCursor::ref_count.
| void gdk_cursor_unref | ( | GdkCursor * | cursor | ) |
Definition at line 40 of file gdkcursor.c.
References _gdk_cursor_destroy(), g_return_if_fail, NULL, and _GdkCursor::ref_count.
Referenced by TGWin32::RequestLocator(), and TGWin32::RequestString().
1.5.1