Method
GdkEventunref
Declaration [src]
void
gdk_event_unref (
GdkEvent* event
)
Description [src]
Decrease the ref count of event
.
If the last reference is dropped, the structure is freed.
Parameters
event
-
Type:
GdkEvent
A
GdkEvent
.The instance takes ownership of the data, and is responsible for freeing it.