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>
/* Header for class org_guifications_gflib_GfImage */
#ifndef _Included_org_guifications_gflib_GfImage
#define _Included_org_guifications_gflib_GfImage
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org_guifications_gflib_GfImage
* Method: gf_image_new_from_file
* Signature: (Ljava/lang/String;)Lorg/gnu/glib/Handle;
*/
JNIEXPORT jobject JNICALL Java_org_guifications_gflib_GfImage_gf_1image_1new_1from_1file
(JNIEnv *, jclass, jstring);
/*
* Class: org_guifications_gflib_GfImage
* Method: gf_image_new_from_data
* Signature: ([BJ)Lorg/gnu/glib/Handle;
*/
JNIEXPORT jobject JNICALL Java_org_guifications_gflib_GfImage_gf_1image_1new_1from_1data
(JNIEnv *, jclass, jbyteArray, jlong);
/*
* Class: org_guifications_gflib_GfImage
* Method: gf_image_set_data
* Signature: (Lorg/gnu/glib/Handle;[BJ)V
*/
JNIEXPORT void JNICALL Java_org_guifications_gflib_GfImage_gf_1image_1set_1data
(JNIEnv *, jclass, jobject, jbyteArray, jlong);
/*
* Class: org_guifications_gflib_GfImage
* Method: gf_image_get_data
* Signature: (Lorg/gnu/glib/Handle;J)[B
*/
JNIEXPORT jbyteArray JNICALL Java_org_guifications_gflib_GfImage_gf_1image_1get_1data
(JNIEnv *, jclass, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif