summaryrefslogtreecommitdiff
path: root/telepathy-glib
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-07 14:11:34 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-07 15:33:37 +0200
commit45b42af7da85bbb9acbe09c97134e853db9747e3 (patch)
treecda5ae3d02c159bd9fd356f5872fab3aea339ad0 /telepathy-glib
parent492d8a3d47d2a60deb3c3e656af915c59099b30a (diff)
downloadtelepathy-glib-45b42af7da85bbb9acbe09c97134e853db9747e3.tar.gz
skip tp_channel_dispatch_operation_borrow_* methods
Diffstat (limited to 'telepathy-glib')
-rw-r--r--telepathy-glib/channel-dispatch-operation.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/telepathy-glib/channel-dispatch-operation.c b/telepathy-glib/channel-dispatch-operation.c
index 08ff573ec..e6301255e 100644
--- a/telepathy-glib/channel-dispatch-operation.c
+++ b/telepathy-glib/channel-dispatch-operation.c
@@ -907,7 +907,7 @@ tp_channel_dispatch_operation_get_feature_quark_core (void)
}
/**
- * tp_channel_dispatch_operation_borrow_connection:
+ * tp_channel_dispatch_operation_borrow_connection: (skip)
* @self: a #TpChannelDispatchOperation
*
* Returns the #TpConnection of this ChannelDispatchOperation.
@@ -926,7 +926,7 @@ tp_channel_dispatch_operation_borrow_connection (
}
/**
- * tp_channel_dispatch_operation_borrow_account:
+ * tp_channel_dispatch_operation_borrow_account: (skip)
* @self: a #TpChannelDispatchOperation
*
* Returns the #TpAccount of this ChannelDispatchOperation.
@@ -945,7 +945,7 @@ tp_channel_dispatch_operation_borrow_account (
}
/**
- * tp_channel_dispatch_operation_borrow_channels:
+ * tp_channel_dispatch_operation_borrow_channels: (skip)
* @self: a #TpChannelDispatchOperation
*
* Returns a #GPtrArray containing the #TpChannel of this
@@ -965,7 +965,7 @@ tp_channel_dispatch_operation_borrow_channels (
}
/**
- * tp_channel_dispatch_operation_borrow_possible_handlers:
+ * tp_channel_dispatch_operation_borrow_possible_handlers: (skip)
* @self: a #TpChannelDispatchOperation
*
* Returns a #GStrv containing the possible handlers of this
@@ -986,14 +986,14 @@ tp_channel_dispatch_operation_borrow_possible_handlers (
}
/**
- * tp_channel_dispatch_operation_borrow_immutable_properties:
+ * tp_channel_dispatch_operation_borrow_immutable_properties: (skip)
* @self: a #TpChannelDispatchOperation
*
* Returns the immutable D-Bus properties of this channel.
* The returned hash table is only valid while @self is valid - reference
* it with g_hash_table_ref() if needed.
*
- * Returns: (transfer none): the value of
+ * Returns: (transfer none) (element-type utf8 GObject.Value): the value of
* #TpChannelDispatchOperation:cdo-properties
*
* Since: 0.11.UNRELEASED