summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-19 12:28:22 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-19 12:28:22 +0100
commit55aeaa6557d16f642f19d7cdc2d79f60a34dde63 (patch)
treeb9b7452f038e43108250c7613b4079d91d073937
parentab3f9568ceb8c2969042ea9a4d2e494f38c503c9 (diff)
Document tp_g_signal_connect_object better
-rw-r--r--telepathy-glib/util.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/telepathy-glib/util.c b/telepathy-glib/util.c
index e09472f31..5ef629b89 100644
--- a/telepathy-glib/util.c
+++ b/telepathy-glib/util.c
@@ -927,7 +927,8 @@ closure_invalidated_cb (gpointer ctx_,
* @detailed_signal: a string of the form "signal-name::detail".
* @c_handler: the #GCallback to connect.
* @gobject: the object to pass as data to @c_handler.
- * @connect_flags: a combination of #GConnectFlags.
+ * @connect_flags: a combination of #GConnectFlags. Only
+ * %G_CONNECT_AFTER and %G_CONNECT_SWAPPED are supported by this function.
*
* Connects a #GCallback function to a signal for a particular object, as if
* with g_signal_connect(). Additionally, arranges for the signal handler to be
@@ -945,6 +946,8 @@ closure_invalidated_cb (gpointer ctx_,
* user_data for callbacks without having to explicitly disconnect all the
* handlers in their finalizers.
*
+ * Changed in 0.11.UNRELEASED: %G_CONNECT_AFTER is now respected.
+ *
* Returns: the handler id
*
* Since: 0.9.2