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

« back to all changes in this revision

Viewing changes to bus/engineproxy.h

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-07-23 20:22:09 UTC
  • mfrom: (1.1.4 upstream) (6.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090723202209-bmgqa80g1umg8l2p
Tags: 1.2.0.20090723-1
new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
struct _BusEngineProxy {
50
50
    IBusProxy parent;
51
51
    /* instance members */
 
52
    gboolean enabled;
 
53
    IBusEngineDesc *desc;
 
54
    IBusKeymap     *keymap;
 
55
    IBusPropList *prop_list;
52
56
};
53
57
 
54
58
struct _BusEngineProxyClass {
63
67
IBusEngineDesc  *bus_engine_proxy_get_desc          (BusEngineProxy *engine);
64
68
void             bus_engine_proxy_process_key_event (BusEngineProxy *engine,
65
69
                                                     guint           keyval,
 
70
                                                     guint           keycode,
66
71
                                                     guint           state,
67
72
                                                     GFunc           return_cn,
68
73
                                                     gpointer        user_data);