[evolution-data-server] Correct developer documentation for camel_provider_list()



commit 7d9f0ee58813940b1b7cb31e35a7e100133d0a2c
Author: Milan Crha <mcrha redhat com>
Date:   Thu Apr 16 15:03:02 2015 +0200

    Correct developer documentation for camel_provider_list()

 camel/camel-provider.c |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/camel/camel-provider.c b/camel/camel-provider.c
index dc30a1f..62ec6a8 100644
--- a/camel/camel-provider.c
+++ b/camel/camel-provider.c
@@ -321,13 +321,11 @@ add_to_list (gpointer key,
 }
 
 /**
- * camel_session_list_providers:
- * @session: the session
+ * camel_provider_list:
  * @load: whether or not to load in providers that are not already loaded
  *
- * This returns a list of available providers in this session. If @load
- * is %TRUE, it will first load in all available providers that haven't
- * yet been loaded.
+ * This returns a list of available providers. If @load is %TRUE, it will
+ * first load in all available providers that haven't yet been loaded.
  *
  * Free the returned list with g_list_free().  The #CamelProvider structs
  * in the list are owned by Camel and should not be modified or freed.


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