~ubuntu-branches/ubuntu/karmic/ibus/karmic-updates

« back to all changes in this revision

Viewing changes to bus/inputcontext.h

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-06-13 11:39:05 UTC
  • mfrom: (1.1.3 upstream) (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090613113905-0mfi5hhoz8w9y6k2
Tags: 1.1.0.20090612-1
* new upstream release.
* Fix "python-ibus should depends on iso-codes" (Closes: #532163)
* debian/libibus0.symbols: update symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
void                 bus_input_context_page_down        (BusInputContext    *context);
72
72
void                 bus_input_context_cursor_up        (BusInputContext    *context);
73
73
void                 bus_input_context_cursor_down      (BusInputContext    *context);
 
74
void                 bus_input_context_candidate_clicked(BusInputContext    *context,
 
75
                                                         guint               index,
 
76
                                                         guint               button,
 
77
                                                         guint               state);
74
78
void                 bus_input_context_set_engine       (BusInputContext    *context,
75
79
                                                         BusEngineProxy     *factory);
76
80
BusEngineProxy      *bus_input_context_get_engine       (BusInputContext    *context);