~ubuntu-branches/ubuntu/trusty/hyperestraier/trusty

« back to all changes in this revision

Viewing changes to javanative/estraier_Condition.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2006-11-14 05:28:32 UTC
  • mfrom: (2.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061114052832-0lzqzcefn8mt4yqe
Tags: 1.4.9-1.1
* Non-maintainer upload.
* High-urgency upload for RC bugfix.
* Set HOME=$(CURDIR)/junkhome when building, otherwise the package build
  will incorrectly look for headers there -- and fail when the directory
  exists and is unreadable, as happens sometimes on sudo-using
  autobuilders!

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#define estraier_Condition_NOIDF 16L
20
20
#undef estraier_Condition_SIMPLE
21
21
#define estraier_Condition_SIMPLE 1024L
 
22
#undef estraier_Condition_ROUGH
 
23
#define estraier_Condition_ROUGH 2048L
 
24
#undef estraier_Condition_UNION
 
25
#define estraier_Condition_UNION 32768L
 
26
#undef estraier_Condition_ISECT
 
27
#define estraier_Condition_ISECT 65536L
 
28
#undef estraier_Condition_ECLSIMURL
 
29
#define estraier_Condition_ECLSIMURL 10.0
 
30
#undef estraier_Condition_ECLSERV
 
31
#define estraier_Condition_ECLSERV 100.0
 
32
#undef estraier_Condition_ECLDIR
 
33
#define estraier_Condition_ECLDIR 101.0
 
34
#undef estraier_Condition_ECLFILE
 
35
#define estraier_Condition_ECLFILE 102.0
22
36
/*
23
37
 * Class:     estraier_Condition
24
38
 * Method:    set_phrase
53
67
 
54
68
/*
55
69
 * Class:     estraier_Condition
 
70
 * Method:    set_skip
 
71
 * Signature: (I)V
 
72
 */
 
73
JNIEXPORT void JNICALL Java_estraier_Condition_set_1skip
 
74
  (JNIEnv *, jobject, jint);
 
75
 
 
76
/*
 
77
 * Class:     estraier_Condition
56
78
 * Method:    set_options
57
79
 * Signature: (I)V
58
80
 */
61
83
 
62
84
/*
63
85
 * Class:     estraier_Condition
 
86
 * Method:    set_auxiliary
 
87
 * Signature: (I)V
 
88
 */
 
89
JNIEXPORT void JNICALL Java_estraier_Condition_set_1auxiliary
 
90
  (JNIEnv *, jobject, jint);
 
91
 
 
92
/*
 
93
 * Class:     estraier_Condition
 
94
 * Method:    set_eclipse
 
95
 * Signature: (D)V
 
96
 */
 
97
JNIEXPORT void JNICALL Java_estraier_Condition_set_1eclipse
 
98
  (JNIEnv *, jobject, jdouble);
 
99
 
 
100
/*
 
101
 * Class:     estraier_Condition
 
102
 * Method:    set_distinct
 
103
 * Signature: (Ljava/lang/String;)V
 
104
 */
 
105
JNIEXPORT void JNICALL Java_estraier_Condition_set_1distinct
 
106
  (JNIEnv *, jobject, jstring);
 
107
 
 
108
/*
 
109
 * Class:     estraier_Condition
 
110
 * Method:    set_mask
 
111
 * Signature: (I)V
 
112
 */
 
113
JNIEXPORT void JNICALL Java_estraier_Condition_set_1mask
 
114
  (JNIEnv *, jobject, jint);
 
115
 
 
116
/*
 
117
 * Class:     estraier_Condition
64
118
 * Method:    initialize
65
119
 * Signature: ()V
66
120
 */