From 737b6c2fc5d576c744aa7e5bb70b171bf3271e6f Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Tue, 31 Jul 2012 09:02:58 +0200 Subject: cli,libmm-glib: provide mm_manager_(peek|get)_proxy() peek() doesn't increase the reference count of the proxy object, while get() does it. --- cli/mmcli-manager.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/mmcli-manager.c') diff --git a/cli/mmcli-manager.c b/cli/mmcli-manager.c index 4db353d6..70a7050e 100644 --- a/cli/mmcli-manager.c +++ b/cli/mmcli-manager.c @@ -249,7 +249,7 @@ get_manager_ready (GObject *source, ctx->manager = mmcli_get_manager_finish (result); /* Setup operation timeout */ - mmcli_force_operation_timeout (mm_manager_get_proxy (ctx->manager)); + mmcli_force_operation_timeout (mm_manager_peek_proxy (ctx->manager)); /* Request to set log level? */ if (set_logging_str) { @@ -331,7 +331,7 @@ mmcli_manager_run_synchronous (GDBusConnection *connection) ctx->manager = mmcli_get_manager_sync (connection); /* Setup operation timeout */ - mmcli_force_operation_timeout (mm_manager_get_proxy (ctx->manager)); + mmcli_force_operation_timeout (mm_manager_peek_proxy (ctx->manager)); /* Request to set log level? */ if (set_logging_str) { -- cgit v1.2.3-70-g09d2