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

Issue 3132041: Add comments to bus/dbusimpl.[ch] (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 7 months ago by Yusuke Sato
Modified:
13 years, 7 months ago
Reviewers:
shawn.p.huang, Peng Huang, Peng
CC:
satorux
Base URL:
git@github.com:ibus/ibus.git@master
Visibility:
Public.

Description

Add comments to bus/dbusimpl.[ch]. BUG=none TEST=none

Patch Set 1 : review #

Total comments: 8

Patch Set 2 : review fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+238 lines, -64 lines) Patch
M bus/dbusimpl.h View 1 chunk +53 lines, -0 lines 0 comments Download
M bus/dbusimpl.c View 1 42 chunks +185 lines, -64 lines 0 comments Download

Messages

Total messages: 5
Yusuke Sato
13 years, 7 months ago (2010-11-16 05:40:58 UTC) #1
Yusuke Sato
http://codereview.appspot.com/3132041/diff/4001/bus/dbusimpl.c File bus/dbusimpl.c (right): http://codereview.appspot.com/3132041/diff/4001/bus/dbusimpl.c#newcode291 bus/dbusimpl.c:291: /* FIXME destruct _lock and _queue members. */ Please ...
13 years, 7 months ago (2010-11-16 05:43:02 UTC) #2
Peng
http://codereview.appspot.com/3132041/diff/4001/bus/dbusimpl.c File bus/dbusimpl.c (right): http://codereview.appspot.com/3132041/diff/4001/bus/dbusimpl.c#newcode291 bus/dbusimpl.c:291: /* FIXME destruct _lock and _queue members. */ On ...
13 years, 7 months ago (2010-11-16 06:27:04 UTC) #3
Yusuke Sato
Fixed all. please take another look. http://codereview.appspot.com/3132041/diff/4001/bus/dbusimpl.c File bus/dbusimpl.c (right): http://codereview.appspot.com/3132041/diff/4001/bus/dbusimpl.c#newcode456 bus/dbusimpl.c:456: const gchar uuid[] ...
13 years, 7 months ago (2010-11-16 06:34:47 UTC) #4
Peng
13 years, 7 months ago (2010-11-16 06:37:04 UTC) #5
On 2010/11/16 06:34:47, Yusuke Sato wrote:
> Fixed all. please take another look.
> 
> http://codereview.appspot.com/3132041/diff/4001/bus/dbusimpl.c
> File bus/dbusimpl.c (right):
> 
> http://codereview.appspot.com/3132041/diff/4001/bus/dbusimpl.c#newcode456
> bus/dbusimpl.c:456: const gchar uuid[] = "FIXME";
> On 2010/11/16 06:27:04, Shawn.P.Huang wrote:
> > It is better to use pointer. Because the string "FIXME" could be shared with
> > other pointers.
> 
> Ok, reverted.
> 
> http://codereview.appspot.com/3132041/diff/4001/bus/dbusimpl.c#newcode1046
> bus/dbusimpl.c:1046: g_critical ("Can not forward the message - destination
> unknown.");
> Ok, let me remove the logging for now.
> 
> On 2010/11/16 06:27:04, Shawn.P.Huang wrote:
> > I think maybe some clients will send messages to daemon with a wrong
> > destination, the daemon should handle it in appropriately. I don't think it
is
> a
> > critical case.

LGTM. Thanks.
Sign in to reply to this message.

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