[libgda] Fix annotations for connection string parsing
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Fix annotations for connection string parsing
- Date: Fri, 5 Oct 2018 13:23:55 +0000 (UTC)
commit e5989fe200d26536cb685467de9742fbd02ca9fa
Author: Daniel Espinosa <esodan gmail com>
Date: Fri Oct 5 08:23:22 2018 -0500
Fix annotations for connection string parsing
libgda/gda-util.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libgda/gda-util.c b/libgda/gda-util.c
index e3482c069..c124f8c91 100644
--- a/libgda/gda-util.c
+++ b/libgda/gda-util.c
@@ -2876,10 +2876,10 @@ gda_dsn_split (const gchar *string, gchar **out_dsn, gchar **out_username, gchar
/**
* gda_connection_string_split:
* @string: a string in the
"[<provider>://][<username>[:<password>]@]<connection_params>" form
- * @out_cnc_params: a place to store the new string containing the <connection_params> part
- * @out_provider: a place to store the new string containing the <provider> part
- * @out_username: a place to store the new string containing the <username> part
- * @out_password: (allow-none): a place to store the new string containing the <password> part, or
%NULL
+ * @out_cnc_params: (out): a place to store the new string containing the <connection_params> part
+ * @out_provider: (out): a place to store the new string containing the <provider> part
+ * @out_username: (out): a place to store the new string containing the <username> part
+ * @out_password: (out): (allow-none): a place to store the new string containing the <password> part,
or %NULL
*
* Extract the provider, connection parameters, username and password from @string.
* in @string, the various parts are strings
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]