22 lines
744 B
Diff
22 lines
744 B
Diff
From 084dc49a0cdadeed7de896df81e9af536f2ab678 Mon Sep 17 00:00:00 2001
|
|
From: Rico Tzschichholz <ricotz@ubuntu.com>
|
|
Date: Thu, 2 Oct 2014 09:27:36 +0200
|
|
Subject: x11: Add missing closure annotation to ClutterX11FilterFunc
|
|
|
|
|
|
diff --git a/clutter/x11/clutter-x11.h b/clutter/x11/clutter-x11.h
|
|
index b0ab8a1..285ea51 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.
|
|
*
|
|
--
|
|
cgit v0.10.1
|
|
|