2008-09-25 Emmanuele Bassi <ebassi@linux.intel.com>

* clutter/clutter-event.h: Fix missing documentation.
This commit is contained in:
Emmanuele Bassi 2008-09-25 11:08:06 +00:00
parent a87f34c177
commit e3b80d147c
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-09-25 Emmanuele Bassi <ebassi@linux.intel.com>
* clutter/clutter-event.h: Fix missing documentation.
2008-09-24 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 1130 - CLUTTER_MOTION is not emitted when time goes backwards.

View File

@ -284,6 +284,7 @@ struct _ClutterButtonEvent
* @x: event X coordinate
* @y: event Y coordinate
* @related: actor related to the crossing
* @device: reserved for future use
*
* Event for the movement of the pointer across different actors
*