Update the gdk_event_free docs

Bug 616118
This commit is contained in:
Matthias Clasen
2010-04-22 14:13:35 -04:00
parent af06c64edb
commit 78e68d4548

View File

@ -511,7 +511,7 @@ gdk_event_copy (const GdkEvent *event)
* Frees a #GdkEvent, freeing or decrementing any resources associated with it.
* Note that this function should only be called with events returned from
* functions such as gdk_event_peek(), gdk_event_get(),
* gdk_event_get_graphics_expose() and gdk_event_copy().
* gdk_event_get_graphics_expose() and gdk_event_copy() and gdk_event_new().
**/
void
gdk_event_free (GdkEvent *event)