summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2014-10-02 09:27:36 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2014-10-02 09:27:36 +0200
commit084dc49a0cdadeed7de896df81e9af536f2ab678 (patch)
tree7257cb60f55c624ed926c4f8639c69c58fa84dc2
parent317a54f9fbba526233a91d4d45bf6963c97d0b0f (diff)
downloadclutter-084dc49a0cdadeed7de896df81e9af536f2ab678.tar.gz
x11: Add missing closure annotation to ClutterX11FilterFunc
-rw-r--r--clutter/x11/clutter-x11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter/x11/clutter-x11.h b/clutter/x11/clutter-x11.h
index b0ab8a12a..285ea511d 100644
--- a/clutter/x11/clutter-x11.h
+++ b/clutter/x11/clutter-x11.h
@@ -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.
*