diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-04-20 15:46:11 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-04-20 15:46:11 +0100 |
commit | f9dc7cc6b6df6a91a35a4ab400b1745d9883338f (patch) | |
tree | 07216971889f5306bf014fbb188662d764953abd | |
parent | 9a041e7c98c20aeb6802d9fac00f88df353be6f0 (diff) |
Add/update version annotations
-rw-r--r-- | telepathy-glib/account-manager.c | 2 | ||||
-rw-r--r-- | telepathy-glib/account.c | 2 | ||||
-rw-r--r-- | telepathy-glib/base-connection-manager.c | 4 | ||||
-rw-r--r-- | telepathy-glib/base-connection.c | 8 | ||||
-rw-r--r-- | telepathy-glib/capabilities.c | 12 | ||||
-rw-r--r-- | telepathy-glib/channel.c | 10 | ||||
-rw-r--r-- | telepathy-glib/connection-manager.c | 16 | ||||
-rw-r--r-- | telepathy-glib/connection.c | 10 | ||||
-rw-r--r-- | telepathy-glib/contact.c | 6 | ||||
-rw-r--r-- | telepathy-glib/dbus-daemon.c | 4 | ||||
-rw-r--r-- | telepathy-glib/extra-gtkdoc.h | 4 | ||||
-rw-r--r-- | telepathy-glib/intset.c | 2 | ||||
-rw-r--r-- | telepathy-glib/proxy.c | 10 | ||||
-rw-r--r-- | telepathy-glib/util.c | 10 |
14 files changed, 73 insertions, 27 deletions
diff --git a/telepathy-glib/account-manager.c b/telepathy-glib/account-manager.c index 00fa79190..aac3f069d 100644 --- a/telepathy-glib/account-manager.c +++ b/telepathy-glib/account-manager.c @@ -1203,7 +1203,7 @@ tp_account_manager_is_prepared (TpAccountManager *manager, * operation is finished. Instead, it will simply set @features on @manager. * Note that if @callback is %NULL, then @user_data must also be %NULL. * - * In version 0.11.UNRELEASED or later, this is equivalent to calling + * In version 0.11.3 or later, this is equivalent to calling * tp_proxy_prepare_async() with the same arguments. * * Since: 0.9.0 diff --git a/telepathy-glib/account.c b/telepathy-glib/account.c index cd1d85bf1..a6f1895a6 100644 --- a/telepathy-glib/account.c +++ b/telepathy-glib/account.c @@ -2422,7 +2422,7 @@ tp_account_is_prepared (TpAccount *account, * operation is finished. Instead, it will simply set @features on @manager. * Note that if @callback is %NULL, then @user_data must also be %NULL. * - * Since 0.11.UNRELEASED, this is equivalent to calling the new function + * Since 0.11.3, this is equivalent to calling the new function * tp_proxy_prepare_async() with the same arguments. * * Since: 0.9.0 diff --git a/telepathy-glib/base-connection-manager.c b/telepathy-glib/base-connection-manager.c index 828ccd623..c2bdbe701 100644 --- a/telepathy-glib/base-connection-manager.c +++ b/telepathy-glib/base-connection-manager.c @@ -360,7 +360,7 @@ tp_base_connection_manager_class_init (TpBaseConnectionManagerClass *klass) * warning will be logged with g_warning(), and this property will remain * %NULL. * - * Since: 0.11.UNRELEASED + * Since: 0.11.3 */ g_object_class_install_property (object_class, PROP_DBUS_DAEMON, g_param_spec_object ("dbus-daemon", "D-Bus daemon", @@ -1202,6 +1202,8 @@ tp_cm_param_filter_string_nonempty (const TpCMParamSpec *paramspec, * Returns: (transfer none): the value of the * #TpBaseConnectionManager:dbus-daemon property. The caller must reference * the returned object with g_object_ref() if it will be kept. + * + * Since: 0.11.3 */ TpDBusDaemon * tp_base_connection_manager_get_dbus_daemon (TpBaseConnectionManager *self) diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c index c6bf50ea2..e919698a7 100644 --- a/telepathy-glib/base-connection.c +++ b/telepathy-glib/base-connection.c @@ -1476,7 +1476,7 @@ tp_base_connection_class_init (TpBaseConnectionClass *klass) * The set of D-Bus interfaces available on this Connection, other than * Connection itself. * - * Since: 0.11.UNRELEASED + * Since: 0.11.3 */ param_spec = g_param_spec_boxed ("interfaces", "Connection.Interfaces", @@ -1495,7 +1495,7 @@ tp_base_connection_class_init (TpBaseConnectionClass *klass) * * The #GObject::notify signal is not currently emitted for this property. * - * Since: 0.11.UNRELEASED + * Since: 0.11.3 */ param_spec = g_param_spec_uint ("dbus-status", "Connection.Status", @@ -1516,7 +1516,7 @@ tp_base_connection_class_init (TpBaseConnectionClass *klass) * tp_dbus_daemon_dup() just after it is constructed; if this fails, this * property will remain %NULL, and tp_base_connection_register() will fail. * - * Since: 0.11.UNRELEASED + * Since: 0.11.3 */ g_object_class_install_property (object_class, PROP_DBUS_DAEMON, g_param_spec_object ("dbus-daemon", "D-Bus daemon", @@ -3410,6 +3410,8 @@ tp_base_connection_register_with_contacts_mixin (TpBaseConnection *self) * Returns: (transfer none): the value of the * #TpBaseConnectionManager:dbus-daemon property. The caller must reference * the returned object with g_object_ref() if it will be kept. + * + * Since: 0.11.3 */ TpDBusDaemon * tp_base_connection_get_dbus_daemon (TpBaseConnection *self) diff --git a/telepathy-glib/capabilities.c b/telepathy-glib/capabilities.c index a360344dc..3b1bdd54e 100644 --- a/telepathy-glib/capabilities.c +++ b/telepathy-glib/capabilities.c @@ -37,7 +37,7 @@ * #TpCapabilities objects represent the capabilities a #TpConnection * or a #TpContact supports. * - * Since: 0.11.UNRELEASED + * Since: 0.11.3 */ /** @@ -45,7 +45,7 @@ * * An object representing capabilities a #TpConnection or #TpContact supports. * - * Since: 0.11.UNRELEASED + * Since: 0.11.3 */ struct _TpCapabilitiesClass { @@ -80,7 +80,7 @@ struct _TpCapabilitiesPrivate { * * Returns: the same #GPtrArray as the #TpCapabilities:channel-classes property * - * Since: 0.11.UNRELEASED + * Since: 0.11.3 */ GPtrArray * tp_capabilities_get_channel_classes (TpCapabilities *self) @@ -98,7 +98,7 @@ tp_capabilities_get_channel_classes (TpCapabilities *self) * * Returns: the same #gboolean as the #TpCapabilities:contact-specific property * - * Since: 0.11.UNRELEASED + * Since: 0.11.3 */ gboolean tp_capabilities_is_specific_to_contact (TpCapabilities *self) @@ -317,7 +317,7 @@ supports_simple_channel (TpCapabilities *self, * HandleTypeContact as TargetHandleType and a contact identifier can be * expected to work, %FALSE otherwise. * - * Since: 0.11.UNRELEASED + * Since: 0.11.3 */ gboolean tp_capabilities_supports_text_chats (TpCapabilities *self) @@ -346,7 +346,7 @@ tp_capabilities_supports_text_chats (TpCapabilities *self) * HandleTypeRoom as TargetHandleType and a channel identifier can be * expected to work, %FALSE otherwise. * - * Since: 0.11.UNRELEASED + * Since: 0.11.3 */ gboolean tp_capabilities_supports_text_chatrooms (TpCapabilities *self) diff --git a/telepathy-glib/channel.c b/telepathy-glib/channel.c index 163a25d70..ceacc372c 100644 --- a/telepathy-glib/channel.c +++ b/telepathy-glib/channel.c @@ -139,7 +139,7 @@ G_DEFINE_TYPE_WITH_CODE (TpChannel, * One can ask for a feature to be prepared using the * tp_proxy_prepare_async() function, and waiting for it to callback. * - * Since: 0.11.UNRELEASED + * Since: 0.11.3 */ GQuark @@ -169,7 +169,7 @@ tp_channel_get_feature_quark_core (void) * One can ask for a feature to be prepared using the * tp_proxy_prepare_async() function, and waiting for it to callback. * - * Since: 0.11.UNRELEASED + * Since: 0.11.3 */ GQuark @@ -190,7 +190,7 @@ tp_channel_get_feature_quark_group (void) * One can ask for a feature to be prepared using the * tp_proxy_prepare_async() function, and waiting for it to callback. * - * Since: 0.11.UNRELEASED + * Since: 0.11.3 */ GQuark @@ -444,7 +444,7 @@ tp_channel_get_property (GObject *object, * * Returns: the chat state for @contact, or %TP_CHANNEL_CHAT_STATE_INACTIVE * if their chat state is not known - * Since: 0.11.UNRELEASED + * Since: 0.11.3 */ TpChannelChatState tp_channel_get_chat_state (TpChannel *self, @@ -1631,7 +1631,7 @@ tp_channel_class_init (TpChannelClass *klass) * Emitted when a contact's chat state changes after tp_proxy_prepare_async() * has finished preparing the feature %TP_CHANNEL_FEATURE_CHAT_STATES. * - * Since: 0.11.UNRELEASED + * Since: 0.11.3 */ signals[SIGNAL_CHAT_STATE_CHANGED] = g_signal_new ("chat-state-changed", G_OBJECT_CLASS_TYPE (klass), diff --git a/telepathy-glib/connection-manager.c b/telepathy-glib/connection-manager.c index e2fd0cd3f..40868743e 100644 --- a/telepathy-glib/connection-manager.c +++ b/telepathy-glib/connection-manager.c @@ -63,7 +63,7 @@ * * Signature of the callback supplied to tp_list_connection_managers(). * - * Since 0.11.UNRELEASED, tp_list_connection_managers() will + * Since 0.11.3, tp_list_connection_managers() will * wait for %TP_CONNECTION_MANAGER_FEATURE_CORE to be prepared (so * tp_connection_manager_is_prepared() will return %TRUE) on each * connection manager passed to @callback, unless an error occurred while @@ -86,7 +86,7 @@ * One can ask for a feature to be prepared using the * tp_proxy_prepare_async() function, and waiting for it to callback. * - * Since: 0.11.UNRELEASED + * Since: 0.11.3 */ GQuark @@ -282,6 +282,8 @@ _tp_connection_manager_param_free_contents (TpConnectionManagerParam *param) * * Returns: a newly (slice) allocated #TpConnectionManagerParam, free with * tp_connection_manager_param_free() + * + * Since: 0.11.3 */ TpConnectionManagerParam * tp_connection_manager_param_copy (const TpConnectionManagerParam *in) @@ -299,6 +301,8 @@ tp_connection_manager_param_copy (const TpConnectionManagerParam *in) * @param: the #TpConnectionManagerParam to free * * Frees @param, which was copied with tp_connection_manager_param_copy(). + * + * Since: 0.11.3 */ void tp_connection_manager_param_free (TpConnectionManagerParam *param) @@ -317,6 +321,8 @@ tp_connection_manager_param_free (TpConnectionManagerParam *param) * * Returns: a newly (slice) allocated #TpConnectionManagerProtocol, free with * tp_connection_manager_protocol_free() + * + * Since: 0.11.3 */ TpConnectionManagerProtocol * tp_connection_manager_protocol_copy (const TpConnectionManagerProtocol *in) @@ -347,6 +353,8 @@ tp_connection_manager_protocol_copy (const TpConnectionManagerProtocol *in) * @proto: the #TpConnectionManagerProtocol to free * * Frees @proto, which was copied with tp_connection_manager_protocol_copy(). + * + * Since: 0.11.3 */ void tp_connection_manager_protocol_free (TpConnectionManagerProtocol *proto) @@ -370,6 +378,8 @@ tp_connection_manager_protocol_free (TpConnectionManagerProtocol *proto) * TP_TYPE_CONNECTION_MANAGER_PARAM: * * The boxed type of a #TpConnectionManagerParam. + * + * Since: 0.11.3 */ @@ -394,6 +404,8 @@ tp_connection_manager_param_get_type (void) * TP_TYPE_CONNECTION_MANAGER_PROTOCOL: * * The boxed type of a #TpConnectionManagerProtocol. + * + * Since: 0.11.3 */ diff --git a/telepathy-glib/connection.c b/telepathy-glib/connection.c index 50afcdeb2..87af29a59 100644 --- a/telepathy-glib/connection.c +++ b/telepathy-glib/connection.c @@ -97,7 +97,7 @@ * One can ask for a feature to be prepared using the * tp_proxy_prepare_async() function, and waiting for it to callback. * - * Since: 0.11.UNRELEASED + * Since: 0.11.3 */ GQuark @@ -137,7 +137,7 @@ tp_connection_get_feature_quark_core (void) * One can ask for a feature to be prepared using the * tp_proxy_prepare_async() function, and waiting for it to callback. * - * Since: 0.11.UNRELEASED + * Since: 0.11.3 */ GQuark @@ -159,7 +159,7 @@ tp_connection_get_feature_quark_connected (void) * One can ask for a feature to be prepared using the * tp_proxy_prepare_async() function, and waiting for it to callback. * - * Since: 0.11.UNRELEASED + * Since: 0.11.3 */ GQuark @@ -1016,7 +1016,7 @@ tp_connection_class_init (TpConnectionClass *klass) * To wait for a valid status (and other properties), call * tp_proxy_prepare_async() with the feature %TP_CONNECTION_FEATURE_CORE. * - * Since version 0.11.UNRELEASED, the change to status + * Since version 0.11.3, the change to status * %TP_CONNECTION_STATUS_CONNECTED is delayed slightly, until introspection * of the connection has finished. */ @@ -1897,7 +1897,7 @@ tp_connection_is_ready (TpConnection *self) * * Returns: the same #TpCapabilities as the #TpConnection:capabilities * property - * Since: 0.11.UNRELEASED + * Since: 0.11.3 */ TpCapabilities * tp_connection_get_capabilities (TpConnection *self) diff --git a/telepathy-glib/contact.c b/telepathy-glib/contact.c index 736946b54..a2cbc23f6 100644 --- a/telepathy-glib/contact.c +++ b/telepathy-glib/contact.c @@ -89,7 +89,7 @@ struct _TpContact { * #TpContact:presence-status and #TpContact:presence-message * @TP_CONTACT_FEATURE_LOCATION: #TpContact:location (available since 0.11.1) * @TP_CONTACT_FEATURE_CAPABILITIES: #TpContact:capabilities - * (available since 0.11.UNRELEASED) + * (available since 0.11.3) * @NUM_TP_CONTACT_FEATURES: 1 higher than the highest TpContactFeature * supported by this version of telepathy-glib * @@ -397,7 +397,7 @@ tp_contact_get_location (TpContact *self) * Returns: the same #TpCapabilities (or %NULL) as the * #TpContact:capabilities property * - * Since: 0.11.UNRELEASED + * Since: 0.11.3 */ TpCapabilities * tp_contact_get_capabilities (TpContact *self) @@ -730,7 +730,7 @@ tp_contact_class_init (TpContactClass *klass) * This may be %NULL if this #TpContact object has not been set up to track * %TP_CONTACT_FEATURE_CAPABILITIES. * - * Since: 0.11.UNRELEASED + * Since: 0.11.3 */ param_spec = g_param_spec_object ("capabilities", "Capabilities", diff --git a/telepathy-glib/dbus-daemon.c b/telepathy-glib/dbus-daemon.c index 6e28f7caa..7c63b1302 100644 --- a/telepathy-glib/dbus-daemon.c +++ b/telepathy-glib/dbus-daemon.c @@ -922,6 +922,8 @@ tp_dbus_daemon_release_name (TpDBusDaemon *self, * * Export @object at @object_path. This is a convenience wrapper around * dbus_g_connection_register_g_object(), and behaves similarly. + * + * Since: 0.11.3 */ void tp_dbus_daemon_register_object (TpDBusDaemon *self, @@ -946,6 +948,8 @@ tp_dbus_daemon_register_object (TpDBusDaemon *self, * * Stop exporting @object on D-Bus. This is a convenience wrapper around * dbus_g_connection_unregister_g_object(), and behaves similarly. + * + * Since: 0.11.3 */ void tp_dbus_daemon_unregister_object (TpDBusDaemon *self, diff --git a/telepathy-glib/extra-gtkdoc.h b/telepathy-glib/extra-gtkdoc.h index b6f8ccafe..84ddb8da6 100644 --- a/telepathy-glib/extra-gtkdoc.h +++ b/telepathy-glib/extra-gtkdoc.h @@ -650,6 +650,8 @@ * * This section documents the auto-generated C wrappers for the * Balance interface, used with #TpConnection objects. + * + * Since: 0.11.0 */ /** @@ -665,4 +667,6 @@ * * This section documents the auto-generated C wrappers for the * ContactInfo interface, used with #TpConnection objects. + * + * Since: 0.11.3 */ diff --git a/telepathy-glib/intset.c b/telepathy-glib/intset.c index d6cf8061d..d4bad045a 100644 --- a/telepathy-glib/intset.c +++ b/telepathy-glib/intset.c @@ -44,6 +44,8 @@ * TP_TYPE_INTSET: * * The boxed type of a #TpIntSet. + * + * Since: 0.11.3 */ GType diff --git a/telepathy-glib/proxy.c b/telepathy-glib/proxy.c index e223a4c79..517b92f00 100644 --- a/telepathy-glib/proxy.c +++ b/telepathy-glib/proxy.c @@ -200,6 +200,8 @@ tp_dbus_errors_quark (void) * * Structure representing a feature. This is currently opaque to code outside * telepathy-glib itself. + * + * Since: 0.11.3 */ /** @@ -211,6 +213,8 @@ tp_dbus_errors_quark (void) * implement this. * * Returns: an array of feature descriptions + * + * Since: 0.11.3 */ typedef struct _TpProxyErrorMappingLink TpProxyErrorMappingLink; @@ -1455,6 +1459,8 @@ cont: * To prepare features, call tp_proxy_prepare_async(). * * Returns: %TRUE if @feature has been prepared successfully + * + * Since: 0.11.3 */ gboolean tp_proxy_is_prepared (gpointer self, @@ -1563,6 +1569,8 @@ _tp_proxy_is_preparing (gpointer self, * features when instantiated, and features will sometimes become prepared as * a side-effect of other actions, but to ensure that a feature is present you * must generally call tp_proxy_prepare_async() and wait for the result. + * + * Since: 0.11.3 */ void tp_proxy_prepare_async (gpointer self, @@ -1645,6 +1653,8 @@ finally: * * Returns: %FALSE (setting @error) if tp_proxy_prepare_async() failed * or was cancelled + * + * Since: 0.11.3 */ gboolean tp_proxy_prepare_finish (gpointer self, diff --git a/telepathy-glib/util.c b/telepathy-glib/util.c index 8468050ef..27bb7997c 100644 --- a/telepathy-glib/util.c +++ b/telepathy-glib/util.c @@ -1148,6 +1148,8 @@ tp_value_array_unpack (GValueArray *array, * * If more than one piece of auxiliary data is required, the @user_data * argument to the constructor can be a struct or a #GValueArray. + * + * Since: 0.11.3 */ struct _TpWeakRef { /*<private>*/ @@ -1168,6 +1170,8 @@ struct _TpWeakRef { * Returns: a new weak-reference wrapper * * Free-function: tp_weak_ref_destroy() + * + * Since: 0.11.3 */ TpWeakRef * tp_weak_ref_new (gpointer object, @@ -1194,6 +1198,8 @@ tp_weak_ref_new (gpointer object, * * Returns: the additional data supplied in tp_weak_ref_new(), which may be * %NULL + * + * Since: 0.11.3 */ gpointer tp_weak_ref_get_user_data (TpWeakRef *self) @@ -1209,6 +1215,8 @@ tp_weak_ref_get_user_data (TpWeakRef *self) * it. Otherwise, return %NULL. * * Returns: (type Object) (transfer full): a new reference, or %NULL + * + * Since: 0.11.3 */ gpointer tp_weak_ref_dup_object (TpWeakRef *self) @@ -1226,6 +1234,8 @@ tp_weak_ref_dup_object (TpWeakRef *self) * Free a weak reference wrapper. This drops the weak reference to the * object (if it still exists), and frees the user data with the user-supplied * destructor function if one was provided. + * + * Since: 0.11.3 */ void tp_weak_ref_destroy (TpWeakRef *self) |