From 3a40fbaf60d50b477999335406df0d7bcf0ca84c Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 5 Nov 2002 12:16:52 +0000 Subject: g_date_* => g_date_get_*, fixes G_DISABLE_DEPRECATED build. 2002-11-05 Chris Toshok * backend/ebook/e-card.c: g_date_* => g_date_get_*, fixes G_DISABLE_DEPRECATED build. * backend/ebook/e-book-listener.[ch]: remove the servant crap i'd c&p'ed and put in here. * backend/ebook/e-book-view-listener.[ch]: remove the servant crap i'd c&p'ed and put in here. * backend/pas/pas-book-factory.[ch]: subclass from BonoboObject, and remove the servant crap from here too. whee. * backend/pas/pas-card-cursor.[ch]: remove the servant crap i'd c&p'ed and put in here. * backend/pas/pas-book.[ch]: remove the servant crap i'd c&p'ed and put in here. * backend/pas/pas-book-view.[ch]: remove the servant crap i'd c&p'ed and put in here. svn path=/trunk/; revision=18548 --- addressbook/backend/ebook/e-book-view-listener.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'addressbook/backend/ebook/e-book-view-listener.h') diff --git a/addressbook/backend/ebook/e-book-view-listener.h b/addressbook/backend/ebook/e-book-view-listener.h index 3100a2f532..f12fdca779 100644 --- a/addressbook/backend/ebook/e-book-view-listener.h +++ b/addressbook/backend/ebook/e-book-view-listener.h @@ -71,18 +71,7 @@ typedef struct { } EBookViewListenerResponse; - -struct _EBookViewListenerServant { - POA_GNOME_Evolution_Addressbook_BookViewListener servant_placeholder; - EBookViewListener *object; -}; -typedef struct _EBookViewListenerServant EBookViewListenerServant; - - - EBookViewListener *e_book_view_listener_new (void); -void e_book_view_listener_construct (EBookViewListener *listener, - GNOME_Evolution_Addressbook_BookViewListener corba_objref); int e_book_view_listener_check_pending (EBookViewListener *listener); EBookViewListenerResponse *e_book_view_listener_pop_response (EBookViewListener *listener); GType e_book_view_listener_get_type (void); -- cgit v1.2.3