~vcs-imports/ibus/trunk

« back to all changes in this revision

Viewing changes to src/ibusproperty.h

  • Committer: fujiwarat
  • Date: 2011-12-31 00:55:20 UTC
  • Revision ID: git-v1:f25acc22028e3dd98d8482e58c3925d2611683b9
Fix g-ir-scanner errors in ibusproperty.h and ibustext.h.

BUG=none
TEST=Linux desktop

Review URL: http://codereview.appspot.com/5498091

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
/**
189
189
 * ibus_property_get_label:
190
190
 * @prop: An IBusProperty.
191
 
 * @returns: the label of IBusProperty. Should not be freed.
 
191
 * @returns: (transfer none): the label of IBusProperty. Should not be freed.
192
192
 *
193
193
 * Get the label of IBusProperty.
194
194
 */
226
226
/**
227
227
 * ibus_property_get_tooltip:
228
228
 * @prop: An IBusProperty.
229
 
 * @returns: the tooltip of IBusProperty. Should not be freed.
 
229
 * @returns: (transfer none): the tooltip of IBusProperty. Should not be freed.
230
230
 *
231
231
 * Get the tooltip of IBusProperty.
232
232
 */
311
311
/**
312
312
 * ibus_property_get_sub_props:
313
313
 * @prop: An IBusProperty.
314
 
 * @returns: the IBusPropList of IBusProperty. Should not be freed.
 
314
 * @returns: (transfer none): the IBusPropList of IBusProperty.
 
315
 *     Should not be freed.
315
316
 *
316
317
 * Get the IBusPropList of IBusProperty.
317
318
 */