x11: Add missing closure annotation to ClutterX11FilterFunc

This commit is contained in:
Rico Tzschichholz 2014-10-02 09:27:36 +02:00
parent 317a54f9fb
commit 084dc49a0c

View File

@ -85,7 +85,7 @@ typedef struct _ClutterX11XInputDevice ClutterX11XInputDevice;
* ClutterX11FilterFunc:
* @xev: Native X11 event structure
* @cev: Clutter event structure
* @data: user data passed to the filter function
* @data: (closure): user data passed to the filter function
*
* Filter function for X11 native events.
*