[evolution-kolab/ek-wip-porting-imapx: 108/109] CamelIMAPXConnManager: friend API naming fix
- From: Christian Hilberg <chilberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab/ek-wip-porting-imapx: 108/109] CamelIMAPXConnManager: friend API naming fix
- Date: Thu, 2 Feb 2012 18:24:25 +0000 (UTC)
commit 841ce08a13cb7a0a706fbc86da4bc6487012f3d2
Author: Christian Hilberg <hilberg kernelconcepts de>
Date: Thu Feb 2 19:17:24 2012 +0100
CamelIMAPXConnManager: friend API naming fix
* now exporting the (internal) CamelIMAPXConnManager
find_connection function with _unlocked() suffix
(internal function has been renamed)
.../imapx/camel-imapx-conn-manager-friend.h | 4 ++--
.../providers/imapx/camel-imapx-conn-manager.c | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/camel/providers/imapx/camel-imapx-conn-manager-friend.h b/src/camel/providers/imapx/camel-imapx-conn-manager-friend.h
index c0eb21f..6ba59e1 100644
--- a/src/camel/providers/imapx/camel-imapx-conn-manager-friend.h
+++ b/src/camel/providers/imapx/camel-imapx-conn-manager-friend.h
@@ -38,8 +38,8 @@
/*----------------------------------------------------------------------------*/
CamelIMAPXServer*
-camel_imapx_conn_manager_find_connection (CamelIMAPXConnManager *con_man,
- const gchar *folder_name);
+camel_imapx_conn_manager_find_connection_unlocked (CamelIMAPXConnManager *con_man,
+ const gchar *folder_name);
/*----------------------------------------------------------------------------*/
diff --git a/src/camel/providers/imapx/camel-imapx-conn-manager.c b/src/camel/providers/imapx/camel-imapx-conn-manager.c
index 5b16d9b..504fcef 100644
--- a/src/camel/providers/imapx/camel-imapx-conn-manager.c
+++ b/src/camel/providers/imapx/camel-imapx-conn-manager.c
@@ -733,8 +733,8 @@ camel_imapx_conn_manager_close_connections (CamelIMAPXConnManager *con_man)
#include "camel-imapx-conn-manager-friend.h"
CamelIMAPXServer*
-camel_imapx_conn_manager_find_connection (CamelIMAPXConnManager *con_man,
- const gchar *folder_name)
+camel_imapx_conn_manager_find_connection_unlocked (CamelIMAPXConnManager *con_man,
+ const gchar *folder_name)
{
- return imapx_find_connection (con_man, folder_name);
+ return imapx_find_connection_unlocked (con_man, folder_name);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]