[evolution-data-server] M!12 - libedataserver: Fix annoations syntax
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] M!12 - libedataserver: Fix annoations syntax
- Date: Mon, 11 Mar 2019 11:57:23 +0000 (UTC)
commit 1d61d0e3dd3659c44ef1f528968db7686f0eb723
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date: Thu Mar 7 03:25:32 2019 +0100
M!12 - libedataserver: Fix annoations syntax
Remove the extra colon, that will block the parsing of part of the
annotation, leading to wrong introspection metadata.
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/merge_requests/12
src/libedataserver/e-client.c | 4 ++--
src/libedataserverui/e-credentials-prompter.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/libedataserver/e-client.c b/src/libedataserver/e-client.c
index 6e6a6af86..23ae880b1 100644
--- a/src/libedataserver/e-client.c
+++ b/src/libedataserver/e-client.c
@@ -1909,7 +1909,7 @@ e_client_wait_for_connected (EClient *client,
* e_client_wait_for_connected_finish:
* @client: an #EClient
* @result: a #GAsyncResult
- * @error: (out): (allow-none): a #GError to set an error, or %NULL
+ * @error: (out) (allow-none): a #GError to set an error, or %NULL
*
* Finishes previous call of e_client_wait_for_connected().
*
@@ -1957,7 +1957,7 @@ client_wait_for_connected_notify_cb (ESource *source,
* @client: an #EClient
* @timeout_seconds: a timeout for the wait, in seconds
* @cancellable: (allow-none): a #GCancellable; or %NULL
- * @error: (out): (allow-none): a #GError to set an error, or %NULL
+ * @error: (out) (allow-none): a #GError to set an error, or %NULL
*
* Synchronously waits until the @client is connected (according
* to @ESource::connection-status property), but not longer than @timeout_seconds.
diff --git a/src/libedataserverui/e-credentials-prompter.c b/src/libedataserverui/e-credentials-prompter.c
index 840b7e949..f1baa205c 100644
--- a/src/libedataserverui/e-credentials-prompter.c
+++ b/src/libedataserverui/e-credentials-prompter.c
@@ -1643,7 +1643,7 @@ e_credentials_prompter_prompt (ECredentialsPrompter *prompter,
* e_credentials_prompter_prompt_finish:
* @prompter: an #ECredentialsPrompter
* @result: a #GAsyncResult
- * @out_source: (transfer full): (allow-none): optionally set to an #ESource, on which the prompt was
started; can be %NULL
+ * @out_source: (transfer full) (allow-none): optionally set to an #ESource, on which the prompt was
started; can be %NULL
* @out_credentials: (transfer full): set to an #ENamedParameters with provied credentials
* @error: return location for a #GError, or %NULL
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]