Remove mention of gdk_event_get_graphics_expose()

This commit is contained in:
Kristian Rietveld 2010-06-30 21:42:05 +02:00
parent fa752d156b
commit 43f4398dbd

View File

@ -510,8 +510,8 @@ 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(), gdk_event_copy() and gdk_event_new().
* functions such as gdk_event_peek(), gdk_event_get(), gdk_event_copy()
* and gdk_event_new().
**/
void
gdk_event_free (GdkEvent *event)