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
#include <jni.h>
#include <gflib/gf_event_info.h>
#include <gflib/gf_object.h>
#include <libgtk-java/jg_jnu.h>
/* Header for class org_guifications_gflib_GfEventInfo */
#ifndef _Included_org_guifications_gflib_GfEventInfo
#define _Included_org_guifications_gflib_GfEventInfo
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org_guifications_gflib_GfEventInfo
* Method: gf_event_info_new
* Signature: ()Lorg/gnu/glib/Handle;
*/
JNIEXPORT jobject JNICALL Java_org_guifications_gflib_GfEventInfo_gf_1event_1info_1new
(JNIEnv *, jclass);
/*
* Class: org_guifications_gflib_GfEventInfo
* Method: gf_event_info_set_value
* Signature: (Lorg/gnu/glib/Handle;Ljava/lang/String;Lorg/gnu/glib/Value;)V
*/
JNIEXPORT void JNICALL Java_org_guifications_gflib_GfEventInfo_gf_1event_1info_1set_1value
(JNIEnv *, jclass, jobject, jstring, jobject);
/*
* Class: org_guifications_gflib_GfEventInfo
* Method: gf_event_info_get_value
* Signature: (Lorg/gnu/glib/Handle;Ljava/lang/String;)Lorg/gnu/glib/Handle;
*/
JNIEXPORT jobject JNICALL Java_org_guifications_gflib_GfEventInfo_gf_1event_1info_1get_1value
(JNIEnv *, jclass, jobject, jstring);
#ifdef __cplusplus
}
#endif
#endif