Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(400)

Delta Between Two Patch Sets: src/engine.h

Issue 4428051: ibus-zinnia - Japanese handwriting recognition engine (Closed) Base URL: git@github.com:yusukes/ibus-zinnia.git@master
Left Patch Set: support new interfaces Created 14 years ago
Right Patch Set: version change: 0.0.0 to 0.0.1 Created 14 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « src/Makefile.am ('k') | src/engine.c » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 #ifndef __ENGINE_H__ 1 #ifndef __ENGINE_H__
2 #define __ENGINE_H__ 2 #define __ENGINE_H__
3 3
4 #include <ibus.h> 4 #include <ibus.h>
5 5
6 #define IBUS_TYPE_ZINNIA_ENGINE (ibus_zinnia_engine_get_type ()) 6 #define IBUS_TYPE_ZINNIA_ENGINE (ibus_zinnia_engine_get_type ())
7 #if !IBUS_CHECK_VERSION(1, 3, 99)
8 #define ibus_engine_desc_get_name(d) ((d)->name)
9 #endif
10 7
11 GType ibus_zinnia_engine_get_type (void); 8 GType ibus_zinnia_engine_get_type (void);
12 9
13 #endif 10 #endif
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b