aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/pas/pas-card-cursor.h
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-11-05 20:16:52 +0800
committerChris Toshok <toshok@src.gnome.org>2002-11-05 20:16:52 +0800
commit3a40fbaf60d50b477999335406df0d7bcf0ca84c (patch)
treeab059a8c48f355a8fd31633b9189300ab6217186 /addressbook/backend/pas/pas-card-cursor.h
parentbca61092c2a89aa993abd6302b5c372df099e361 (diff)
downloadgsoc2013-evolution-3a40fbaf60d50b477999335406df0d7bcf0ca84c.tar
gsoc2013-evolution-3a40fbaf60d50b477999335406df0d7bcf0ca84c.tar.gz
gsoc2013-evolution-3a40fbaf60d50b477999335406df0d7bcf0ca84c.tar.bz2
gsoc2013-evolution-3a40fbaf60d50b477999335406df0d7bcf0ca84c.tar.lz
gsoc2013-evolution-3a40fbaf60d50b477999335406df0d7bcf0ca84c.tar.xz
gsoc2013-evolution-3a40fbaf60d50b477999335406df0d7bcf0ca84c.tar.zst
gsoc2013-evolution-3a40fbaf60d50b477999335406df0d7bcf0ca84c.zip
g_date_* => g_date_get_*, fixes G_DISABLE_DEPRECATED build.
2002-11-05 Chris Toshok <toshok@ximian.com> * 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
Diffstat (limited to 'addressbook/backend/pas/pas-card-cursor.h')
-rw-r--r--addressbook/backend/pas/pas-card-cursor.h12
1 files changed, 0 insertions, 12 deletions
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
@@ -41,23 +41,11 @@ struct _PASCardCursorClass {
};
-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 *