[evolution-data-server/gnome-3-16] Correct 'since' tags in D-Bus .xml files
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/gnome-3-16] Correct 'since' tags in D-Bus .xml files
- Date: Wed, 6 May 2015 09:56:31 +0000 (UTC)
commit 858b32046bf853820c05f038d2cbb84fc309c731
Author: Milan Crha <mcrha redhat com>
Date: Wed May 6 11:52:43 2015 +0200
Correct 'since' tags in D-Bus .xml files
private/org.gnome.evolution.dataserver.Source.xml | 14 +++++++-------
...ome.evolution.dataserver.Subprocess.Backend.xml | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/private/org.gnome.evolution.dataserver.Source.xml
b/private/org.gnome.evolution.dataserver.Source.xml
index cf31fa2..fba2fa5 100644
--- a/private/org.gnome.evolution.dataserver.Source.xml
+++ b/private/org.gnome.evolution.dataserver.Source.xml
@@ -14,7 +14,7 @@
<property name="UID" type="s" access="read"/>
<!-- Data: Raw key file data describing the source. -->
<property name="Data" type="s" access="read"/>
- <!-- ConnectionStatus: Current ESourceConnectionStatus of the source. @since: 3.14 -->
+ <!-- ConnectionStatus: Current ESourceConnectionStatus of the source. @since: 3.16 -->
<property name="ConnectionStatus" type="s" access="readwrite"/>
<!--
@@ -25,7 +25,7 @@
@certificate_errors: a GTlsCertificateFlags bit-or of certificate errors
@dbus_error_name: a GDBus' error name for a failed authentication
@dbus_error_message: actual error message corresponding to @dbus_error_name
- @since: 3.14
+ @since: 3.16
Emitted, when the source requires credentials, like for login, to be
able to connect to its destination. The client side may listen to it
@@ -56,7 +56,7 @@
<!--
InvokeCredentialsRequired:
- @since: 3.14
+ @since: 3.16
Invokes CredentialsRequired signal on the server side, thus it can
be received by all clients.
@@ -76,9 +76,9 @@
@certificate_errors: (out): The 'certificate_errors' argument used in the last call of
CredentialsRequired()
@dbus_error_name: (out): The 'dbus_error_name' argument used in the last call of CredentialsRequired()
@dbus_error_message: (out): The 'dbus_error_message' argument used in the last call of
CredentialsRequired()
- @since: 3.14
+ @since: 3.16
- Returns tha last arguments used to the call of CredentialsRequired().
+ Returns the last arguments used to the call of CredentialsRequired().
The values are automatically unset with the Authenticate() call.
-->
<method name="GetLastCredentialsRequiredArguments">
@@ -92,7 +92,7 @@
<!--
Authenticate:
@credentials: provided credentials, in a GKeyFile format
- @since: 3.14
+ @since: 3.16
This is a response method for a signal CredentialsRequired, when
the credentials had been obtained from a user. The @credentials is
@@ -104,7 +104,7 @@
<!--
InvokeAuthenticate:
- @since: 3.14
+ @since: 3.16
Invokes Authenticate signal on the server side, thus it can
be received by all clients (and served by backends).
diff --git a/private/org.gnome.evolution.dataserver.Subprocess.Backend.xml
b/private/org.gnome.evolution.dataserver.Subprocess.Backend.xml
index b204eef..0fbbe43 100644
--- a/private/org.gnome.evolution.dataserver.Subprocess.Backend.xml
+++ b/private/org.gnome.evolution.dataserver.Subprocess.Backend.xml
@@ -6,7 +6,7 @@
<!--
org.gnome.evolution.dataserver.Subprocess.Backend:
@short_description: Subprocess for backends objects
- @since: 3.14
+ @since: 3.16
This interface provides access to the subprocess responsible to
create a backend instance
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]