[evolution-data-server] Mark two functions static
- From: Kjartan Maraas <kmaraas src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Mark two functions static
- Date: Fri, 25 Sep 2009 20:06:19 +0000 (UTC)
commit 3575be66fbbfd737d9350de9808252c451cc2a6b
Author: Kjartan Maraas <kmaraas gnome org>
Date: Fri Sep 25 22:05:05 2009 +0200
Mark two functions static
addressbook/libebook/e-destination.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/addressbook/libebook/e-destination.c b/addressbook/libebook/e-destination.c
index 83b21d7..ef12067 100644
--- a/addressbook/libebook/e-destination.c
+++ b/addressbook/libebook/e-destination.c
@@ -1151,7 +1151,7 @@ e_destination_get_textrepv (EDestination **destv)
*
* Return value: Pointer to the root node of the XML tree.
**/
-xmlNodePtr
+static xmlNodePtr
e_destination_xml_encode (const EDestination *dest)
{
xmlNodePtr dest_node;
@@ -1234,7 +1234,7 @@ e_destination_xml_encode (const EDestination *dest)
*
* Return value: %TRUE if the XML tree was well-formed, %FALSE otherwise.
**/
-gboolean
+static gboolean
e_destination_xml_decode (EDestination *dest, xmlNodePtr node)
{
gchar *name = NULL, *email = NULL, *source_uid = NULL, *card_uid = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]