aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-component.h
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-01-22 05:23:30 +0800
committerChris Toshok <toshok@src.gnome.org>2004-01-22 05:23:30 +0800
commita455e65d39a3c9c2c7e95de44fd12d85d2761195 (patch)
treeb2c275611f8f54e5356b1cdc2d6f2aa31bab45a2 /addressbook/gui/component/addressbook-component.h
parent69c5b58a835f3a39916e9d6441acd60f6944fb79 (diff)
downloadgsoc2013-evolution-a455e65d39a3c9c2c7e95de44fd12d85d2761195.tar
gsoc2013-evolution-a455e65d39a3c9c2c7e95de44fd12d85d2761195.tar.gz
gsoc2013-evolution-a455e65d39a3c9c2c7e95de44fd12d85d2761195.tar.bz2
gsoc2013-evolution-a455e65d39a3c9c2c7e95de44fd12d85d2761195.tar.lz
gsoc2013-evolution-a455e65d39a3c9c2c7e95de44fd12d85d2761195.tar.xz
gsoc2013-evolution-a455e65d39a3c9c2c7e95de44fd12d85d2761195.tar.zst
gsoc2013-evolution-a455e65d39a3c9c2c7e95de44fd12d85d2761195.zip
new function.
2004-01-21 Chris Toshok <toshok@ximian.com> * gui/component/addressbook-component.c (addressbook_component_peek_gconf_client): new function. * gui/component/addressbook-component.h: add prototype for addressbook_component_peek_gconf_client. * gui/component/addressbook-migrate.c (migrate_completion_folders): more gross hacking. migrate the completion settings. (get_source_by_uri): function to search for an ESource given the entire uri. used for migrate_completion_folders. (migrate_ldap_servers): get_string_value -> get_string_child. same with get_integer_child. (get_string_child): rename to make it apparent it's a child, not a property. (get_integer_child): same. (addressbook_migrate): call migrate_completion_folders. svn path=/trunk/; revision=24357
Diffstat (limited to 'addressbook/gui/component/addressbook-component.h')
-rw-r--r--addressbook/gui/component/addressbook-component.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-component.h b/addressbook/gui/component/addressbook-component.h
index 70cf548c22..76884b0bb8 100644
--- a/addressbook/gui/component/addressbook-component.h
+++ b/addressbook/gui/component/addressbook-component.h
@@ -57,7 +57,8 @@ GType addressbook_component_get_type (void);
AddressbookComponent *addressbook_component_peek (void);
-const char * addressbook_component_peek_base_directory (AddressbookComponent *component);
+GConfClient *addressbook_component_peek_gconf_client (AddressbookComponent *component);
+const char *addressbook_component_peek_base_directory (AddressbookComponent *component);
EActivityHandler *addressbook_component_peek_activity_handler (AddressbookComponent *component);
ESourceList *addressbook_component_peek_source_list (AddressbookComponent *component);