projects
/
platform
/
upstream
/
ibus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f1d5dd
)
Pass cancellable object to bus_factory_proxy_create_engine
author
Peng Huang
<shawn.p.huang@gmail.com>
Wed, 24 Nov 2010 08:46:12 +0000
(17:46 +0900)
committer
Peng Huang
<shawn.p.huang@gmail.com>
Wed, 24 Nov 2010 08:46:12 +0000
(17:46 +0900)
BUG=none
TEST=manual
Review URL: http://codereview.appspot.com/3304041
bus/engineproxy.c
patch
|
blob
|
history
diff --git
a/bus/engineproxy.c
b/bus/engineproxy.c
index
cb29725
..
87ef9a0
100644
(file)
--- a/
bus/engineproxy.c
+++ b/
bus/engineproxy.c
@@
-642,7
+642,7
@@
notify_factory_cb (BusComponent *component,
bus_factory_proxy_create_engine (data->factory,
data->desc,
5000,
-
NULL
,
+
data->cancellable
,
(GAsyncReadyCallback) create_engine_ready_cb,
data);
}