[gdl] bgo #693298 - GdlDockItem::dock-drag-motion signal doesn't match vfunc



commit 8d060a9c13c3724af85d0a99940c49f1d772055b
Author: SÃbastien Granjoux <seb sfo free fr>
Date:   Thu Feb 7 21:12:47 2013 +0100

    bgo #693298 - GdlDockItem::dock-drag-motion signal doesn't match vfunc

 gdl/gdl-dock-item.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gdl/gdl-dock-item.h b/gdl/gdl-dock-item.h
index 09c43d4..6ebbc6a 100644
--- a/gdl/gdl-dock-item.h
+++ b/gdl/gdl-dock-item.h
@@ -123,6 +123,7 @@ struct _GdlDockItemClass {
     /* signals */
     void     (* dock_drag_begin)  (GdlDockItem    *item);
     void     (* dock_drag_motion) (GdlDockItem    *item,
+                                   GdkDevice      *device,
                                    gint            x,
                                    gint            y);
     void     (* dock_drag_end)    (GdlDockItem    *item,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]