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
automatically enable UI_MODE_NIGHT when gtk-theme-name contains "dark"
gtk-theme-name is only checked once at start up
This commit is contained in:
23
src/api-impl-jni/generated_headers/android_content_Context.h
Normal file
23
src/api-impl-jni/generated_headers/android_content_Context.h
Normal file
@@ -0,0 +1,23 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_content_Context */
|
||||
|
||||
#ifndef _Included_android_content_Context
|
||||
#define _Included_android_content_Context
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#undef android_content_Context_MODE_PRIVATE
|
||||
#define android_content_Context_MODE_PRIVATE 0L
|
||||
/*
|
||||
* Class: android_content_Context
|
||||
* Method: native_updateConfig
|
||||
* Signature: (Landroid/content/res/Configuration;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_content_Context_native_1updateConfig
|
||||
(JNIEnv *, jclass, jobject);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user