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

Delta Between Two Patch Sets: ui/gtk3/property.vala

Issue 5517048: Merge the devel branch (Closed) Base URL: git@github.com:phuang/ibus.git@devel
Left Patch Set: Created 13 years, 2 months ago
Right Patch Set: Rebase on HEAD Created 13 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
(Both sides are equal)
1 /* vim:set et sts=4 sw=4: 1 /* vim:set et sts=4 sw=4:
2 * 2 *
3 * ibus - The Input Bus 3 * ibus - The Input Bus
4 * 4 *
5 * Copyright(c) 2011 Peng Huang <shawn.p.huang@gmail.com> 5 * Copyright(c) 2011 Peng Huang <shawn.p.huang@gmail.com>
6 * 6 *
7 * This library is free software; you can redistribute it and/or 7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public 8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either 9 * License as published by the Free Software Foundation; either
10 * version 2 of the License, or(at your option) any later version. 10 * version 2 of the License, or(at your option) any later version.
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 public class PropSeparatorMenuItem : Gtk.SeparatorMenuItem, IPropItem { 192 public class PropSeparatorMenuItem : Gtk.SeparatorMenuItem, IPropItem {
193 private IBus.Property m_property; 193 private IBus.Property m_property;
194 public PropSeparatorMenuItem(IBus.Property property) { 194 public PropSeparatorMenuItem(IBus.Property property) {
195 assert(property != null); 195 assert(property != null);
196 m_property = property; 196 m_property = property;
197 } 197 }
198 198
199 public void update_property(IBus.Property property) { 199 public void update_property(IBus.Property property) {
200 } 200 }
201 } 201 }
LEFTRIGHT

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