Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3619)

Issue 4581041: Add functions for creating IBusConfig asynchronously. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years ago by Peng
Modified:
13 years ago
Reviewers:
yusukes, Yusuke Sato
Base URL:
git@github.com:ibus/ibus.git@master
Visibility:
Public.

Description

Add functions for creating IBusConfig asynchronously. BUG=http://crosbug.com/13245 TEST=make check

Patch Set 1 #

Total comments: 2

Patch Set 2 : review fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+217 lines, -26 lines) Patch
M src/ibusconfig.h View 1 chunk +30 lines, -1 line 0 comments Download
M src/ibusconfig.c View 1 8 chunks +93 lines, -25 lines 0 comments Download
M src/tests/.gitignore View 1 chunk +1 line, -0 lines 0 comments Download
M src/tests/Makefile.am View 2 chunks +4 lines, -0 lines 0 comments Download
A src/tests/ibus-config.c View 1 chunk +89 lines, -0 lines 0 comments Download

Messages

Total messages: 4
Peng
13 years ago (2011-06-06 17:47:11 UTC) #1
Yusuke Sato
http://codereview.appspot.com/4581041/diff/1/src/ibusconfig.c File src/ibusconfig.c (right): http://codereview.appspot.com/4581041/diff/1/src/ibusconfig.c#newcode214 src/ibusconfig.c:214: return IBUS_CONFIG (object); Don't we have to call g_dbus_proxy_get_name_owner ...
13 years ago (2011-06-07 05:05:52 UTC) #2
Peng
http://codereview.appspot.com/4581041/diff/1/src/ibusconfig.c File src/ibusconfig.c (right): http://codereview.appspot.com/4581041/diff/1/src/ibusconfig.c#newcode214 src/ibusconfig.c:214: return IBUS_CONFIG (object); On 2011/06/07 05:05:52, Yusuke Sato wrote: ...
13 years ago (2011-06-08 19:56:40 UTC) #3
yusukes
13 years ago (2011-06-08 22:46:55 UTC) #4
On 2011/06/08 19:56:40, Peng wrote:
> http://codereview.appspot.com/4581041/diff/1/src/ibusconfig.c
> File src/ibusconfig.c (right):
> 
> http://codereview.appspot.com/4581041/diff/1/src/ibusconfig.c#newcode214
> src/ibusconfig.c:214: return IBUS_CONFIG (object);
> On 2011/06/07 05:05:52, Yusuke Sato wrote:
> > Don't we have to call g_dbus_proxy_get_name_owner here?
> > 
> > The synchronous version does it:
> > https://github.com/ibus/ibus/commit/61f0894c3555478117e9d5f286d0085bd5afdad3
> 
> Done.

lgtm
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b