summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-04-03 14:11:34 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-04-03 16:17:03 +0200
commitc93cd8f2bbb9c8888ba3a4ad153a485e33568a4c (patch)
tree2b9e4bcb54be7758c01ccc03506d9cbfc49216ef
parent0dfebb47ded9af7128e641ac90a032e13c2be7f4 (diff)
downloadtelepathy-glib-c93cd8f2bbb9c8888ba3a4ad153a485e33568a4c.tar.gz
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.c6
-rw-r--r--telepathy-glib/channel.c2
-rw-r--r--telepathy-glib/dbus-tube-channel.c2
-rw-r--r--telepathy-glib/stream-tube-channel.c2
-rw-r--r--telepathy-glib/stream-tube-connection.c6
-rw-r--r--telepathy-glib/text-channel.c8
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