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/pas/pas-card-cursor.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'addressbook/backend/pas/pas-card-cursor.h') diff --git a/addressbook/backend/pas/pas-card-cursor.h b/addressbook/backend/pas/pas-card-cursor.h index 880632decd..db5b05c0c2 100644 --- a/addressbook/backend/pas/pas-card-cursor.h +++ b/addressbook/backend/pas/pas-card-cursor.h @@ -40,24 +40,12 @@ struct _PASCardCursorClass { POA_GNOME_Evolution_Addressbook_CardCursor__epv epv; }; - -struct _PASCardCursorServant { - POA_GNOME_Evolution_Addressbook_CardCursor servant_placeholder; - PASCardCursor *object; -}; -typedef struct _PASCardCursorServant PASCardCursorServant; - /* Creating a new addressbook. */ PASCardCursor *pas_card_cursor_new (PASCardCursorLengthFunc get_length, PASCardCursorNthFunc get_nth, gpointer data); -void pas_card_cursor_construct (PASCardCursor *cursor, - GNOME_Evolution_Addressbook_CardCursor corba_cursor, - PASCardCursorLengthFunc get_length, - PASCardCursorNthFunc get_nth, - gpointer data); GType pas_card_cursor_get_type (void); POA_GNOME_Evolution_Addressbook_CardCursor__epv * -- cgit v1.2.3