~ubuntu-branches/ubuntu/trusty/fcitx/trusty-proposed

« back to all changes in this revision

Viewing changes to src/module/pinyin-enhance/fcitx-pinyin-enhance.fxaddon

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2013-02-10 17:03:56 UTC
  • mfrom: (1.3.18) (33.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20130210170356-2yuv6xy3ed378kn0
Tags: 1:4.2.7-1
* New upstream release.
* New binary packages:
  - fcitx-libs-gclient: D-Bus client library for Glib
  - fcitx-libs-qt: D-Bus client library for Qt
  - fcitx-module-quickphrase-editor: Quick Phrase editor module

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[FcitxAddon]
 
2
Name=fcitx-pinyin-enhance
 
3
Prefix=PinyinEnhance
 
4
Include0="pinyin-enhance.h"
 
5
Function0=FindPy
 
6
Function1=PyToString
 
7
Function2=
 
8
Function3=
 
9
Function4=
 
10
Function5=
 
11
Function6=
 
12
Function7=
 
13
Function8=
 
14
Self.Type=PinyinEnhance*
 
15
 
 
16
[FindPy]
 
17
Name=find-py
 
18
Return=const int8_t*
 
19
Arg0=const char*
 
20
Res.WrapFunc=py_enhance_py_find_py
 
21
 
 
22
[PyToString]
 
23
Name=py-to-string
 
24
Return=char*
 
25
Arg0=char*
 
26
Arg1=const int8_t*
 
27
Arg2=int*
 
28
Res.WrapFunc=py_enhance_py_to_str
 
29
Static=1