~joel-auterson/ubuntu/maverick/ibus/newmenuname

« back to all changes in this revision

Viewing changes to src/ibuslookuptable.h

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-10-05 20:45:18 UTC
  • mfrom: (1.1.5 upstream) (6.1.15 sid)
  • Revision ID: james.westby@ubuntu.com-20091005204518-069vlwrl3r8v7bbr
Tags: 1.2.0.20090927-2
* create po template when build (LP: #188690)
  - debian/rules: updated.
  - debian/clean: remove pot file when clean.
* debian/control: build depends on python-rsvg (LP: #432375)

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
 * @table: An IBusLookupTable.
114
114
 * @text: candidate word/phrase to be appended (in IBusText format).
115
115
 *
116
 
 * Append a candidate word/phrase to IBusLookupTable.
 
116
 * Append a candidate word/phrase to IBusLookupTable, and increase reference.
117
117
 */
118
118
void                 ibus_lookup_table_append_candidate
119
119
                                                (IBusLookupTable    *table,
125
125
 * @index: Index in the Lookup table.
126
126
 * @returns: IBusText at the given index; NULL if no such IBusText.
127
127
 *
128
 
 * Return IBusText at the given index.
 
128
 * Return IBusText at the given index. Borrowed reference.
129
129
 */
130
130
IBusText            *ibus_lookup_table_get_candidate
131
131
                                                (IBusLookupTable    *table,
136
136
 * @table: An IBusLookupTable.
137
137
 * @text: A candidate label to be appended (in IBusText format).
138
138
 *
139
 
 * Append a candidate word/phrase to IBusLookupTable.
 
139
 * Append a candidate word/phrase to IBusLookupTable, and increase reference.
140
140
 * This function is needed if the input method select candidate with
141
141
 * non-numeric keys such as "asdfghjkl;".
142
142
 */
150
150
 * @index: Index in the Lookup table.
151
151
 * @returns: IBusText at the given index; NULL if no such IBusText.
152
152
 *
153
 
 * Return IBusText at the given index.
 
153
 * Return IBusText at the given index. Borrowed reference.
154
154
 */
155
155
IBusText            *ibus_lookup_table_get_label
156
156
                                                (IBusLookupTable    *table,