aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-addressbook-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-view.h')
-rw-r--r--addressbook/gui/widgets/e-addressbook-view.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-view.h b/addressbook/gui/widgets/e-addressbook-view.h
index 743e873dc2..aad4a5ac39 100644
--- a/addressbook/gui/widgets/e-addressbook-view.h
+++ b/addressbook/gui/widgets/e-addressbook-view.h
@@ -64,12 +64,12 @@ struct _EAddressbookViewClass {
GtkVBoxClass parent_class;
/* Signals */
- void (*popup_event) (EAddressbookView *view,
+ void (*popup_event) (EAddressbookView *view,
GdkEvent *event);
- void (*status_message) (EAddressbookView *view,
+ void (*status_message) (EAddressbookView *view,
const gchar *message);
- void (*command_state_change) (EAddressbookView *view);
- void (*selection_change) (EAddressbookView *view);
+ void (*command_state_change) (EAddressbookView *view);
+ void (*selection_change) (EAddressbookView *view);
};
GType e_addressbook_view_get_type (void);