aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/ebook/e-book-util.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-03-31 23:43:20 +0800
committerDan Winship <danw@src.gnome.org>2003-03-31 23:43:20 +0800
commit80842c9583426f103fd40e73f6fc9ab20631e5cf (patch)
tree8fd3d1044067a3b746feeb3d06d3bfc1baf43fcc /addressbook/backend/ebook/e-book-util.h
parent1eccafb6a823b5eeb8b77e90851b53f4f43cee37 (diff)
downloadgsoc2013-evolution-80842c9583426f103fd40e73f6fc9ab20631e5cf.tar
gsoc2013-evolution-80842c9583426f103fd40e73f6fc9ab20631e5cf.tar.gz
gsoc2013-evolution-80842c9583426f103fd40e73f6fc9ab20631e5cf.tar.bz2
gsoc2013-evolution-80842c9583426f103fd40e73f6fc9ab20631e5cf.tar.lz
gsoc2013-evolution-80842c9583426f103fd40e73f6fc9ab20631e5cf.tar.xz
gsoc2013-evolution-80842c9583426f103fd40e73f6fc9ab20631e5cf.tar.zst
gsoc2013-evolution-80842c9583426f103fd40e73f6fc9ab20631e5cf.zip
constify return value
* backend/ebook/e-book-util.c (e_book_get_default_book_uri): constify return value svn path=/trunk/; revision=20596
Diffstat (limited to 'addressbook/backend/ebook/e-book-util.h')
-rw-r--r--addressbook/backend/ebook/e-book-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/backend/ebook/e-book-util.h b/addressbook/backend/ebook/e-book-util.h
index 3ea59df8aa..39eb135332 100644
--- a/addressbook/backend/ebook/e-book-util.h
+++ b/addressbook/backend/ebook/e-book-util.h
@@ -55,7 +55,7 @@ void e_book_use_default_book (EBookCommonCallback
void e_book_load_default_book (EBook *book,
EBookCallback open_response,
gpointer closure);
-char *e_book_get_default_book_uri (void);
+const char *e_book_get_default_book_uri (void);
/* config database interface. */
EConfigListener *e_book_get_config_database (void);