Mercurial > pidgin.yaz
comparison plugins/gestures/gstroke.h @ 12667:a99a0cc67713
[gaim-migrate @ 15010]
Fix SF Bug #1392371
Disabling the mouse gestures plugin and then performing a mouse gesture would cause a crash.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 29 Dec 2005 00:21:53 +0000 |
parents | ea2d07ad05a9 |
children |
comparison
equal
deleted
inserted
replaced
12666:8765dee8f517 | 12667:a99a0cc67713 |
---|---|
31 guint gstroke_get_mouse_button(void); | 31 guint gstroke_get_mouse_button(void); |
32 | 32 |
33 /* enable strokes for the widget */ | 33 /* enable strokes for the widget */ |
34 void gstroke_enable (GtkWidget *widget); | 34 void gstroke_enable (GtkWidget *widget); |
35 | 35 |
36 /* disable strokes for the widget */ | |
37 void gstroke_disable(GtkWidget *widget); | |
38 | |
36 guint gstroke_signal_connect (GtkWidget *widget, | 39 guint gstroke_signal_connect (GtkWidget *widget, |
37 const gchar *name, | 40 const gchar *name, |
38 void (*func)(GtkWidget *widget, void *data), | 41 void (*func)(GtkWidget *widget, void *data), |
39 gpointer data); | 42 gpointer data); |
40 | 43 |