[evolution-data-server/gnome-3-8] ESource: Fix a compiler warning.



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

    ESource: Fix a compiler warning.
    
    (cherry picked from commit fa2da02c05c06bc4bcd9345649a7c23817bfffd5)

 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 98a6146..1df1ddf 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]