summaryrefslogtreecommitdiff
path: root/telepathy-glib
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-03-18 11:01:57 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-03-18 12:15:05 +0100
commit3f02fdc0fd182e5f058507f966658ac89c1cdd85 (patch)
treed0da13a9e4c9fd22cd4707f48a30c4da835e75b1 /telepathy-glib
parentbee5b30275907199e284625311bcd4fa6fc3097f (diff)
downloadtelepathy-glib-3f02fdc0fd182e5f058507f966658ac89c1cdd85.tar.gz
Diffstat (limited to 'telepathy-glib')
-rw-r--r--telepathy-glib/abi.am1
-rw-r--r--telepathy-glib/protocol.c6
-rw-r--r--telepathy-glib/protocol.h2
-rw-r--r--telepathy-glib/versions/0.23.3.abi6
4 files changed, 12 insertions, 3 deletions
diff --git a/telepathy-glib/abi.am b/telepathy-glib/abi.am
index a503f5615..04e0effe2 100644
--- a/telepathy-glib/abi.am
+++ b/telepathy-glib/abi.am
@@ -99,6 +99,7 @@ ABI_LISTS = \
versions/0.23.0.abi \
versions/0.23.1.abi \
versions/0.23.2.abi \
+ versions/0.23.3.abi \
$(NULL)
# The quoting here is unnecessary but harmless, and has the useful side-effect
diff --git a/telepathy-glib/protocol.c b/telepathy-glib/protocol.c
index c238d49d4..b63730cd1 100644
--- a/telepathy-glib/protocol.c
+++ b/telepathy-glib/protocol.c
@@ -769,7 +769,7 @@ tp_protocol_class_init (TpProtocolClass *klass)
* will both be unavailable, and this #TpProtocol object will only be useful
* as a way to access lower-level D-Bus calls.
*
- * Since: UNRELEASED
+ * Since: 0.23.3
*/
g_object_class_install_property (object_class,
PROP_PROTOCOL_PROPERTIES_VARDICT,
@@ -1030,7 +1030,7 @@ finally:
*
* Returns: a new protocol proxy, or %NULL on invalid arguments
*
- * Since: 0.UNRELEASED
+ * Since: 0.23.3
*/
TpProtocol *
tp_protocol_new_vardict (TpDBusDaemon *dbus,
@@ -2422,7 +2422,7 @@ tp_protocol_dup_presence_statuses (TpProtocol *self)
*
* Returns: (transfer full): the value of
* #TpProtocol:protocol-properties-vardict
- * Since: UNRELEASED
+ * Since: 0.23.3
*/
GVariant *
tp_protocol_dup_immutable_properties (TpProtocol *self)
diff --git a/telepathy-glib/protocol.h b/telepathy-glib/protocol.h
index 22cf5ff9a..c4f2c87a9 100644
--- a/telepathy-glib/protocol.h
+++ b/telepathy-glib/protocol.h
@@ -81,6 +81,7 @@ TpProtocol *tp_protocol_new (TpDBusDaemon *dbus, const gchar *cm_name,
const gchar *protocol_name, const GHashTable *immutable_properties,
GError **error);
+_TP_AVAILABLE_IN_0_24
TpProtocol * tp_protocol_new_vardict (TpDBusDaemon *dbus,
const gchar *cm_name,
const gchar *protocol_name,
@@ -108,6 +109,7 @@ GStrv tp_protocol_dup_param_names (TpProtocol *self) G_GNUC_WARN_UNUSED_RESULT;
_TP_AVAILABLE_IN_0_18
GList *tp_protocol_dup_params (TpProtocol *self) G_GNUC_WARN_UNUSED_RESULT;
+_TP_AVAILABLE_IN_0_24
GVariant * tp_protocol_dup_immutable_properties (TpProtocol *self);
#ifndef TP_DISABLE_DEPRECATED
diff --git a/telepathy-glib/versions/0.23.3.abi b/telepathy-glib/versions/0.23.3.abi
new file mode 100644
index 000000000..b1e304c6d
--- /dev/null
+++ b/telepathy-glib/versions/0.23.3.abi
@@ -0,0 +1,6 @@
+Version: TELEPATHY_GLIB_0.23.3
+Extends: TELEPATHY_GLIB_0.23.2
+Release: 0.23.3
+
+tp_protocol_dup_immutable_properties
+tp_protocol_new_vardict