File: rime_engine.h

package info (click to toggle)
ibus-rime 1.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: ansic: 754; makefile: 26
file content (11 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __IBUS_RIME_ENGINE_H__
#define __IBUS_RIME_ENGINE_H__

#include <ibus.h>

#define IBUS_TYPE_RIME_ENGINE \
        (ibus_rime_engine_get_type())

GType ibus_rime_engine_get_type();

#endif