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

Delta Between Two Patch Sets: src/ibusenginesimple.h

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 /* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */ 1 /* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
2 /* vim:set et sts=4: */ 2 /* vim:set et sts=4: */
3 /* ibus - The Input Bus 3 /* ibus - The Input Bus
4 * Copyright (C) 2008-2010 Peng Huang <shawn.p.huang@gmail.com> 4 * Copyright (C) 2008-2010 Peng Huang <shawn.p.huang@gmail.com>
5 * Copyright (C) 2008-2010 Red Hat, Inc. 5 * Copyright (C) 2008-2010 Red Hat, Inc.
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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 * symbol fields. (Values beyond the length of the sequence should be zero.) 110 * symbol fields. (Values beyond the length of the sequence should be zero.)
111 */ 111 */
112 void ibus_engine_simple_add_table (IBusEngineSimple *simple, 112 void ibus_engine_simple_add_table (IBusEngineSimple *simple,
113 guint16 *data, 113 guint16 *data,
114 gint max_seq_len, 114 gint max_seq_len,
115 gint n_seqs); 115 gint n_seqs);
116 116
117 G_END_DECLS 117 G_END_DECLS
118 118
119 #endif // __IBUS_ENGINE_SIMPLE_H__ 119 #endif // __IBUS_ENGINE_SIMPLE_H__
LEFTRIGHT

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