grim/guifications3

Closing this branch since we moved to "default" for it a while ago now
org.guifications.gf3
2009-12-06, Gary Kramlich
3707becf4df7
Closing this branch since we moved to "default" for it a while ago now
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_guifications_gflib_GfEvent */
#ifndef _Included_org_guifications_gflib_GfEvent
#define _Included_org_guifications_gflib_GfEvent
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org_guifications_gflib_GfEvent
* Method: gf_event_new
* Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/gnu/glib/Handle;
*/
JNIEXPORT jobject JNICALL Java_org_guifications_gflib_GfEvent_gf_1event_1new
(JNIEnv *, jclass, jstring, jstring, jstring);
/*
* Class: org_guifications_gflib_GfEvent
* Method: gf_event_get_name
* Signature: (Lorg/gnu/glib/Handle;)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_org_guifications_gflib_GfEvent_gf_1event_1get_1name
(JNIEnv *, jclass, jobject);
/*
* Class: org_guifications_gflib_GfEvent
* Method: gf_event_get_i18n
* Signature: (Lorg/gnu/glib/Handle;)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_org_guifications_gflib_GfEvent_gf_1event_1get_1i18n
(JNIEnv *, jclass, jobject);
/*
* Class: org_guifications_gflib_GfEvent
* Method: gf_event_get_description
* Signature: (Lorg/gnu/glib/Handle;)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_org_guifications_gflib_GfEvent_gf_1event_1get_1description
(JNIEnv *, jclass, jobject);
/*
* Class: org_guifications_gflib_GfEvent
* Method: gf_event_freev
* Signature: ([Lorg/gnu/glib/Handle;)V
*/
JNIEXPORT void JNICALL Java_org_guifications_gflib_GfEvent_gf_1event_1freev
(JNIEnv *, jclass, jobjectArray);
#ifdef __cplusplus
}
#endif
#endif