]> Pileus Git - ~andy/gtk/commitdiff
Remove mention of gdk_event_get_graphics_expose()
authorKristian Rietveld <kris@gtk.org>
Wed, 30 Jun 2010 19:42:05 +0000 (21:42 +0200)
committerKristian Rietveld <kris@gtk.org>
Wed, 30 Jun 2010 19:43:25 +0000 (21:43 +0200)
gdk/gdkevents.c

index fb2d2be350cfcb4b7ebe7ddaabec5b4fadba6fa8..470c9e9fe493a04ae63d51b0b3f596816ad2304b 100644 (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)