From 5e2efa2cd4ac7891fdf316dafd9ab249086e842a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 14 Dec 2012 07:25:24 -0500 Subject: Finish adding symbols to libeutil API docs. --- e-util/e-contact-store.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'e-util/e-contact-store.h') diff --git a/e-util/e-contact-store.h b/e-util/e-contact-store.h index c0754afab0..de86c5f325 100644 --- a/e-util/e-contact-store.h +++ b/e-util/e-contact-store.h @@ -64,11 +64,13 @@ struct _EContactStoreClass { GObjectClass parent_class; /* signals */ - void (*start_client_view) (EContactStore *contact_store, EBookClientView *client_view); - void (*stop_client_view) (EContactStore *contact_store, EBookClientView *client_view); + void (*start_client_view) (EContactStore *contact_store, + EBookClientView *client_view); + void (*stop_client_view) (EContactStore *contact_store, + EBookClientView *client_view); }; -GType e_contact_store_get_type (void); +GType e_contact_store_get_type (void) G_GNUC_CONST; EContactStore * e_contact_store_new (void); EBookClient * e_contact_store_get_client (EContactStore *contact_store, -- cgit v1.2.3