/* * The Evolution addressbook client object. * * Author: * Nat Friedman (nat@helixcode.com) * * Copyright 1999, Helix Code, Inc. */ #ifndef __E_BOOK_H__ #define __E_BOOK_H__ typedef struct { GtkObject parent; EBookPrivate *priv; } EBook; typedef struct { GtkObjectClass parent; /* * Signals. */ void (card_changed *) (const char *id); void (card_removed *) (const char *id); void (card_added *) (const char *id); } EBookClass; /* Creating a new addressbook. */ EBook *e_book_new (const char *uri); GtkType e_book_get_type (void); /* Fetching cards and card IDs out of the addressbook. */ ECard *e_book_get_card (EBook *book, const char *id); GList *e_book_get_cards (EBook *book); GList *e_book_get_ids (EBook *book); /* Getting/putting card changes. */ void e_book_sync_card (EBook *book, ECard *card); void e_book_update_card (EBook *book, ECard *card); /* Adding and deleting cards. */ const char *e_book_add_card (EBook *book, ECard *card); void e_book_remove_card (EBook *book, const char *id); /* Typing completion... */ GList *e_book_complete (EBook *book, const char *str); /* Information about this addresbook. */ char *e_book_get_name (EBook *book); void e_book_set_name (EBook *book, const char *name); #endif /* ! __E_BOOK_H__ */ namon-2.8 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/databases/db43/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Workaround a problem with fast-mutexes on amd64.arved2004-06-261-1/+7
* - Build + install RPC serverkrion2004-05-271-1/+1
* This patch is a convenience patch to allow broken port tools to continueeik2004-03-201-0/+1
* Revert previous commit. Local changes here masked the fact that thislinimon2004-03-031-0/+2
* Remove redundant definition of MASTERDIR (sets MASTERDIR back tolinimon2004-03-031-2/+0
* * Add vendor patch.4.2.52.2eik2004-02-241-2/+2
* - Install libdb-4.2.so and libdb_cxx-4.2.so so that gcc -ldb-4.2krion2004-01-151-0/+1
* Add Berkeley DB 4.2.52 after repocopy from db41.pav2004-01-091-31/+8
* Fix build on recent current (by -pthread option is deprecated).nork2003-09-081-2/+2
* De-pkg-comment.knu2003-02-211-0/+1
* Remove RESTRICTED tag with cryptography relation.nork2003-02-171-4/+0
* o Add "RESTRICTED" tag since db41 contains strong cryptography (Rijndael),nork2003-02-161-4/+11
* Add db41-4.1.25 after a repocopy from databases/db4.petef2003-01-071-7/+5
* Backout the recent upgrade to 4.1.25 (roll back to 4.0.14). It is apetef2003-01-051-3/+4
* upgrade to 4.1.25ijliao2003-01-041-3/+2
* - Do not install useless .la filesijliao2002-11-201-17/+15
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-111-2/+0
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-071-0/+2
* Relinquish all my ports.ade2002-09-071-1/+1
* ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-021-2/+3
* (1) Take over maintainership whilst unifying the Sleepycat portsade2002-08-221-2/+2
* Sadly reset maintainership to ports@FreeBSD.org. Sergey, thanks forpetef2002-05-311-2/+2
* Update maintainer's email to match what he uses on send-pr to avoiddwcjr2002-05-231-2/+2
* Download site directory structure changedpat2002-05-151-1/+1
* patch for 4.0.14ijliao2001-12-241-12/+11
* Location independence (by LOCALBASE) of both ltconfig and ltmain.shlioux2001-10-081-0/+1
* Bump PORTEPOCH because we have decreased PORTVERSION number.sobomax2001-08-031-0/+1
* Back out the db3 update for the moment, due to the incompatibiltyknu2001-08-011-4/+12
* Update to 3.3.11.knu2001-07-251-12/+4
* - Set DIST_SUBDIR, because filenames like patch.3.2.9.1 are too generic.knu2001-07-251-1/+2
* Properly make *.so symlinks to *.so.x. (previously all that wereknu2001-07-251-1/+1
* Remove MANUAL_PACKAGE_BUILD, the port has no problems building the package.olgeni2001-06-231-1/+0
* Add two post-3.2.9 patches from Sleepycat themselves.ade2001-05-141-0/+5
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-30