[evolution-data-server] ESource: Fix a compiler warning.



commit fa2da02c05c06bc4bcd9345649a7c23817bfffd5
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu May 2 08:55:40 2013 -0400

    ESource: Fix a compiler warning.

 libedataserver/e-source.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/libedataserver/e-source.c b/libedataserver/e-source.c
index 5c38da8..3384060 100644
--- a/libedataserver/e-source.c
+++ b/libedataserver/e-source.c
@@ -162,6 +162,11 @@ static guint signals[LAST_SIGNAL];
 /* Forward Declarations */
 static void    e_source_initable_init          (GInitableIface *interface);
 
+/* Private function shared only with ESourceRegistry. */
+void           __e_source_private_replace_dbus_object
+                                               (ESource *source,
+                                                GDBusObject *dbus_object);
+
 G_DEFINE_TYPE_WITH_CODE (
        ESource,
        e_source,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]