summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-09-05 11:15:00 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-09-05 14:12:42 +0200
commit93409a1f9ca16777e544e6c5da8bdec18b4bdd8f (patch)
tree0cd1f5fac25264ebcfa5a8bc7272b78de0faf25b /examples
parent050fedeeacb312b99cf82482fa4aeea55194765e (diff)
downloadtelepathy-glib-93409a1f9ca16777e544e6c5da8bdec18b4bdd8f.tar.gz
TpDispatchOperation: Deprecate _borrow_ functions and replace them by _get_
New transfer and naming policy has been discussed in https://bugs.freedesktop.org/show_bug.cgi?id=39189 and is documented there: http://telepathy.freedesktop.org/wiki/Style/TelepathyGLib There is intentionally no tp_dispatch_operation_get_immutable_properties() since those are internal implementation detail. Individual property getters should be enough.
Diffstat (limited to 'examples')
-rw-r--r--examples/client/approver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/client/approver.c b/examples/client/approver.c
index d92ee3448..800f19788 100644
--- a/examples/client/approver.c
+++ b/examples/client/approver.c
@@ -93,7 +93,7 @@ add_dispatch_operation_cb (TpSimpleApprover *self,
tp_channel_get_identifier (channel));
}
- possible_handlers = tp_channel_dispatch_operation_borrow_possible_handlers (
+ possible_handlers = tp_channel_dispatch_operation_get_possible_handlers (
cdo);
if (possible_handlers[0] == NULL)
{