]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikstatus.h
Some spelling fixes in a comment
[andy/viking.git] / src / vikstatus.h
index a50e706d6126c28834b60528201dfd5f54259b9d..c5fd5ba711bd3cbba98cb8a3b074d53f307a2fb3 100644 (file)
@@ -40,6 +40,9 @@ typedef struct _VikStatusbarClass VikStatusbarClass;
 struct _VikStatusbarClass
 {
   GtkStatusbarClass statusbar_class;
+
+  void (* clicked)  (VikStatusbar *vs,
+                     gint          item);
 };
 
 GType vik_statusbar_get_type ();