You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
ImageView/ImageButton: don't use deprecated gtk_picture_set_from_pixbuf, reduce code duplication
This commit is contained in:
@@ -210,10 +210,10 @@ JNIEXPORT jlong JNICALL Java_android_widget_ImageButton_native_1constructor
|
||||
/*
|
||||
* Class: android_widget_ImageButton
|
||||
* Method: native_setPixbuf
|
||||
* Signature: (J)V
|
||||
* Signature: (JJ)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_widget_ImageButton_native_1setPixbuf
|
||||
(JNIEnv *, jobject, jlong);
|
||||
(JNIEnv *, jobject, jlong, jlong);
|
||||
|
||||
/*
|
||||
* Class: android_widget_ImageButton
|
||||
|
||||
Reference in New Issue
Block a user