diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-04-03 14:11:34 +0200 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-04-03 16:01:29 +0200 |
commit | 81b7492074ae982f1ae130b900db61c273380a4b (patch) | |
tree | 1937102b98fca368ce5aca5b23274d748076f2da | |
parent | b0919cddbde87259613b0f9c56fb9f25b6065b12 (diff) |
Introspect a few getters
It is not always a good idea for bindings to always rely on GObject::get_property(),
it can be slow to access properties that way everytime instead of keeping
a proxy object in native language.
-rw-r--r-- | telepathy-glib/base-client.c | 6 | ||||
-rw-r--r-- | telepathy-glib/channel.c | 2 | ||||
-rw-r--r-- | telepathy-glib/dbus-tube-channel.c | 2 | ||||
-rw-r--r-- | telepathy-glib/stream-tube-channel.c | 2 | ||||
-rw-r--r-- | telepathy-glib/stream-tube-connection.c | 6 | ||||
-rw-r--r-- | telepathy-glib/text-channel.c | 8 |
6 files changed, 13 insertions, 13 deletions
diff --git a/telepathy-glib/base-client.c b/telepathy-glib/base-client.c index 5906b30a4..6f9277b5d 100644 --- a/telepathy-glib/base-client.c +++ b/telepathy-glib/base-client.c @@ -2615,7 +2615,7 @@ tp_base_client_get_object_path (TpBaseClient *self) } /** - * tp_base_client_get_name: (skip) + * tp_base_client_get_name: * @self: a #TpBaseClient * * Return the #TpBaseClient:name construct-only property, which is used as @@ -2632,7 +2632,7 @@ tp_base_client_get_name (TpBaseClient *self) } /** - * tp_base_client_get_uniquify_name: (skip) + * tp_base_client_get_uniquify_name: * @self: a #TpBaseClient * * Return the #TpBaseClient:uniquify-name construct-only property; if this @@ -2650,7 +2650,7 @@ tp_base_client_get_uniquify_name (TpBaseClient *self) } /** - * tp_base_client_get_dbus_daemon: (skip) + * tp_base_client_get_dbus_daemon: * @self: a #TpBaseClient * * Return the #TpBaseClient:dbus-daemon construct-only property, which diff --git a/telepathy-glib/channel.c b/telepathy-glib/channel.c index 3417b9203..80bc77072 100644 --- a/telepathy-glib/channel.c +++ b/telepathy-glib/channel.c @@ -2331,7 +2331,7 @@ tp_channel_init_known_interfaces (void) } /** - * tp_channel_get_requested: (skip) + * tp_channel_get_requested: * @self: a #TpChannel * * Return the #TpChannel:requested property diff --git a/telepathy-glib/dbus-tube-channel.c b/telepathy-glib/dbus-tube-channel.c index 3ce22c2be..28a9524f4 100644 --- a/telepathy-glib/dbus-tube-channel.c +++ b/telepathy-glib/dbus-tube-channel.c @@ -474,7 +474,7 @@ _tp_dbus_tube_channel_new_with_factory ( } /** - * tp_dbus_tube_channel_get_service_name: (skip) + * tp_dbus_tube_channel_get_service_name: * @self: a #TpDBusTubeChannel * * Return the #TpDBusTubeChannel:service-name property diff --git a/telepathy-glib/stream-tube-channel.c b/telepathy-glib/stream-tube-channel.c index 35aa6dd41..26c6afc47 100644 --- a/telepathy-glib/stream-tube-channel.c +++ b/telepathy-glib/stream-tube-channel.c @@ -1511,7 +1511,7 @@ tp_stream_tube_channel_offer_finish (TpStreamTubeChannel *self, } /** - * tp_stream_tube_channel_get_service: (skip) + * tp_stream_tube_channel_get_service: * @self: a #TpStreamTubeChannel * * Return the #TpStreamTubeChannel:service property diff --git a/telepathy-glib/stream-tube-connection.c b/telepathy-glib/stream-tube-connection.c index 67e657341..a179042af 100644 --- a/telepathy-glib/stream-tube-connection.c +++ b/telepathy-glib/stream-tube-connection.c @@ -269,7 +269,7 @@ _tp_stream_tube_connection_new ( } /** - * tp_stream_tube_connection_get_socket_connection: (skip) + * tp_stream_tube_connection_get_socket_connection: * @self: a #TpStreamTubeConnection * * Return the #TpStreamTubeConnection:socket-connection property @@ -285,7 +285,7 @@ tp_stream_tube_connection_get_socket_connection (TpStreamTubeConnection *self) } /** - * tp_stream_tube_connection_get_channel: (skip) + * tp_stream_tube_connection_get_channel: * @self: a #TpStreamTubeConnection * * Return the #TpStreamTubeConnection:channel property @@ -302,7 +302,7 @@ tp_stream_tube_connection_get_channel ( } /** - * tp_stream_tube_connection_get_contact: (skip) + * tp_stream_tube_connection_get_contact: * @self: a #TpStreamTubeConnection * * Return the #TpStreamTubeConnection:contact property diff --git a/telepathy-glib/text-channel.c b/telepathy-glib/text-channel.c index 46798b88f..2b2fce6e6 100644 --- a/telepathy-glib/text-channel.c +++ b/telepathy-glib/text-channel.c @@ -1093,7 +1093,7 @@ _tp_text_channel_new_with_factory ( } /** - * tp_text_channel_get_supported_content_types: (skip) + * tp_text_channel_get_supported_content_types: * @self: a #TpTextChannel * * Return the #TpTextChannel:supported-content-types property @@ -1112,7 +1112,7 @@ tp_text_channel_get_supported_content_types (TpTextChannel *self) } /** - * tp_text_channel_get_message_part_support_flags: (skip) + * tp_text_channel_get_message_part_support_flags: * @self: a #TpTextChannel * * Return the #TpTextChannel:message-part-support-flags property @@ -1131,7 +1131,7 @@ tp_text_channel_get_message_part_support_flags ( } /** - * tp_text_channel_get_delivery_reporting_support: (skip) + * tp_text_channel_get_delivery_reporting_support: * @self: a #TpTextChannel * * Return the #TpTextChannel:delivery-reporting-support property @@ -1563,7 +1563,7 @@ tp_text_channel_set_chat_state_finish (TpTextChannel *self, } /** - * tp_text_channel_get_message_types: (skip) + * tp_text_channel_get_message_types: * @self: a #TpTextChannel * * Return the #TpTextChannel:message-types property |