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

Issue 4641101: Use g_variant_dup_string for consistency (Closed)

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

Description

Use g_variant_dup_string for consistency. This fix is similar to https://github.com/ibus/ibus/commit/624c4451da2bd171bd8ac53a9b9dd2a4227ef67f . BUG=None TEST=None

Patch Set 1 #

Total comments: 4

Patch Set 2 : review fic #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M bus/ibusimpl.c View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4
Yusuke Sato
12 years, 11 months ago (2011-07-11 11:42:46 UTC) #1
Peng
http://codereview.appspot.com/4641101/diff/1/bus/ibusimpl.c File bus/ibusimpl.c (left): http://codereview.appspot.com/4641101/diff/1/bus/ibusimpl.c#oldcode2166 bus/ibusimpl.c:2166: g_variant_get (variant, "s", &engine_name); This is correct. Just g_variant_dup_string()'s ...
12 years, 11 months ago (2011-07-11 12:05:53 UTC) #2
Yusuke Sato
http://codereview.appspot.com/4641101/diff/1/bus/ibusimpl.c File bus/ibusimpl.c (left): http://codereview.appspot.com/4641101/diff/1/bus/ibusimpl.c#oldcode2166 bus/ibusimpl.c:2166: g_variant_get (variant, "s", &engine_name); On 2011/07/11 12:05:53, Peng wrote: ...
12 years, 11 months ago (2011-07-11 12:57:06 UTC) #3
Peng Huang
12 years, 11 months ago (2011-07-11 13:17:21 UTC) #4
LGTM
Sign in to reply to this message.

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