aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/pas/pas-backend-ldap.h
blob: a59cdf3857c644cb989835116a75c010294c843a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
 * Copyright 2000, Helix Code, Inc.
 */

#ifndef __PAS_BACKEND_LDAP_H__
#define __PAS_BACKEND_LDAP_H__

#include <libgnome/gnome-defs.h>
#include "pas-backend.h"

typedef struct _PASBackendLDAPPrivate PASBackendLDAPPrivate;

typedef struct {
    PASBackend             parent_object;
    PASBackendLDAPPrivate *priv;
} PASBackendLDAP;

typedef struct {
    PASBackendClass parent_class;
} PASBackendLDAPClass;

PASBackend *pas_backend_ldap_new      (void);
GtkType     pas_backend_ldap_get_type (void);

#define PAS_BACKEND_LDAP_TYPE        (pas_backend_ldap_get_type ())
#define PAS_BACKEND_LDAP(o)          (GTK_CHECK_CAST ((o), PAS_BACKEND_LDAP_TYPE, PASBackendLDAP))
#define PAS_BACKEND_LDAP_CLASS(k)    (GTK_CHECK_CLASS_CAST((k), PAS_BACKEND_TYPE, PASBackendLDAPClass))
#define PAS_IS_BACKEND_LDAP(o)       (GTK_CHECK_TYPE ((o), PAS_BACKEND_LDAP_TYPE))
#define PAS_IS_BACKEND_LDAP_CLASS(k) (GTK_CHECK_CLASS_TYPE ((k), PAS_BACKEND_LDAP_TYPE))

#endif /* ! __PAS_BACKEND_LDAP_H__ */

548f68dd629b'>Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-155/+157 * - Update to 0.4.0miwi2007-05-278-101/+68 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * Fix build with gcc41arved2006-12-221-1/+7 * Release my ports back into the wild.adamw2006-09-241-1/+1 * - Update gstreamer to 0.10ahze2006-04-302-5/+3 * Conversion to a single libtool environment.ade2006-02-231-1/+1 * - Add SHA256pav2005-11-241-0/+1 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1 * They don't seem to be releasing new versions of this app anymore.adamw2005-05-241-1/+3 * Chase the slit of gconf to a seperate port.kwm2005-03-211-2/+2 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1 * Use USE_GSTREAMER.adamw2005-03-071-2/+3 * Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1 * Update to 0.3.2.adamw2004-08-257-30/+98 * Chase the gstreamer shared lib bump.marcus2004-08-171-1/+1 * Bump PORTREVISION to chase the gstreamer shared lib version.marcus2004-08-031-1/+1 * Use the new gconf schema stuff.adamw2004-07-071-2/+2 * Chase the gstreamer shared lib version, and bump PORTREVISION wheremarcus2004-06-151-1/+1 * Fix some known compatibility problems with GNOME 2.6.marcus2004-04-052-4/+9 * Add size data, approved by maintainers.trevor2004-03-191-0/+1 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * Change WWW to new homepage location.adamw2004-03-051-1/+1 * Dump GNU_CONFIGURE in favour of USE_LIBTOOL and lthack.adamw2004-03-051-2/+2 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * Dunno yet what happened, but the monkeybubble website has disappearedadamw2004-01-291-1/+3 * Update to 0.1.9. Now without 8 billion pixbuf errors!adamw2004-01-194-14/+4 * Update to 0.1.8.adamw2004-01-188-55/+64 * Fix a bug that prevented GConf schemas from being properly registered.adamw2004-01-043-0/+16 * Remove a deprecated REINPLACE, simplify the gstreamer lib minor no. check,adamw2004-01-022-9/+2 * - Update to 0.1.7pav2004-01-01