From a11aee77b7433bff952b2f7e769baba9b309c8f4 Mon Sep 17 00:00:00 2001 From: Jim Chen Date: Thu, 13 Aug 2015 00:53:39 -0400 Subject: [PATCH] Bug 1192079 - Update generated code; r=me --- widget/android/GeneratedJNIWrappers.cpp | 334 ++++++++++----------- widget/android/GeneratedJNIWrappers.h | 376 ++++++++++++------------ 2 files changed, 355 insertions(+), 355 deletions(-) diff --git a/widget/android/GeneratedJNIWrappers.cpp b/widget/android/GeneratedJNIWrappers.cpp index 809a3df45823..b4ae69d386f0 100644 --- a/widget/android/GeneratedJNIWrappers.cpp +++ b/widget/android/GeneratedJNIWrappers.cpp @@ -26,7 +26,7 @@ constexpr char DownloadsIntegration::name[]; constexpr char DownloadsIntegration::ScanMedia_t::name[]; constexpr char DownloadsIntegration::ScanMedia_t::signature[]; -void DownloadsIntegration::ScanMedia(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1) +auto DownloadsIntegration::ScanMedia(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1); } @@ -36,7 +36,7 @@ constexpr char GeckoAppShell::name[]; constexpr char GeckoAppShell::AcknowledgeEvent_t::name[]; constexpr char GeckoAppShell::AcknowledgeEvent_t::signature[]; -void GeckoAppShell::AcknowledgeEvent() +auto GeckoAppShell::AcknowledgeEvent() -> void { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -44,7 +44,7 @@ void GeckoAppShell::AcknowledgeEvent() constexpr char GeckoAppShell::AddPluginViewWrapper_t::name[]; constexpr char GeckoAppShell::AddPluginViewWrapper_t::signature[]; -void GeckoAppShell::AddPluginViewWrapper(mozilla::jni::Object::Param a0, float a1, float a2, float a3, float a4, bool a5) +auto GeckoAppShell::AddPluginViewWrapper(mozilla::jni::Object::Param a0, float a1, float a2, float a3, float a4, bool a5) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1, a2, a3, a4, a5); } @@ -52,7 +52,7 @@ void GeckoAppShell::AddPluginViewWrapper(mozilla::jni::Object::Param a0, float a constexpr char GeckoAppShell::AlertsProgressListener_OnProgress_t::name[]; constexpr char GeckoAppShell::AlertsProgressListener_OnProgress_t::signature[]; -void GeckoAppShell::AlertsProgressListener_OnProgress(mozilla::jni::String::Param a0, int64_t a1, int64_t a2, mozilla::jni::String::Param a3) +auto GeckoAppShell::AlertsProgressListener_OnProgress(mozilla::jni::String::Param a0, int64_t a1, int64_t a2, mozilla::jni::String::Param a3) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1, a2, a3); } @@ -60,7 +60,7 @@ void GeckoAppShell::AlertsProgressListener_OnProgress(mozilla::jni::String::Para constexpr char GeckoAppShell::CancelVibrate_t::name[]; constexpr char GeckoAppShell::CancelVibrate_t::signature[]; -void GeckoAppShell::CancelVibrate() +auto GeckoAppShell::CancelVibrate() -> void { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -68,7 +68,7 @@ void GeckoAppShell::CancelVibrate() constexpr char GeckoAppShell::CheckURIVisited_t::name[]; constexpr char GeckoAppShell::CheckURIVisited_t::signature[]; -void GeckoAppShell::CheckURIVisited(mozilla::jni::String::Param a0) +auto GeckoAppShell::CheckURIVisited(mozilla::jni::String::Param a0) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -76,7 +76,7 @@ void GeckoAppShell::CheckURIVisited(mozilla::jni::String::Param a0) constexpr char GeckoAppShell::ClearMessageList_t::name[]; constexpr char GeckoAppShell::ClearMessageList_t::signature[]; -void GeckoAppShell::ClearMessageList(int32_t a0) +auto GeckoAppShell::ClearMessageList(int32_t a0) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -84,7 +84,7 @@ void GeckoAppShell::ClearMessageList(int32_t a0) constexpr char GeckoAppShell::CloseCamera_t::name[]; constexpr char GeckoAppShell::CloseCamera_t::signature[]; -void GeckoAppShell::CloseCamera() +auto GeckoAppShell::CloseCamera() -> void { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -92,7 +92,7 @@ void GeckoAppShell::CloseCamera() constexpr char GeckoAppShell::CloseNotification_t::name[]; constexpr char GeckoAppShell::CloseNotification_t::signature[]; -void GeckoAppShell::CloseNotification(mozilla::jni::String::Param a0) +auto GeckoAppShell::CloseNotification(mozilla::jni::String::Param a0) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -100,7 +100,7 @@ void GeckoAppShell::CloseNotification(mozilla::jni::String::Param a0) constexpr char GeckoAppShell::ConnectionGetMimeType_t::name[]; constexpr char GeckoAppShell::ConnectionGetMimeType_t::signature[]; -mozilla::jni::String::LocalRef GeckoAppShell::ConnectionGetMimeType(mozilla::jni::Object::Param a0) +auto GeckoAppShell::ConnectionGetMimeType(mozilla::jni::Object::Param a0) -> mozilla::jni::String::LocalRef { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -108,7 +108,7 @@ mozilla::jni::String::LocalRef GeckoAppShell::ConnectionGetMimeType(mozilla::jni constexpr char GeckoAppShell::CreateInputStream_t::name[]; constexpr char GeckoAppShell::CreateInputStream_t::signature[]; -mozilla::jni::Object::LocalRef GeckoAppShell::CreateInputStream(mozilla::jni::Object::Param a0) +auto GeckoAppShell::CreateInputStream(mozilla::jni::Object::Param a0) -> mozilla::jni::Object::LocalRef { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -116,7 +116,7 @@ mozilla::jni::Object::LocalRef GeckoAppShell::CreateInputStream(mozilla::jni::Ob constexpr char GeckoAppShell::CreateMessageListWrapper_t::name[]; constexpr char GeckoAppShell::CreateMessageListWrapper_t::signature[]; -void GeckoAppShell::CreateMessageListWrapper(int64_t a0, int64_t a1, mozilla::jni::ObjectArray::Param a2, int32_t a3, mozilla::jni::String::Param a4, bool a5, bool a6, int64_t a7, bool a8, int32_t a9) +auto GeckoAppShell::CreateMessageListWrapper(int64_t a0, int64_t a1, mozilla::jni::ObjectArray::Param a2, int32_t a3, mozilla::jni::String::Param a4, bool a5, bool a6, int64_t a7, bool a8, int32_t a9) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9); } @@ -124,7 +124,7 @@ void GeckoAppShell::CreateMessageListWrapper(int64_t a0, int64_t a1, mozilla::jn constexpr char GeckoAppShell::CreateShortcut_t::name[]; constexpr char GeckoAppShell::CreateShortcut_t::signature[]; -void GeckoAppShell::CreateShortcut(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1, mozilla::jni::String::Param a2) +auto GeckoAppShell::CreateShortcut(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1, mozilla::jni::String::Param a2) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1, a2); } @@ -132,7 +132,7 @@ void GeckoAppShell::CreateShortcut(mozilla::jni::String::Param a0, mozilla::jni: constexpr char GeckoAppShell::DeleteMessageWrapper_t::name[]; constexpr char GeckoAppShell::DeleteMessageWrapper_t::signature[]; -void GeckoAppShell::DeleteMessageWrapper(int32_t a0, int32_t a1) +auto GeckoAppShell::DeleteMessageWrapper(int32_t a0, int32_t a1) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1); } @@ -140,7 +140,7 @@ void GeckoAppShell::DeleteMessageWrapper(int32_t a0, int32_t a1) constexpr char GeckoAppShell::DisableBatteryNotifications_t::name[]; constexpr char GeckoAppShell::DisableBatteryNotifications_t::signature[]; -void GeckoAppShell::DisableBatteryNotifications() +auto GeckoAppShell::DisableBatteryNotifications() -> void { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -148,7 +148,7 @@ void GeckoAppShell::DisableBatteryNotifications() constexpr char GeckoAppShell::DisableNetworkNotifications_t::name[]; constexpr char GeckoAppShell::DisableNetworkNotifications_t::signature[]; -void GeckoAppShell::DisableNetworkNotifications() +auto GeckoAppShell::DisableNetworkNotifications() -> void { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -156,7 +156,7 @@ void GeckoAppShell::DisableNetworkNotifications() constexpr char GeckoAppShell::DisableScreenOrientationNotifications_t::name[]; constexpr char GeckoAppShell::DisableScreenOrientationNotifications_t::signature[]; -void GeckoAppShell::DisableScreenOrientationNotifications() +auto GeckoAppShell::DisableScreenOrientationNotifications() -> void { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -164,7 +164,7 @@ void GeckoAppShell::DisableScreenOrientationNotifications() constexpr char GeckoAppShell::DisableSensor_t::name[]; constexpr char GeckoAppShell::DisableSensor_t::signature[]; -void GeckoAppShell::DisableSensor(int32_t a0) +auto GeckoAppShell::DisableSensor(int32_t a0) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -172,7 +172,7 @@ void GeckoAppShell::DisableSensor(int32_t a0) constexpr char GeckoAppShell::EnableBatteryNotifications_t::name[]; constexpr char GeckoAppShell::EnableBatteryNotifications_t::signature[]; -void GeckoAppShell::EnableBatteryNotifications() +auto GeckoAppShell::EnableBatteryNotifications() -> void { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -180,7 +180,7 @@ void GeckoAppShell::EnableBatteryNotifications() constexpr char GeckoAppShell::EnableLocation_t::name[]; constexpr char GeckoAppShell::EnableLocation_t::signature[]; -void GeckoAppShell::EnableLocation(bool a0) +auto GeckoAppShell::EnableLocation(bool a0) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -188,7 +188,7 @@ void GeckoAppShell::EnableLocation(bool a0) constexpr char GeckoAppShell::EnableLocationHighAccuracy_t::name[]; constexpr char GeckoAppShell::EnableLocationHighAccuracy_t::signature[]; -void GeckoAppShell::EnableLocationHighAccuracy(bool a0) +auto GeckoAppShell::EnableLocationHighAccuracy(bool a0) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -196,7 +196,7 @@ void GeckoAppShell::EnableLocationHighAccuracy(bool a0) constexpr char GeckoAppShell::EnableNetworkNotifications_t::name[]; constexpr char GeckoAppShell::EnableNetworkNotifications_t::signature[]; -void GeckoAppShell::EnableNetworkNotifications() +auto GeckoAppShell::EnableNetworkNotifications() -> void { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -204,7 +204,7 @@ void GeckoAppShell::EnableNetworkNotifications() constexpr char GeckoAppShell::EnableScreenOrientationNotifications_t::name[]; constexpr char GeckoAppShell::EnableScreenOrientationNotifications_t::signature[]; -void GeckoAppShell::EnableScreenOrientationNotifications() +auto GeckoAppShell::EnableScreenOrientationNotifications() -> void { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -212,7 +212,7 @@ void GeckoAppShell::EnableScreenOrientationNotifications() constexpr char GeckoAppShell::EnableSensor_t::name[]; constexpr char GeckoAppShell::EnableSensor_t::signature[]; -void GeckoAppShell::EnableSensor(int32_t a0) +auto GeckoAppShell::EnableSensor(int32_t a0) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -220,7 +220,7 @@ void GeckoAppShell::EnableSensor(int32_t a0) constexpr char GeckoAppShell::GamepadAdded_t::name[]; constexpr char GeckoAppShell::GamepadAdded_t::signature[]; -void GeckoAppShell::GamepadAdded(int32_t a0, int32_t a1) +auto GeckoAppShell::GamepadAdded(int32_t a0, int32_t a1) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1); } @@ -228,7 +228,7 @@ void GeckoAppShell::GamepadAdded(int32_t a0, int32_t a1) constexpr char GeckoAppShell::GetConnection_t::name[]; constexpr char GeckoAppShell::GetConnection_t::signature[]; -mozilla::jni::Object::LocalRef GeckoAppShell::GetConnection(mozilla::jni::String::Param a0) +auto GeckoAppShell::GetConnection(mozilla::jni::String::Param a0) -> mozilla::jni::Object::LocalRef { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -236,7 +236,7 @@ mozilla::jni::Object::LocalRef GeckoAppShell::GetConnection(mozilla::jni::String constexpr char GeckoAppShell::GetContext_t::name[]; constexpr char GeckoAppShell::GetContext_t::signature[]; -mozilla::jni::Object::LocalRef GeckoAppShell::GetContext() +auto GeckoAppShell::GetContext() -> mozilla::jni::Object::LocalRef { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -244,7 +244,7 @@ mozilla::jni::Object::LocalRef GeckoAppShell::GetContext() constexpr char GeckoAppShell::GetCurrentBatteryInformationWrapper_t::name[]; constexpr char GeckoAppShell::GetCurrentBatteryInformationWrapper_t::signature[]; -mozilla::jni::DoubleArray::LocalRef GeckoAppShell::GetCurrentBatteryInformationWrapper() +auto GeckoAppShell::GetCurrentBatteryInformationWrapper() -> mozilla::jni::DoubleArray::LocalRef { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -252,7 +252,7 @@ mozilla::jni::DoubleArray::LocalRef GeckoAppShell::GetCurrentBatteryInformationW constexpr char GeckoAppShell::GetCurrentNetworkInformationWrapper_t::name[]; constexpr char GeckoAppShell::GetCurrentNetworkInformationWrapper_t::signature[]; -mozilla::jni::DoubleArray::LocalRef GeckoAppShell::GetCurrentNetworkInformationWrapper() +auto GeckoAppShell::GetCurrentNetworkInformationWrapper() -> mozilla::jni::DoubleArray::LocalRef { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -260,7 +260,7 @@ mozilla::jni::DoubleArray::LocalRef GeckoAppShell::GetCurrentNetworkInformationW constexpr char GeckoAppShell::GetDensity_t::name[]; constexpr char GeckoAppShell::GetDensity_t::signature[]; -float GeckoAppShell::GetDensity() +auto GeckoAppShell::GetDensity() -> float { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -268,7 +268,7 @@ float GeckoAppShell::GetDensity() constexpr char GeckoAppShell::GetDpiWrapper_t::name[]; constexpr char GeckoAppShell::GetDpiWrapper_t::signature[]; -int32_t GeckoAppShell::GetDpiWrapper() +auto GeckoAppShell::GetDpiWrapper() -> int32_t { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -276,7 +276,7 @@ int32_t GeckoAppShell::GetDpiWrapper() constexpr char GeckoAppShell::GetExtensionFromMimeTypeWrapper_t::name[]; constexpr char GeckoAppShell::GetExtensionFromMimeTypeWrapper_t::signature[]; -mozilla::jni::String::LocalRef GeckoAppShell::GetExtensionFromMimeTypeWrapper(mozilla::jni::String::Param a0) +auto GeckoAppShell::GetExtensionFromMimeTypeWrapper(mozilla::jni::String::Param a0) -> mozilla::jni::String::LocalRef { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -284,7 +284,7 @@ mozilla::jni::String::LocalRef GeckoAppShell::GetExtensionFromMimeTypeWrapper(mo constexpr char GeckoAppShell::GetExternalPublicDirectory_t::name[]; constexpr char GeckoAppShell::GetExternalPublicDirectory_t::signature[]; -mozilla::jni::String::LocalRef GeckoAppShell::GetExternalPublicDirectory(mozilla::jni::String::Param a0) +auto GeckoAppShell::GetExternalPublicDirectory(mozilla::jni::String::Param a0) -> mozilla::jni::String::LocalRef { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -292,7 +292,7 @@ mozilla::jni::String::LocalRef GeckoAppShell::GetExternalPublicDirectory(mozilla constexpr char GeckoAppShell::GetHWDecoderCapability_t::name[]; constexpr char GeckoAppShell::GetHWDecoderCapability_t::signature[]; -bool GeckoAppShell::GetHWDecoderCapability() +auto GeckoAppShell::GetHWDecoderCapability() -> bool { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -300,7 +300,7 @@ bool GeckoAppShell::GetHWDecoderCapability() constexpr char GeckoAppShell::GetHWEncoderCapability_t::name[]; constexpr char GeckoAppShell::GetHWEncoderCapability_t::signature[]; -bool GeckoAppShell::GetHWEncoderCapability() +auto GeckoAppShell::GetHWEncoderCapability() -> bool { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -308,7 +308,7 @@ bool GeckoAppShell::GetHWEncoderCapability() constexpr char GeckoAppShell::GetHandlersForMimeTypeWrapper_t::name[]; constexpr char GeckoAppShell::GetHandlersForMimeTypeWrapper_t::signature[]; -mozilla::jni::ObjectArray::LocalRef GeckoAppShell::GetHandlersForMimeTypeWrapper(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1) +auto GeckoAppShell::GetHandlersForMimeTypeWrapper(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1) -> mozilla::jni::ObjectArray::LocalRef { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1); } @@ -316,7 +316,7 @@ mozilla::jni::ObjectArray::LocalRef GeckoAppShell::GetHandlersForMimeTypeWrapper constexpr char GeckoAppShell::GetHandlersForURLWrapper_t::name[]; constexpr char GeckoAppShell::GetHandlersForURLWrapper_t::signature[]; -mozilla::jni::ObjectArray::LocalRef GeckoAppShell::GetHandlersForURLWrapper(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1) +auto GeckoAppShell::GetHandlersForURLWrapper(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1) -> mozilla::jni::ObjectArray::LocalRef { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1); } @@ -324,7 +324,7 @@ mozilla::jni::ObjectArray::LocalRef GeckoAppShell::GetHandlersForURLWrapper(mozi constexpr char GeckoAppShell::GetIconForExtensionWrapper_t::name[]; constexpr char GeckoAppShell::GetIconForExtensionWrapper_t::signature[]; -mozilla::jni::ByteArray::LocalRef GeckoAppShell::GetIconForExtensionWrapper(mozilla::jni::String::Param a0, int32_t a1) +auto GeckoAppShell::GetIconForExtensionWrapper(mozilla::jni::String::Param a0, int32_t a1) -> mozilla::jni::ByteArray::LocalRef { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1); } @@ -332,7 +332,7 @@ mozilla::jni::ByteArray::LocalRef GeckoAppShell::GetIconForExtensionWrapper(mozi constexpr char GeckoAppShell::GetMaxTouchPoints_t::name[]; constexpr char GeckoAppShell::GetMaxTouchPoints_t::signature[]; -int32_t GeckoAppShell::GetMaxTouchPoints() +auto GeckoAppShell::GetMaxTouchPoints() -> int32_t { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -340,7 +340,7 @@ int32_t GeckoAppShell::GetMaxTouchPoints() constexpr char GeckoAppShell::GetMessageWrapper_t::name[]; constexpr char GeckoAppShell::GetMessageWrapper_t::signature[]; -void GeckoAppShell::GetMessageWrapper(int32_t a0, int32_t a1) +auto GeckoAppShell::GetMessageWrapper(int32_t a0, int32_t a1) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1); } @@ -348,7 +348,7 @@ void GeckoAppShell::GetMessageWrapper(int32_t a0, int32_t a1) constexpr char GeckoAppShell::GetMimeTypeFromExtensionsWrapper_t::name[]; constexpr char GeckoAppShell::GetMimeTypeFromExtensionsWrapper_t::signature[]; -mozilla::jni::String::LocalRef GeckoAppShell::GetMimeTypeFromExtensionsWrapper(mozilla::jni::String::Param a0) +auto GeckoAppShell::GetMimeTypeFromExtensionsWrapper(mozilla::jni::String::Param a0) -> mozilla::jni::String::LocalRef { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -356,7 +356,7 @@ mozilla::jni::String::LocalRef GeckoAppShell::GetMimeTypeFromExtensionsWrapper(m constexpr char GeckoAppShell::GetNextMessageInListWrapper_t::name[]; constexpr char GeckoAppShell::GetNextMessageInListWrapper_t::signature[]; -void GeckoAppShell::GetNextMessageInListWrapper(int32_t a0, int32_t a1) +auto GeckoAppShell::GetNextMessageInListWrapper(int32_t a0, int32_t a1) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1); } @@ -364,7 +364,7 @@ void GeckoAppShell::GetNextMessageInListWrapper(int32_t a0, int32_t a1) constexpr char GeckoAppShell::GetProxyForURIWrapper_t::name[]; constexpr char GeckoAppShell::GetProxyForURIWrapper_t::signature[]; -mozilla::jni::String::LocalRef GeckoAppShell::GetProxyForURIWrapper(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1, mozilla::jni::String::Param a2, int32_t a3) +auto GeckoAppShell::GetProxyForURIWrapper(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1, mozilla::jni::String::Param a2, int32_t a3) -> mozilla::jni::String::LocalRef { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1, a2, a3); } @@ -372,7 +372,7 @@ mozilla::jni::String::LocalRef GeckoAppShell::GetProxyForURIWrapper(mozilla::jni constexpr char GeckoAppShell::GetScreenDepthWrapper_t::name[]; constexpr char GeckoAppShell::GetScreenDepthWrapper_t::signature[]; -int32_t GeckoAppShell::GetScreenDepthWrapper() +auto GeckoAppShell::GetScreenDepthWrapper() -> int32_t { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -380,7 +380,7 @@ int32_t GeckoAppShell::GetScreenDepthWrapper() constexpr char GeckoAppShell::GetScreenOrientationWrapper_t::name[]; constexpr char GeckoAppShell::GetScreenOrientationWrapper_t::signature[]; -int16_t GeckoAppShell::GetScreenOrientationWrapper() +auto GeckoAppShell::GetScreenOrientationWrapper() -> int16_t { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -388,7 +388,7 @@ int16_t GeckoAppShell::GetScreenOrientationWrapper() constexpr char GeckoAppShell::GetShowPasswordSetting_t::name[]; constexpr char GeckoAppShell::GetShowPasswordSetting_t::signature[]; -bool GeckoAppShell::GetShowPasswordSetting() +auto GeckoAppShell::GetShowPasswordSetting() -> bool { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -396,7 +396,7 @@ bool GeckoAppShell::GetShowPasswordSetting() constexpr char GeckoAppShell::GetSystemColoursWrapper_t::name[]; constexpr char GeckoAppShell::GetSystemColoursWrapper_t::signature[]; -mozilla::jni::IntArray::LocalRef GeckoAppShell::GetSystemColoursWrapper() +auto GeckoAppShell::GetSystemColoursWrapper() -> mozilla::jni::IntArray::LocalRef { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -404,7 +404,7 @@ mozilla::jni::IntArray::LocalRef GeckoAppShell::GetSystemColoursWrapper() constexpr char GeckoAppShell::HandleGeckoMessageWrapper_t::name[]; constexpr char GeckoAppShell::HandleGeckoMessageWrapper_t::signature[]; -void GeckoAppShell::HandleGeckoMessageWrapper(mozilla::jni::Object::Param a0) +auto GeckoAppShell::HandleGeckoMessageWrapper(mozilla::jni::Object::Param a0) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -412,7 +412,7 @@ void GeckoAppShell::HandleGeckoMessageWrapper(mozilla::jni::Object::Param a0) constexpr char GeckoAppShell::HandleUncaughtException_t::name[]; constexpr char GeckoAppShell::HandleUncaughtException_t::signature[]; -void GeckoAppShell::HandleUncaughtException(mozilla::jni::Object::Param a0, mozilla::jni::Throwable::Param a1) +auto GeckoAppShell::HandleUncaughtException(mozilla::jni::Object::Param a0, mozilla::jni::Throwable::Param a1) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1); } @@ -420,7 +420,7 @@ void GeckoAppShell::HandleUncaughtException(mozilla::jni::Object::Param a0, mozi constexpr char GeckoAppShell::HideProgressDialog_t::name[]; constexpr char GeckoAppShell::HideProgressDialog_t::signature[]; -void GeckoAppShell::HideProgressDialog() +auto GeckoAppShell::HideProgressDialog() -> void { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -428,7 +428,7 @@ void GeckoAppShell::HideProgressDialog() constexpr char GeckoAppShell::InitCameraWrapper_t::name[]; constexpr char GeckoAppShell::InitCameraWrapper_t::signature[]; -mozilla::jni::IntArray::LocalRef GeckoAppShell::InitCameraWrapper(mozilla::jni::String::Param a0, int32_t a1, int32_t a2, int32_t a3) +auto GeckoAppShell::InitCameraWrapper(mozilla::jni::String::Param a0, int32_t a1, int32_t a2, int32_t a3) -> mozilla::jni::IntArray::LocalRef { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1, a2, a3); } @@ -436,7 +436,7 @@ mozilla::jni::IntArray::LocalRef GeckoAppShell::InitCameraWrapper(mozilla::jni:: constexpr char GeckoAppShell::IsNetworkLinkKnown_t::name[]; constexpr char GeckoAppShell::IsNetworkLinkKnown_t::signature[]; -bool GeckoAppShell::IsNetworkLinkKnown() +auto GeckoAppShell::IsNetworkLinkKnown() -> bool { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -444,7 +444,7 @@ bool GeckoAppShell::IsNetworkLinkKnown() constexpr char GeckoAppShell::IsNetworkLinkUp_t::name[]; constexpr char GeckoAppShell::IsNetworkLinkUp_t::signature[]; -bool GeckoAppShell::IsNetworkLinkUp() +auto GeckoAppShell::IsNetworkLinkUp() -> bool { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -452,7 +452,7 @@ bool GeckoAppShell::IsNetworkLinkUp() constexpr char GeckoAppShell::IsTablet_t::name[]; constexpr char GeckoAppShell::IsTablet_t::signature[]; -bool GeckoAppShell::IsTablet() +auto GeckoAppShell::IsTablet() -> bool { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -460,7 +460,7 @@ bool GeckoAppShell::IsTablet() constexpr char GeckoAppShell::KillAnyZombies_t::name[]; constexpr char GeckoAppShell::KillAnyZombies_t::signature[]; -void GeckoAppShell::KillAnyZombies() +auto GeckoAppShell::KillAnyZombies() -> void { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -468,7 +468,7 @@ void GeckoAppShell::KillAnyZombies() constexpr char GeckoAppShell::LoadPluginClass_t::name[]; constexpr char GeckoAppShell::LoadPluginClass_t::signature[]; -mozilla::jni::ClassObject::LocalRef GeckoAppShell::LoadPluginClass(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1) +auto GeckoAppShell::LoadPluginClass(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1) -> mozilla::jni::ClassObject::LocalRef { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1); } @@ -476,7 +476,7 @@ mozilla::jni::ClassObject::LocalRef GeckoAppShell::LoadPluginClass(mozilla::jni: constexpr char GeckoAppShell::LockScreenOrientation_t::name[]; constexpr char GeckoAppShell::LockScreenOrientation_t::signature[]; -void GeckoAppShell::LockScreenOrientation(int32_t a0) +auto GeckoAppShell::LockScreenOrientation(int32_t a0) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -484,7 +484,7 @@ void GeckoAppShell::LockScreenOrientation(int32_t a0) constexpr char GeckoAppShell::MarkURIVisited_t::name[]; constexpr char GeckoAppShell::MarkURIVisited_t::signature[]; -void GeckoAppShell::MarkURIVisited(mozilla::jni::String::Param a0) +auto GeckoAppShell::MarkURIVisited(mozilla::jni::String::Param a0) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -492,7 +492,7 @@ void GeckoAppShell::MarkURIVisited(mozilla::jni::String::Param a0) constexpr char GeckoAppShell::MoveTaskToBack_t::name[]; constexpr char GeckoAppShell::MoveTaskToBack_t::signature[]; -void GeckoAppShell::MoveTaskToBack() +auto GeckoAppShell::MoveTaskToBack() -> void { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -500,7 +500,7 @@ void GeckoAppShell::MoveTaskToBack() constexpr char GeckoAppShell::NetworkLinkType_t::name[]; constexpr char GeckoAppShell::NetworkLinkType_t::signature[]; -int32_t GeckoAppShell::NetworkLinkType() +auto GeckoAppShell::NetworkLinkType() -> int32_t { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -508,7 +508,7 @@ int32_t GeckoAppShell::NetworkLinkType() constexpr char GeckoAppShell::NotifyDefaultPrevented_t::name[]; constexpr char GeckoAppShell::NotifyDefaultPrevented_t::signature[]; -void GeckoAppShell::NotifyDefaultPrevented(bool a0) +auto GeckoAppShell::NotifyDefaultPrevented(bool a0) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -516,7 +516,7 @@ void GeckoAppShell::NotifyDefaultPrevented(bool a0) constexpr char GeckoAppShell::NotifyIME_t::name[]; constexpr char GeckoAppShell::NotifyIME_t::signature[]; -void GeckoAppShell::NotifyIME(int32_t a0) +auto GeckoAppShell::NotifyIME(int32_t a0) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -524,7 +524,7 @@ void GeckoAppShell::NotifyIME(int32_t a0) constexpr char GeckoAppShell::NotifyIMEChange_t::name[]; constexpr char GeckoAppShell::NotifyIMEChange_t::signature[]; -void GeckoAppShell::NotifyIMEChange(mozilla::jni::String::Param a0, int32_t a1, int32_t a2, int32_t a3) +auto GeckoAppShell::NotifyIMEChange(mozilla::jni::String::Param a0, int32_t a1, int32_t a2, int32_t a3) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1, a2, a3); } @@ -532,7 +532,7 @@ void GeckoAppShell::NotifyIMEChange(mozilla::jni::String::Param a0, int32_t a1, constexpr char GeckoAppShell::NotifyIMEContext_t::name[]; constexpr char GeckoAppShell::NotifyIMEContext_t::signature[]; -void GeckoAppShell::NotifyIMEContext(int32_t a0, mozilla::jni::String::Param a1, mozilla::jni::String::Param a2, mozilla::jni::String::Param a3) +auto GeckoAppShell::NotifyIMEContext(int32_t a0, mozilla::jni::String::Param a1, mozilla::jni::String::Param a2, mozilla::jni::String::Param a3) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1, a2, a3); } @@ -540,7 +540,7 @@ void GeckoAppShell::NotifyIMEContext(int32_t a0, mozilla::jni::String::Param a1, constexpr char GeckoAppShell::NotifyWakeLockChanged_t::name[]; constexpr char GeckoAppShell::NotifyWakeLockChanged_t::signature[]; -void GeckoAppShell::NotifyWakeLockChanged(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1) +auto GeckoAppShell::NotifyWakeLockChanged(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1); } @@ -548,7 +548,7 @@ void GeckoAppShell::NotifyWakeLockChanged(mozilla::jni::String::Param a0, mozill constexpr char GeckoAppShell::OpenUriExternal_t::name[]; constexpr char GeckoAppShell::OpenUriExternal_t::signature[]; -bool GeckoAppShell::OpenUriExternal(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1, mozilla::jni::String::Param a2, mozilla::jni::String::Param a3, mozilla::jni::String::Param a4, mozilla::jni::String::Param a5) +auto GeckoAppShell::OpenUriExternal(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1, mozilla::jni::String::Param a2, mozilla::jni::String::Param a3, mozilla::jni::String::Param a4, mozilla::jni::String::Param a5) -> bool { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1, a2, a3, a4, a5); } @@ -556,7 +556,7 @@ bool GeckoAppShell::OpenUriExternal(mozilla::jni::String::Param a0, mozilla::jni constexpr char GeckoAppShell::PerformHapticFeedback_t::name[]; constexpr char GeckoAppShell::PerformHapticFeedback_t::signature[]; -void GeckoAppShell::PerformHapticFeedback(bool a0) +auto GeckoAppShell::PerformHapticFeedback(bool a0) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -564,7 +564,7 @@ void GeckoAppShell::PerformHapticFeedback(bool a0) constexpr char GeckoAppShell::RegisterSurfaceTextureFrameListener_t::name[]; constexpr char GeckoAppShell::RegisterSurfaceTextureFrameListener_t::signature[]; -void GeckoAppShell::RegisterSurfaceTextureFrameListener(mozilla::jni::Object::Param a0, int32_t a1) +auto GeckoAppShell::RegisterSurfaceTextureFrameListener(mozilla::jni::Object::Param a0, int32_t a1) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1); } @@ -572,7 +572,7 @@ void GeckoAppShell::RegisterSurfaceTextureFrameListener(mozilla::jni::Object::Pa constexpr char GeckoAppShell::RemovePluginView_t::name[]; constexpr char GeckoAppShell::RemovePluginView_t::signature[]; -void GeckoAppShell::RemovePluginView(mozilla::jni::Object::Param a0, bool a1) +auto GeckoAppShell::RemovePluginView(mozilla::jni::Object::Param a0, bool a1) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1); } @@ -580,7 +580,7 @@ void GeckoAppShell::RemovePluginView(mozilla::jni::Object::Param a0, bool a1) constexpr char GeckoAppShell::RequestUiThreadCallback_t::name[]; constexpr char GeckoAppShell::RequestUiThreadCallback_t::signature[]; -void GeckoAppShell::RequestUiThreadCallback(int64_t a0) +auto GeckoAppShell::RequestUiThreadCallback(int64_t a0) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -588,7 +588,7 @@ void GeckoAppShell::RequestUiThreadCallback(int64_t a0) constexpr char GeckoAppShell::ScheduleRestart_t::name[]; constexpr char GeckoAppShell::ScheduleRestart_t::signature[]; -void GeckoAppShell::ScheduleRestart() +auto GeckoAppShell::ScheduleRestart() -> void { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -596,7 +596,7 @@ void GeckoAppShell::ScheduleRestart() constexpr char GeckoAppShell::SendMessageWrapper_t::name[]; constexpr char GeckoAppShell::SendMessageWrapper_t::signature[]; -void GeckoAppShell::SendMessageWrapper(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1, int32_t a2) +auto GeckoAppShell::SendMessageWrapper(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1, int32_t a2) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1, a2); } @@ -604,7 +604,7 @@ void GeckoAppShell::SendMessageWrapper(mozilla::jni::String::Param a0, mozilla:: constexpr char GeckoAppShell::SetFullScreen_t::name[]; constexpr char GeckoAppShell::SetFullScreen_t::signature[]; -void GeckoAppShell::SetFullScreen(bool a0) +auto GeckoAppShell::SetFullScreen(bool a0) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -612,7 +612,7 @@ void GeckoAppShell::SetFullScreen(bool a0) constexpr char GeckoAppShell::SetKeepScreenOn_t::name[]; constexpr char GeckoAppShell::SetKeepScreenOn_t::signature[]; -void GeckoAppShell::SetKeepScreenOn(bool a0) +auto GeckoAppShell::SetKeepScreenOn(bool a0) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -620,7 +620,7 @@ void GeckoAppShell::SetKeepScreenOn(bool a0) constexpr char GeckoAppShell::SetURITitle_t::name[]; constexpr char GeckoAppShell::SetURITitle_t::signature[]; -void GeckoAppShell::SetURITitle(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1) +auto GeckoAppShell::SetURITitle(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1); } @@ -628,7 +628,7 @@ void GeckoAppShell::SetURITitle(mozilla::jni::String::Param a0, mozilla::jni::St constexpr char GeckoAppShell::ShowAlertNotificationWrapper_t::name[]; constexpr char GeckoAppShell::ShowAlertNotificationWrapper_t::signature[]; -void GeckoAppShell::ShowAlertNotificationWrapper(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1, mozilla::jni::String::Param a2, mozilla::jni::String::Param a3, mozilla::jni::String::Param a4) +auto GeckoAppShell::ShowAlertNotificationWrapper(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1, mozilla::jni::String::Param a2, mozilla::jni::String::Param a3, mozilla::jni::String::Param a4) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1, a2, a3, a4); } @@ -636,7 +636,7 @@ void GeckoAppShell::ShowAlertNotificationWrapper(mozilla::jni::String::Param a0, constexpr char GeckoAppShell::ShowInputMethodPicker_t::name[]; constexpr char GeckoAppShell::ShowInputMethodPicker_t::signature[]; -void GeckoAppShell::ShowInputMethodPicker() +auto GeckoAppShell::ShowInputMethodPicker() -> void { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -644,7 +644,7 @@ void GeckoAppShell::ShowInputMethodPicker() constexpr char GeckoAppShell::StartMonitoringGamepad_t::name[]; constexpr char GeckoAppShell::StartMonitoringGamepad_t::signature[]; -void GeckoAppShell::StartMonitoringGamepad() +auto GeckoAppShell::StartMonitoringGamepad() -> void { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -652,7 +652,7 @@ void GeckoAppShell::StartMonitoringGamepad() constexpr char GeckoAppShell::StopMonitoringGamepad_t::name[]; constexpr char GeckoAppShell::StopMonitoringGamepad_t::signature[]; -void GeckoAppShell::StopMonitoringGamepad() +auto GeckoAppShell::StopMonitoringGamepad() -> void { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -660,7 +660,7 @@ void GeckoAppShell::StopMonitoringGamepad() constexpr char GeckoAppShell::UnlockProfile_t::name[]; constexpr char GeckoAppShell::UnlockProfile_t::signature[]; -bool GeckoAppShell::UnlockProfile() +auto GeckoAppShell::UnlockProfile() -> bool { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -668,7 +668,7 @@ bool GeckoAppShell::UnlockProfile() constexpr char GeckoAppShell::UnlockScreenOrientation_t::name[]; constexpr char GeckoAppShell::UnlockScreenOrientation_t::signature[]; -void GeckoAppShell::UnlockScreenOrientation() +auto GeckoAppShell::UnlockScreenOrientation() -> void { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -676,7 +676,7 @@ void GeckoAppShell::UnlockScreenOrientation() constexpr char GeckoAppShell::UnregisterSurfaceTextureFrameListener_t::name[]; constexpr char GeckoAppShell::UnregisterSurfaceTextureFrameListener_t::signature[]; -void GeckoAppShell::UnregisterSurfaceTextureFrameListener(mozilla::jni::Object::Param a0) +auto GeckoAppShell::UnregisterSurfaceTextureFrameListener(mozilla::jni::Object::Param a0) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -684,7 +684,7 @@ void GeckoAppShell::UnregisterSurfaceTextureFrameListener(mozilla::jni::Object:: constexpr char GeckoAppShell::Vibrate1_t::name[]; constexpr char GeckoAppShell::Vibrate1_t::signature[]; -void GeckoAppShell::Vibrate1(int64_t a0) +auto GeckoAppShell::Vibrate1(int64_t a0) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -692,7 +692,7 @@ void GeckoAppShell::Vibrate1(int64_t a0) constexpr char GeckoAppShell::VibrateA_t::name[]; constexpr char GeckoAppShell::VibrateA_t::signature[]; -void GeckoAppShell::VibrateA(mozilla::jni::LongArray::Param a0, int32_t a1) +auto GeckoAppShell::VibrateA(mozilla::jni::LongArray::Param a0, int32_t a1) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1); } @@ -702,7 +702,7 @@ constexpr char GeckoJavaSampler::name[]; constexpr char GeckoJavaSampler::GetFrameNameJavaProfilingWrapper_t::name[]; constexpr char GeckoJavaSampler::GetFrameNameJavaProfilingWrapper_t::signature[]; -mozilla::jni::String::LocalRef GeckoJavaSampler::GetFrameNameJavaProfilingWrapper(int32_t a0, int32_t a1, int32_t a2) +auto GeckoJavaSampler::GetFrameNameJavaProfilingWrapper(int32_t a0, int32_t a1, int32_t a2) -> mozilla::jni::String::LocalRef { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1, a2); } @@ -710,7 +710,7 @@ mozilla::jni::String::LocalRef GeckoJavaSampler::GetFrameNameJavaProfilingWrappe constexpr char GeckoJavaSampler::GetSampleTimeJavaProfiling_t::name[]; constexpr char GeckoJavaSampler::GetSampleTimeJavaProfiling_t::signature[]; -double GeckoJavaSampler::GetSampleTimeJavaProfiling(int32_t a0, int32_t a1) +auto GeckoJavaSampler::GetSampleTimeJavaProfiling(int32_t a0, int32_t a1) -> double { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1); } @@ -718,7 +718,7 @@ double GeckoJavaSampler::GetSampleTimeJavaProfiling(int32_t a0, int32_t a1) constexpr char GeckoJavaSampler::GetThreadNameJavaProfilingWrapper_t::name[]; constexpr char GeckoJavaSampler::GetThreadNameJavaProfilingWrapper_t::signature[]; -mozilla::jni::String::LocalRef GeckoJavaSampler::GetThreadNameJavaProfilingWrapper(int32_t a0) +auto GeckoJavaSampler::GetThreadNameJavaProfilingWrapper(int32_t a0) -> mozilla::jni::String::LocalRef { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -726,7 +726,7 @@ mozilla::jni::String::LocalRef GeckoJavaSampler::GetThreadNameJavaProfilingWrapp constexpr char GeckoJavaSampler::PauseJavaProfiling_t::name[]; constexpr char GeckoJavaSampler::PauseJavaProfiling_t::signature[]; -void GeckoJavaSampler::PauseJavaProfiling() +auto GeckoJavaSampler::PauseJavaProfiling() -> void { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -734,7 +734,7 @@ void GeckoJavaSampler::PauseJavaProfiling() constexpr char GeckoJavaSampler::StartJavaProfiling_t::name[]; constexpr char GeckoJavaSampler::StartJavaProfiling_t::signature[]; -void GeckoJavaSampler::StartJavaProfiling(int32_t a0, int32_t a1) +auto GeckoJavaSampler::StartJavaProfiling(int32_t a0, int32_t a1) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1); } @@ -742,7 +742,7 @@ void GeckoJavaSampler::StartJavaProfiling(int32_t a0, int32_t a1) constexpr char GeckoJavaSampler::StopJavaProfiling_t::name[]; constexpr char GeckoJavaSampler::StopJavaProfiling_t::signature[]; -void GeckoJavaSampler::StopJavaProfiling() +auto GeckoJavaSampler::StopJavaProfiling() -> void { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -750,7 +750,7 @@ void GeckoJavaSampler::StopJavaProfiling() constexpr char GeckoJavaSampler::UnpauseJavaProfiling_t::name[]; constexpr char GeckoJavaSampler::UnpauseJavaProfiling_t::signature[]; -void GeckoJavaSampler::UnpauseJavaProfiling() +auto GeckoJavaSampler::UnpauseJavaProfiling() -> void { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -760,7 +760,7 @@ constexpr char GeckoThread::name[]; constexpr char GeckoThread::PumpMessageLoop_t::name[]; constexpr char GeckoThread::PumpMessageLoop_t::signature[]; -bool GeckoThread::PumpMessageLoop(mozilla::jni::Object::Param a0) +auto GeckoThread::PumpMessageLoop(mozilla::jni::Object::Param a0) -> bool { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -770,7 +770,7 @@ constexpr char RestrictedProfiles::name[]; constexpr char RestrictedProfiles::IsAllowed_t::name[]; constexpr char RestrictedProfiles::IsAllowed_t::signature[]; -bool RestrictedProfiles::IsAllowed(int32_t a0, mozilla::jni::String::Param a1) +auto RestrictedProfiles::IsAllowed(int32_t a0, mozilla::jni::String::Param a1) -> bool { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1); } @@ -778,7 +778,7 @@ bool RestrictedProfiles::IsAllowed(int32_t a0, mozilla::jni::String::Param a1) constexpr char RestrictedProfiles::IsUserRestricted_t::name[]; constexpr char RestrictedProfiles::IsUserRestricted_t::signature[]; -bool RestrictedProfiles::IsUserRestricted() +auto RestrictedProfiles::IsUserRestricted() -> bool { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -788,7 +788,7 @@ constexpr char SurfaceBits::name[]; constexpr char SurfaceBits::New_t::name[]; constexpr char SurfaceBits::New_t::signature[]; -SurfaceBits::LocalRef SurfaceBits::New() +auto SurfaceBits::New() -> SurfaceBits::LocalRef { return mozilla::jni::Constructor::Call(nullptr, nullptr); } @@ -796,12 +796,12 @@ SurfaceBits::LocalRef SurfaceBits::New() constexpr char SurfaceBits::Buffer_t::name[]; constexpr char SurfaceBits::Buffer_t::signature[]; -mozilla::jni::Object::LocalRef SurfaceBits::Buffer() const +auto SurfaceBits::Buffer() const -> mozilla::jni::Object::LocalRef { return mozilla::jni::Field::Get(this, nullptr); } -void SurfaceBits::Buffer(mozilla::jni::Object::Param a0) const +auto SurfaceBits::Buffer(mozilla::jni::Object::Param a0) const -> void { return mozilla::jni::Field::Set(this, nullptr, a0); } @@ -809,12 +809,12 @@ void SurfaceBits::Buffer(mozilla::jni::Object::Param a0) const constexpr char SurfaceBits::Format_t::name[]; constexpr char SurfaceBits::Format_t::signature[]; -int32_t SurfaceBits::Format() const +auto SurfaceBits::Format() const -> int32_t { return mozilla::jni::Field::Get(this, nullptr); } -void SurfaceBits::Format(int32_t a0) const +auto SurfaceBits::Format(int32_t a0) const -> void { return mozilla::jni::Field::Set(this, nullptr, a0); } @@ -822,12 +822,12 @@ void SurfaceBits::Format(int32_t a0) const constexpr char SurfaceBits::Height_t::name[]; constexpr char SurfaceBits::Height_t::signature[]; -int32_t SurfaceBits::Height() const +auto SurfaceBits::Height() const -> int32_t { return mozilla::jni::Field::Get(this, nullptr); } -void SurfaceBits::Height(int32_t a0) const +auto SurfaceBits::Height(int32_t a0) const -> void { return mozilla::jni::Field::Set(this, nullptr, a0); } @@ -835,12 +835,12 @@ void SurfaceBits::Height(int32_t a0) const constexpr char SurfaceBits::Width_t::name[]; constexpr char SurfaceBits::Width_t::signature[]; -int32_t SurfaceBits::Width() const +auto SurfaceBits::Width() const -> int32_t { return mozilla::jni::Field::Get(this, nullptr); } -void SurfaceBits::Width(int32_t a0) const +auto SurfaceBits::Width(int32_t a0) const -> void { return mozilla::jni::Field::Set(this, nullptr, a0); } @@ -850,7 +850,7 @@ constexpr char ThumbnailHelper::name[]; constexpr char ThumbnailHelper::SendThumbnail_t::name[]; constexpr char ThumbnailHelper::SendThumbnail_t::signature[]; -void ThumbnailHelper::SendThumbnail(mozilla::jni::Object::Param a0, int32_t a1, bool a2, bool a3) +auto ThumbnailHelper::SendThumbnail(mozilla::jni::Object::Param a0, int32_t a1, bool a2, bool a3) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0, a1, a2, a3); } @@ -860,7 +860,7 @@ constexpr char DisplayPortMetrics::name[]; constexpr char DisplayPortMetrics::New_t::name[]; constexpr char DisplayPortMetrics::New_t::signature[]; -DisplayPortMetrics::LocalRef DisplayPortMetrics::New(float a0, float a1, float a2, float a3, float a4) +auto DisplayPortMetrics::New(float a0, float a1, float a2, float a3, float a4) -> DisplayPortMetrics::LocalRef { return mozilla::jni::Constructor::Call(nullptr, nullptr, a0, a1, a2, a3, a4); } @@ -868,7 +868,7 @@ DisplayPortMetrics::LocalRef DisplayPortMetrics::New(float a0, float a1, float a constexpr char DisplayPortMetrics::MPosition_t::name[]; constexpr char DisplayPortMetrics::MPosition_t::signature[]; -mozilla::jni::Object::LocalRef DisplayPortMetrics::MPosition() const +auto DisplayPortMetrics::MPosition() const -> mozilla::jni::Object::LocalRef { return mozilla::jni::Field::Get(this, nullptr); } @@ -876,7 +876,7 @@ mozilla::jni::Object::LocalRef DisplayPortMetrics::MPosition() const constexpr char DisplayPortMetrics::Resolution_t::name[]; constexpr char DisplayPortMetrics::Resolution_t::signature[]; -float DisplayPortMetrics::Resolution() const +auto DisplayPortMetrics::Resolution() const -> float { return mozilla::jni::Field::Get(this, nullptr); } @@ -886,7 +886,7 @@ constexpr char GLController::name[]; constexpr char GLController::CreateEGLSurfaceForCompositorWrapper_t::name[]; constexpr char GLController::CreateEGLSurfaceForCompositorWrapper_t::signature[]; -mozilla::jni::Object::LocalRef GLController::CreateEGLSurfaceForCompositorWrapper() const +auto GLController::CreateEGLSurfaceForCompositorWrapper() const -> mozilla::jni::Object::LocalRef { return mozilla::jni::Method::Call(this, nullptr); } @@ -896,7 +896,7 @@ constexpr char GeckoLayerClient::name[]; constexpr char GeckoLayerClient::ActivateProgram_t::name[]; constexpr char GeckoLayerClient::ActivateProgram_t::signature[]; -void GeckoLayerClient::ActivateProgram() const +auto GeckoLayerClient::ActivateProgram() const -> void { return mozilla::jni::Method::Call(this, nullptr); } @@ -904,7 +904,7 @@ void GeckoLayerClient::ActivateProgram() const constexpr char GeckoLayerClient::ContentDocumentChanged_t::name[]; constexpr char GeckoLayerClient::ContentDocumentChanged_t::signature[]; -void GeckoLayerClient::ContentDocumentChanged() const +auto GeckoLayerClient::ContentDocumentChanged() const -> void { return mozilla::jni::Method::Call(this, nullptr); } @@ -912,7 +912,7 @@ void GeckoLayerClient::ContentDocumentChanged() const constexpr char GeckoLayerClient::CreateFrame_t::name[]; constexpr char GeckoLayerClient::CreateFrame_t::signature[]; -mozilla::jni::Object::LocalRef GeckoLayerClient::CreateFrame() const +auto GeckoLayerClient::CreateFrame() const -> mozilla::jni::Object::LocalRef { return mozilla::jni::Method::Call(this, nullptr); } @@ -920,7 +920,7 @@ mozilla::jni::Object::LocalRef GeckoLayerClient::CreateFrame() const constexpr char GeckoLayerClient::DeactivateProgramAndRestoreState_t::name[]; constexpr char GeckoLayerClient::DeactivateProgramAndRestoreState_t::signature[]; -void GeckoLayerClient::DeactivateProgramAndRestoreState(bool a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4) const +auto GeckoLayerClient::DeactivateProgramAndRestoreState(bool a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4) const -> void { return mozilla::jni::Method::Call(this, nullptr, a0, a1, a2, a3, a4); } @@ -928,7 +928,7 @@ void GeckoLayerClient::DeactivateProgramAndRestoreState(bool a0, int32_t a1, int constexpr char GeckoLayerClient::GetDisplayPort_t::name[]; constexpr char GeckoLayerClient::GetDisplayPort_t::signature[]; -mozilla::jni::Object::LocalRef GeckoLayerClient::GetDisplayPort(bool a0, bool a1, int32_t a2, mozilla::jni::Object::Param a3) const +auto GeckoLayerClient::GetDisplayPort(bool a0, bool a1, int32_t a2, mozilla::jni::Object::Param a3) const -> mozilla::jni::Object::LocalRef { return mozilla::jni::Method::Call(this, nullptr, a0, a1, a2, a3); } @@ -936,7 +936,7 @@ mozilla::jni::Object::LocalRef GeckoLayerClient::GetDisplayPort(bool a0, bool a1 constexpr char GeckoLayerClient::IsContentDocumentDisplayed_t::name[]; constexpr char GeckoLayerClient::IsContentDocumentDisplayed_t::signature[]; -bool GeckoLayerClient::IsContentDocumentDisplayed() const +auto GeckoLayerClient::IsContentDocumentDisplayed() const -> bool { return mozilla::jni::Method::Call(this, nullptr); } @@ -944,7 +944,7 @@ bool GeckoLayerClient::IsContentDocumentDisplayed() const constexpr char GeckoLayerClient::ProgressiveUpdateCallback_t::name[]; constexpr char GeckoLayerClient::ProgressiveUpdateCallback_t::signature[]; -mozilla::jni::Object::LocalRef GeckoLayerClient::ProgressiveUpdateCallback(bool a0, float a1, float a2, float a3, float a4, float a5, bool a6) const +auto GeckoLayerClient::ProgressiveUpdateCallback(bool a0, float a1, float a2, float a3, float a4, float a5, bool a6) const -> mozilla::jni::Object::LocalRef { return mozilla::jni::Method::Call(this, nullptr, a0, a1, a2, a3, a4, a5, a6); } @@ -952,7 +952,7 @@ mozilla::jni::Object::LocalRef GeckoLayerClient::ProgressiveUpdateCallback(bool constexpr char GeckoLayerClient::SetFirstPaintViewport_t::name[]; constexpr char GeckoLayerClient::SetFirstPaintViewport_t::signature[]; -void GeckoLayerClient::SetFirstPaintViewport(float a0, float a1, float a2, float a3, float a4, float a5, float a6) const +auto GeckoLayerClient::SetFirstPaintViewport(float a0, float a1, float a2, float a3, float a4, float a5, float a6) const -> void { return mozilla::jni::Method::Call(this, nullptr, a0, a1, a2, a3, a4, a5, a6); } @@ -960,7 +960,7 @@ void GeckoLayerClient::SetFirstPaintViewport(float a0, float a1, float a2, float constexpr char GeckoLayerClient::SetPageRect_t::name[]; constexpr char GeckoLayerClient::SetPageRect_t::signature[]; -void GeckoLayerClient::SetPageRect(float a0, float a1, float a2, float a3) const +auto GeckoLayerClient::SetPageRect(float a0, float a1, float a2, float a3) const -> void { return mozilla::jni::Method::Call(this, nullptr, a0, a1, a2, a3); } @@ -968,7 +968,7 @@ void GeckoLayerClient::SetPageRect(float a0, float a1, float a2, float a3) const constexpr char GeckoLayerClient::SyncFrameMetrics_t::name[]; constexpr char GeckoLayerClient::SyncFrameMetrics_t::signature[]; -mozilla::jni::Object::LocalRef GeckoLayerClient::SyncFrameMetrics(float a0, float a1, float a2, float a3, float a4, float a5, float a6, bool a7, int32_t a8, int32_t a9, int32_t a10, int32_t a11, float a12, bool a13) const +auto GeckoLayerClient::SyncFrameMetrics(float a0, float a1, float a2, float a3, float a4, float a5, float a6, bool a7, int32_t a8, int32_t a9, int32_t a10, int32_t a11, float a12, bool a13) const -> mozilla::jni::Object::LocalRef { return mozilla::jni::Method::Call(this, nullptr, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13); } @@ -976,7 +976,7 @@ mozilla::jni::Object::LocalRef GeckoLayerClient::SyncFrameMetrics(float a0, floa constexpr char GeckoLayerClient::SyncViewportInfo_t::name[]; constexpr char GeckoLayerClient::SyncViewportInfo_t::signature[]; -mozilla::jni::Object::LocalRef GeckoLayerClient::SyncViewportInfo(int32_t a0, int32_t a1, int32_t a2, int32_t a3, float a4, bool a5) const +auto GeckoLayerClient::SyncViewportInfo(int32_t a0, int32_t a1, int32_t a2, int32_t a3, float a4, bool a5) const -> mozilla::jni::Object::LocalRef { return mozilla::jni::Method::Call(this, nullptr, a0, a1, a2, a3, a4, a5); } @@ -986,7 +986,7 @@ constexpr char ImmutableViewportMetrics::name[]; constexpr char ImmutableViewportMetrics::New_t::name[]; constexpr char ImmutableViewportMetrics::New_t::signature[]; -ImmutableViewportMetrics::LocalRef ImmutableViewportMetrics::New(float a0, float a1, float a2, float a3, float a4, float a5, float a6, float a7, float a8, float a9, float a10, float a11, float a12) +auto ImmutableViewportMetrics::New(float a0, float a1, float a2, float a3, float a4, float a5, float a6, float a7, float a8, float a9, float a10, float a11, float a12) -> ImmutableViewportMetrics::LocalRef { return mozilla::jni::Constructor::Call(nullptr, nullptr, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12); } @@ -996,7 +996,7 @@ constexpr char LayerView::name[]; constexpr char LayerView::RegisterCompositorWrapper_t::name[]; constexpr char LayerView::RegisterCompositorWrapper_t::signature[]; -mozilla::jni::Object::LocalRef LayerView::RegisterCompositorWrapper() +auto LayerView::RegisterCompositorWrapper() -> mozilla::jni::Object::LocalRef { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -1004,7 +1004,7 @@ mozilla::jni::Object::LocalRef LayerView::RegisterCompositorWrapper() constexpr char LayerView::updateZoomedView_t::name[]; constexpr char LayerView::updateZoomedView_t::signature[]; -void LayerView::updateZoomedView(mozilla::jni::Object::Param a0) +auto LayerView::updateZoomedView(mozilla::jni::Object::Param a0) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -1014,7 +1014,7 @@ constexpr char NativePanZoomController::name[]; constexpr char NativePanZoomController::RequestContentRepaintWrapper_t::name[]; constexpr char NativePanZoomController::RequestContentRepaintWrapper_t::signature[]; -void NativePanZoomController::RequestContentRepaintWrapper(float a0, float a1, float a2, float a3, float a4) const +auto NativePanZoomController::RequestContentRepaintWrapper(float a0, float a1, float a2, float a3, float a4) const -> void { return mozilla::jni::Method::Call(this, nullptr, a0, a1, a2, a3, a4); } @@ -1024,7 +1024,7 @@ constexpr char ProgressiveUpdateData::name[]; constexpr char ProgressiveUpdateData::New_t::name[]; constexpr char ProgressiveUpdateData::New_t::signature[]; -ProgressiveUpdateData::LocalRef ProgressiveUpdateData::New() +auto ProgressiveUpdateData::New() -> ProgressiveUpdateData::LocalRef { return mozilla::jni::Constructor::Call(nullptr, nullptr); } @@ -1032,7 +1032,7 @@ ProgressiveUpdateData::LocalRef ProgressiveUpdateData::New() constexpr char ProgressiveUpdateData::SetViewport_t::name[]; constexpr char ProgressiveUpdateData::SetViewport_t::signature[]; -void ProgressiveUpdateData::SetViewport(mozilla::jni::Object::Param a0) const +auto ProgressiveUpdateData::SetViewport(mozilla::jni::Object::Param a0) const -> void { return mozilla::jni::Method::Call(this, nullptr, a0); } @@ -1040,12 +1040,12 @@ void ProgressiveUpdateData::SetViewport(mozilla::jni::Object::Param a0) const constexpr char ProgressiveUpdateData::Abort_t::name[]; constexpr char ProgressiveUpdateData::Abort_t::signature[]; -bool ProgressiveUpdateData::Abort() const +auto ProgressiveUpdateData::Abort() const -> bool { return mozilla::jni::Field::Get(this, nullptr); } -void ProgressiveUpdateData::Abort(bool a0) const +auto ProgressiveUpdateData::Abort(bool a0) const -> void { return mozilla::jni::Field::Set(this, nullptr, a0); } @@ -1053,12 +1053,12 @@ void ProgressiveUpdateData::Abort(bool a0) const constexpr char ProgressiveUpdateData::Scale_t::name[]; constexpr char ProgressiveUpdateData::Scale_t::signature[]; -float ProgressiveUpdateData::Scale() const +auto ProgressiveUpdateData::Scale() const -> float { return mozilla::jni::Field::Get(this, nullptr); } -void ProgressiveUpdateData::Scale(float a0) const +auto ProgressiveUpdateData::Scale(float a0) const -> void { return mozilla::jni::Field::Set(this, nullptr, a0); } @@ -1066,12 +1066,12 @@ void ProgressiveUpdateData::Scale(float a0) const constexpr char ProgressiveUpdateData::X_t::name[]; constexpr char ProgressiveUpdateData::X_t::signature[]; -float ProgressiveUpdateData::X() const +auto ProgressiveUpdateData::X() const -> float { return mozilla::jni::Field::Get(this, nullptr); } -void ProgressiveUpdateData::X(float a0) const +auto ProgressiveUpdateData::X(float a0) const -> void { return mozilla::jni::Field::Set(this, nullptr, a0); } @@ -1079,12 +1079,12 @@ void ProgressiveUpdateData::X(float a0) const constexpr char ProgressiveUpdateData::Y_t::name[]; constexpr char ProgressiveUpdateData::Y_t::signature[]; -float ProgressiveUpdateData::Y() const +auto ProgressiveUpdateData::Y() const -> float { return mozilla::jni::Field::Get(this, nullptr); } -void ProgressiveUpdateData::Y(float a0) const +auto ProgressiveUpdateData::Y(float a0) const -> void { return mozilla::jni::Field::Set(this, nullptr, a0); } @@ -1094,7 +1094,7 @@ constexpr char ViewTransform::name[]; constexpr char ViewTransform::New_t::name[]; constexpr char ViewTransform::New_t::signature[]; -ViewTransform::LocalRef ViewTransform::New(float a0, float a1, float a2) +auto ViewTransform::New(float a0, float a1, float a2) -> ViewTransform::LocalRef { return mozilla::jni::Constructor::Call(nullptr, nullptr, a0, a1, a2); } @@ -1102,12 +1102,12 @@ ViewTransform::LocalRef ViewTransform::New(float a0, float a1, float a2) constexpr char ViewTransform::FixedLayerMarginBottom_t::name[]; constexpr char ViewTransform::FixedLayerMarginBottom_t::signature[]; -float ViewTransform::FixedLayerMarginBottom() const +auto ViewTransform::FixedLayerMarginBottom() const -> float { return mozilla::jni::Field::Get(this, nullptr); } -void ViewTransform::FixedLayerMarginBottom(float a0) const +auto ViewTransform::FixedLayerMarginBottom(float a0) const -> void { return mozilla::jni::Field::Set(this, nullptr, a0); } @@ -1115,12 +1115,12 @@ void ViewTransform::FixedLayerMarginBottom(float a0) const constexpr char ViewTransform::FixedLayerMarginLeft_t::name[]; constexpr char ViewTransform::FixedLayerMarginLeft_t::signature[]; -float ViewTransform::FixedLayerMarginLeft() const +auto ViewTransform::FixedLayerMarginLeft() const -> float { return mozilla::jni::Field::Get(this, nullptr); } -void ViewTransform::FixedLayerMarginLeft(float a0) const +auto ViewTransform::FixedLayerMarginLeft(float a0) const -> void { return mozilla::jni::Field::Set(this, nullptr, a0); } @@ -1128,12 +1128,12 @@ void ViewTransform::FixedLayerMarginLeft(float a0) const constexpr char ViewTransform::FixedLayerMarginRight_t::name[]; constexpr char ViewTransform::FixedLayerMarginRight_t::signature[]; -float ViewTransform::FixedLayerMarginRight() const +auto ViewTransform::FixedLayerMarginRight() const -> float { return mozilla::jni::Field::Get(this, nullptr); } -void ViewTransform::FixedLayerMarginRight(float a0) const +auto ViewTransform::FixedLayerMarginRight(float a0) const -> void { return mozilla::jni::Field::Set(this, nullptr, a0); } @@ -1141,12 +1141,12 @@ void ViewTransform::FixedLayerMarginRight(float a0) const constexpr char ViewTransform::FixedLayerMarginTop_t::name[]; constexpr char ViewTransform::FixedLayerMarginTop_t::signature[]; -float ViewTransform::FixedLayerMarginTop() const +auto ViewTransform::FixedLayerMarginTop() const -> float { return mozilla::jni::Field::Get(this, nullptr); } -void ViewTransform::FixedLayerMarginTop(float a0) const +auto ViewTransform::FixedLayerMarginTop(float a0) const -> void { return mozilla::jni::Field::Set(this, nullptr, a0); } @@ -1154,12 +1154,12 @@ void ViewTransform::FixedLayerMarginTop(float a0) const constexpr char ViewTransform::OffsetX_t::name[]; constexpr char ViewTransform::OffsetX_t::signature[]; -float ViewTransform::OffsetX() const +auto ViewTransform::OffsetX() const -> float { return mozilla::jni::Field::Get(this, nullptr); } -void ViewTransform::OffsetX(float a0) const +auto ViewTransform::OffsetX(float a0) const -> void { return mozilla::jni::Field::Set(this, nullptr, a0); } @@ -1167,12 +1167,12 @@ void ViewTransform::OffsetX(float a0) const constexpr char ViewTransform::OffsetY_t::name[]; constexpr char ViewTransform::OffsetY_t::signature[]; -float ViewTransform::OffsetY() const +auto ViewTransform::OffsetY() const -> float { return mozilla::jni::Field::Get(this, nullptr); } -void ViewTransform::OffsetY(float a0) const +auto ViewTransform::OffsetY(float a0) const -> void { return mozilla::jni::Field::Set(this, nullptr, a0); } @@ -1180,12 +1180,12 @@ void ViewTransform::OffsetY(float a0) const constexpr char ViewTransform::Scale_t::name[]; constexpr char ViewTransform::Scale_t::signature[]; -float ViewTransform::Scale() const +auto ViewTransform::Scale() const -> float { return mozilla::jni::Field::Get(this, nullptr); } -void ViewTransform::Scale(float a0) const +auto ViewTransform::Scale(float a0) const -> void { return mozilla::jni::Field::Set(this, nullptr, a0); } @@ -1193,12 +1193,12 @@ void ViewTransform::Scale(float a0) const constexpr char ViewTransform::X_t::name[]; constexpr char ViewTransform::X_t::signature[]; -float ViewTransform::X() const +auto ViewTransform::X() const -> float { return mozilla::jni::Field::Get(this, nullptr); } -void ViewTransform::X(float a0) const +auto ViewTransform::X(float a0) const -> void { return mozilla::jni::Field::Set(this, nullptr, a0); } @@ -1206,12 +1206,12 @@ void ViewTransform::X(float a0) const constexpr char ViewTransform::Y_t::name[]; constexpr char ViewTransform::Y_t::signature[]; -float ViewTransform::Y() const +auto ViewTransform::Y() const -> float { return mozilla::jni::Field::Get(this, nullptr); } -void ViewTransform::Y(float a0) const +auto ViewTransform::Y(float a0) const -> void { return mozilla::jni::Field::Set(this, nullptr, a0); } @@ -1221,7 +1221,7 @@ constexpr char MatrixBlobCursor::name[]; constexpr char MatrixBlobCursor::New_t::name[]; constexpr char MatrixBlobCursor::New_t::signature[]; -MatrixBlobCursor::LocalRef MatrixBlobCursor::New(mozilla::jni::ObjectArray::Param a0) +auto MatrixBlobCursor::New(mozilla::jni::ObjectArray::Param a0) -> MatrixBlobCursor::LocalRef { return mozilla::jni::Constructor::Call(nullptr, nullptr, a0); } @@ -1229,7 +1229,7 @@ MatrixBlobCursor::LocalRef MatrixBlobCursor::New(mozilla::jni::ObjectArray::Para constexpr char MatrixBlobCursor::New2_t::name[]; constexpr char MatrixBlobCursor::New2_t::signature[]; -MatrixBlobCursor::LocalRef MatrixBlobCursor::New(mozilla::jni::ObjectArray::Param a0, int32_t a1) +auto MatrixBlobCursor::New(mozilla::jni::ObjectArray::Param a0, int32_t a1) -> MatrixBlobCursor::LocalRef { return mozilla::jni::Constructor::Call(nullptr, nullptr, a0, a1); } @@ -1237,7 +1237,7 @@ MatrixBlobCursor::LocalRef MatrixBlobCursor::New(mozilla::jni::ObjectArray::Para constexpr char MatrixBlobCursor::AddRow_t::name[]; constexpr char MatrixBlobCursor::AddRow_t::signature[]; -void MatrixBlobCursor::AddRow(mozilla::jni::Object::Param a0) const +auto MatrixBlobCursor::AddRow(mozilla::jni::Object::Param a0) const -> void { return mozilla::jni::Method::Call(this, nullptr, a0); } @@ -1245,7 +1245,7 @@ void MatrixBlobCursor::AddRow(mozilla::jni::Object::Param a0) const constexpr char MatrixBlobCursor::AddRow2_t::name[]; constexpr char MatrixBlobCursor::AddRow2_t::signature[]; -void MatrixBlobCursor::AddRow(mozilla::jni::Object::Param a0, int32_t a1) const +auto MatrixBlobCursor::AddRow(mozilla::jni::Object::Param a0, int32_t a1) const -> void { return mozilla::jni::Method::Call(this, nullptr, a0, a1); } @@ -1253,7 +1253,7 @@ void MatrixBlobCursor::AddRow(mozilla::jni::Object::Param a0, int32_t a1) const constexpr char MatrixBlobCursor::AddRow3_t::name[]; constexpr char MatrixBlobCursor::AddRow3_t::signature[]; -void MatrixBlobCursor::AddRow(mozilla::jni::ObjectArray::Param a0) const +auto MatrixBlobCursor::AddRow(mozilla::jni::ObjectArray::Param a0) const -> void { return mozilla::jni::Method::Call(this, nullptr, a0); } @@ -1263,7 +1263,7 @@ constexpr char SQLiteBridgeException::name[]; constexpr char SQLiteBridgeException::New_t::name[]; constexpr char SQLiteBridgeException::New_t::signature[]; -SQLiteBridgeException::LocalRef SQLiteBridgeException::New() +auto SQLiteBridgeException::New() -> SQLiteBridgeException::LocalRef { return mozilla::jni::Constructor::Call(nullptr, nullptr); } @@ -1271,7 +1271,7 @@ SQLiteBridgeException::LocalRef SQLiteBridgeException::New() constexpr char SQLiteBridgeException::New2_t::name[]; constexpr char SQLiteBridgeException::New2_t::signature[]; -SQLiteBridgeException::LocalRef SQLiteBridgeException::New(mozilla::jni::String::Param a0) +auto SQLiteBridgeException::New(mozilla::jni::String::Param a0) -> SQLiteBridgeException::LocalRef { return mozilla::jni::Constructor::Call(nullptr, nullptr, a0); } @@ -1279,7 +1279,7 @@ SQLiteBridgeException::LocalRef SQLiteBridgeException::New(mozilla::jni::String: constexpr char SQLiteBridgeException::SerialVersionUID_t::name[]; constexpr char SQLiteBridgeException::SerialVersionUID_t::signature[]; -int64_t SQLiteBridgeException::SerialVersionUID() +auto SQLiteBridgeException::SerialVersionUID() -> int64_t { return mozilla::jni::Field::Get(nullptr, nullptr); } @@ -1289,7 +1289,7 @@ constexpr char Clipboard::name[]; constexpr char Clipboard::ClearText_t::name[]; constexpr char Clipboard::ClearText_t::signature[]; -void Clipboard::ClearText() +auto Clipboard::ClearText() -> void { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -1297,7 +1297,7 @@ void Clipboard::ClearText() constexpr char Clipboard::GetClipboardTextWrapper_t::name[]; constexpr char Clipboard::GetClipboardTextWrapper_t::signature[]; -mozilla::jni::String::LocalRef Clipboard::GetClipboardTextWrapper() +auto Clipboard::GetClipboardTextWrapper() -> mozilla::jni::String::LocalRef { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -1305,7 +1305,7 @@ mozilla::jni::String::LocalRef Clipboard::GetClipboardTextWrapper() constexpr char Clipboard::HasText_t::name[]; constexpr char Clipboard::HasText_t::signature[]; -bool Clipboard::HasText() +auto Clipboard::HasText() -> bool { return mozilla::jni::Method::Call(nullptr, nullptr); } @@ -1313,7 +1313,7 @@ bool Clipboard::HasText() constexpr char Clipboard::SetClipboardText_t::name[]; constexpr char Clipboard::SetClipboardText_t::signature[]; -void Clipboard::SetClipboardText(mozilla::jni::String::Param a0) +auto Clipboard::SetClipboardText(mozilla::jni::String::Param a0) -> void { return mozilla::jni::Method::Call(nullptr, nullptr, a0); } @@ -1323,7 +1323,7 @@ constexpr char NativeJSContainer::name[]; constexpr char NativeJSContainer::New_t::name[]; constexpr char NativeJSContainer::New_t::signature[]; -NativeJSContainer::LocalRef NativeJSContainer::New() +auto NativeJSContainer::New() -> NativeJSContainer::LocalRef { return mozilla::jni::Constructor::Call(nullptr, nullptr); } @@ -1339,7 +1339,7 @@ constexpr char NativeJSObject::name[]; constexpr char NativeJSObject::New_t::name[]; constexpr char NativeJSObject::New_t::signature[]; -NativeJSObject::LocalRef NativeJSObject::New() +auto NativeJSObject::New() -> NativeJSObject::LocalRef { return mozilla::jni::Constructor::Call(nullptr, nullptr); } @@ -1347,7 +1347,7 @@ NativeJSObject::LocalRef NativeJSObject::New() constexpr char NativeJSObject::DisposeNative_t::name[]; constexpr char NativeJSObject::DisposeNative_t::signature[]; -void NativeJSObject::DisposeNative() const +auto NativeJSObject::DisposeNative() const -> void { return mozilla::jni::Method::Call(this, nullptr); } diff --git a/widget/android/GeneratedJNIWrappers.h b/widget/android/GeneratedJNIWrappers.h index f7dc84725cfa..b46b9684f943 100644 --- a/widget/android/GeneratedJNIWrappers.h +++ b/widget/android/GeneratedJNIWrappers.h @@ -24,7 +24,7 @@ public: "org/mozilla/gecko/ANRReporter"; protected: - ANRReporter(jobject instance) : Class(instance) {} + using Class::Class; public: struct GetNativeStack_t { @@ -88,7 +88,7 @@ public: "org/mozilla/gecko/DownloadsIntegration"; protected: - DownloadsIntegration(jobject instance) : Class(instance) {} + using Class::Class; public: struct ScanMedia_t { @@ -107,7 +107,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void ScanMedia(mozilla::jni::String::Param, mozilla::jni::String::Param); + static auto ScanMedia(mozilla::jni::String::Param, mozilla::jni::String::Param) -> void; }; @@ -123,7 +123,7 @@ public: "org/mozilla/gecko/GeckoAppShell"; protected: - GeckoAppShell(jobject instance) : Class(instance) {} + using Class::Class; public: struct AcknowledgeEvent_t { @@ -140,7 +140,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void AcknowledgeEvent(); + static auto AcknowledgeEvent() -> void; public: struct AddPluginViewWrapper_t { @@ -163,7 +163,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void AddPluginViewWrapper(mozilla::jni::Object::Param, float, float, float, float, bool); + static auto AddPluginViewWrapper(mozilla::jni::Object::Param, float, float, float, float, bool) -> void; public: struct AlertsProgressListener_OnProgress_t { @@ -184,7 +184,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void AlertsProgressListener_OnProgress(mozilla::jni::String::Param, int64_t, int64_t, mozilla::jni::String::Param); + static auto AlertsProgressListener_OnProgress(mozilla::jni::String::Param, int64_t, int64_t, mozilla::jni::String::Param) -> void; public: struct CancelVibrate_t { @@ -201,7 +201,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void CancelVibrate(); + static auto CancelVibrate() -> void; public: struct CheckURIVisited_t { @@ -219,7 +219,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void CheckURIVisited(mozilla::jni::String::Param); + static auto CheckURIVisited(mozilla::jni::String::Param) -> void; public: struct ClearMessageList_t { @@ -237,7 +237,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void ClearMessageList(int32_t); + static auto ClearMessageList(int32_t) -> void; public: struct CloseCamera_t { @@ -254,7 +254,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void CloseCamera(); + static auto CloseCamera() -> void; public: struct CloseNotification_t { @@ -272,7 +272,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void CloseNotification(mozilla::jni::String::Param); + static auto CloseNotification(mozilla::jni::String::Param) -> void; public: struct ConnectionGetMimeType_t { @@ -290,7 +290,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static mozilla::jni::String::LocalRef ConnectionGetMimeType(mozilla::jni::Object::Param); + static auto ConnectionGetMimeType(mozilla::jni::Object::Param) -> mozilla::jni::String::LocalRef; public: struct CreateInputStream_t { @@ -308,7 +308,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static mozilla::jni::Object::LocalRef CreateInputStream(mozilla::jni::Object::Param); + static auto CreateInputStream(mozilla::jni::Object::Param) -> mozilla::jni::Object::LocalRef; public: struct CreateMessageListWrapper_t { @@ -335,7 +335,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void CreateMessageListWrapper(int64_t, int64_t, mozilla::jni::ObjectArray::Param, int32_t, mozilla::jni::String::Param, bool, bool, int64_t, bool, int32_t); + static auto CreateMessageListWrapper(int64_t, int64_t, mozilla::jni::ObjectArray::Param, int32_t, mozilla::jni::String::Param, bool, bool, int64_t, bool, int32_t) -> void; public: struct CreateShortcut_t { @@ -355,7 +355,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void CreateShortcut(mozilla::jni::String::Param, mozilla::jni::String::Param, mozilla::jni::String::Param); + static auto CreateShortcut(mozilla::jni::String::Param, mozilla::jni::String::Param, mozilla::jni::String::Param) -> void; public: struct DeleteMessageWrapper_t { @@ -374,7 +374,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void DeleteMessageWrapper(int32_t, int32_t); + static auto DeleteMessageWrapper(int32_t, int32_t) -> void; public: struct DisableBatteryNotifications_t { @@ -391,7 +391,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void DisableBatteryNotifications(); + static auto DisableBatteryNotifications() -> void; public: struct DisableNetworkNotifications_t { @@ -408,7 +408,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void DisableNetworkNotifications(); + static auto DisableNetworkNotifications() -> void; public: struct DisableScreenOrientationNotifications_t { @@ -425,7 +425,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void DisableScreenOrientationNotifications(); + static auto DisableScreenOrientationNotifications() -> void; public: struct DisableSensor_t { @@ -443,7 +443,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void DisableSensor(int32_t); + static auto DisableSensor(int32_t) -> void; public: struct EnableBatteryNotifications_t { @@ -460,7 +460,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void EnableBatteryNotifications(); + static auto EnableBatteryNotifications() -> void; public: struct EnableLocation_t { @@ -478,7 +478,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void EnableLocation(bool); + static auto EnableLocation(bool) -> void; public: struct EnableLocationHighAccuracy_t { @@ -496,7 +496,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void EnableLocationHighAccuracy(bool); + static auto EnableLocationHighAccuracy(bool) -> void; public: struct EnableNetworkNotifications_t { @@ -513,7 +513,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void EnableNetworkNotifications(); + static auto EnableNetworkNotifications() -> void; public: struct EnableScreenOrientationNotifications_t { @@ -530,7 +530,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void EnableScreenOrientationNotifications(); + static auto EnableScreenOrientationNotifications() -> void; public: struct EnableSensor_t { @@ -548,7 +548,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void EnableSensor(int32_t); + static auto EnableSensor(int32_t) -> void; public: struct GamepadAdded_t { @@ -567,7 +567,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void GamepadAdded(int32_t, int32_t); + static auto GamepadAdded(int32_t, int32_t) -> void; public: struct GetConnection_t { @@ -585,7 +585,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static mozilla::jni::Object::LocalRef GetConnection(mozilla::jni::String::Param); + static auto GetConnection(mozilla::jni::String::Param) -> mozilla::jni::Object::LocalRef; public: struct GetContext_t { @@ -602,7 +602,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static mozilla::jni::Object::LocalRef GetContext(); + static auto GetContext() -> mozilla::jni::Object::LocalRef; public: struct GetCurrentBatteryInformationWrapper_t { @@ -619,7 +619,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static mozilla::jni::DoubleArray::LocalRef GetCurrentBatteryInformationWrapper(); + static auto GetCurrentBatteryInformationWrapper() -> mozilla::jni::DoubleArray::LocalRef; public: struct GetCurrentNetworkInformationWrapper_t { @@ -636,7 +636,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static mozilla::jni::DoubleArray::LocalRef GetCurrentNetworkInformationWrapper(); + static auto GetCurrentNetworkInformationWrapper() -> mozilla::jni::DoubleArray::LocalRef; public: struct GetDensity_t { @@ -653,7 +653,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static float GetDensity(); + static auto GetDensity() -> float; public: struct GetDpiWrapper_t { @@ -670,7 +670,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static int32_t GetDpiWrapper(); + static auto GetDpiWrapper() -> int32_t; public: struct GetExtensionFromMimeTypeWrapper_t { @@ -688,7 +688,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static mozilla::jni::String::LocalRef GetExtensionFromMimeTypeWrapper(mozilla::jni::String::Param); + static auto GetExtensionFromMimeTypeWrapper(mozilla::jni::String::Param) -> mozilla::jni::String::LocalRef; public: struct GetExternalPublicDirectory_t { @@ -706,7 +706,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static mozilla::jni::String::LocalRef GetExternalPublicDirectory(mozilla::jni::String::Param); + static auto GetExternalPublicDirectory(mozilla::jni::String::Param) -> mozilla::jni::String::LocalRef; public: struct GetHWDecoderCapability_t { @@ -723,7 +723,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static bool GetHWDecoderCapability(); + static auto GetHWDecoderCapability() -> bool; public: struct GetHWEncoderCapability_t { @@ -740,7 +740,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static bool GetHWEncoderCapability(); + static auto GetHWEncoderCapability() -> bool; public: struct GetHandlersForMimeTypeWrapper_t { @@ -759,7 +759,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static mozilla::jni::ObjectArray::LocalRef GetHandlersForMimeTypeWrapper(mozilla::jni::String::Param, mozilla::jni::String::Param); + static auto GetHandlersForMimeTypeWrapper(mozilla::jni::String::Param, mozilla::jni::String::Param) -> mozilla::jni::ObjectArray::LocalRef; public: struct GetHandlersForURLWrapper_t { @@ -778,7 +778,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static mozilla::jni::ObjectArray::LocalRef GetHandlersForURLWrapper(mozilla::jni::String::Param, mozilla::jni::String::Param); + static auto GetHandlersForURLWrapper(mozilla::jni::String::Param, mozilla::jni::String::Param) -> mozilla::jni::ObjectArray::LocalRef; public: struct GetIconForExtensionWrapper_t { @@ -797,7 +797,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static mozilla::jni::ByteArray::LocalRef GetIconForExtensionWrapper(mozilla::jni::String::Param, int32_t); + static auto GetIconForExtensionWrapper(mozilla::jni::String::Param, int32_t) -> mozilla::jni::ByteArray::LocalRef; public: struct GetMaxTouchPoints_t { @@ -814,7 +814,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static int32_t GetMaxTouchPoints(); + static auto GetMaxTouchPoints() -> int32_t; public: struct GetMessageWrapper_t { @@ -833,7 +833,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void GetMessageWrapper(int32_t, int32_t); + static auto GetMessageWrapper(int32_t, int32_t) -> void; public: struct GetMimeTypeFromExtensionsWrapper_t { @@ -851,7 +851,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static mozilla::jni::String::LocalRef GetMimeTypeFromExtensionsWrapper(mozilla::jni::String::Param); + static auto GetMimeTypeFromExtensionsWrapper(mozilla::jni::String::Param) -> mozilla::jni::String::LocalRef; public: struct GetNextMessageInListWrapper_t { @@ -870,7 +870,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void GetNextMessageInListWrapper(int32_t, int32_t); + static auto GetNextMessageInListWrapper(int32_t, int32_t) -> void; public: struct GetProxyForURIWrapper_t { @@ -891,7 +891,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static mozilla::jni::String::LocalRef GetProxyForURIWrapper(mozilla::jni::String::Param, mozilla::jni::String::Param, mozilla::jni::String::Param, int32_t); + static auto GetProxyForURIWrapper(mozilla::jni::String::Param, mozilla::jni::String::Param, mozilla::jni::String::Param, int32_t) -> mozilla::jni::String::LocalRef; public: struct GetScreenDepthWrapper_t { @@ -908,7 +908,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static int32_t GetScreenDepthWrapper(); + static auto GetScreenDepthWrapper() -> int32_t; public: struct GetScreenOrientationWrapper_t { @@ -925,7 +925,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static int16_t GetScreenOrientationWrapper(); + static auto GetScreenOrientationWrapper() -> int16_t; public: struct GetShowPasswordSetting_t { @@ -942,7 +942,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static bool GetShowPasswordSetting(); + static auto GetShowPasswordSetting() -> bool; public: struct GetSystemColoursWrapper_t { @@ -959,7 +959,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static mozilla::jni::IntArray::LocalRef GetSystemColoursWrapper(); + static auto GetSystemColoursWrapper() -> mozilla::jni::IntArray::LocalRef; public: struct HandleGeckoMessageWrapper_t { @@ -977,7 +977,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void HandleGeckoMessageWrapper(mozilla::jni::Object::Param); + static auto HandleGeckoMessageWrapper(mozilla::jni::Object::Param) -> void; public: struct HandleUncaughtException_t { @@ -996,7 +996,7 @@ public: mozilla::jni::ExceptionMode::IGNORE; }; - static void HandleUncaughtException(mozilla::jni::Object::Param, mozilla::jni::Throwable::Param); + static auto HandleUncaughtException(mozilla::jni::Object::Param, mozilla::jni::Throwable::Param) -> void; public: struct HideProgressDialog_t { @@ -1013,7 +1013,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void HideProgressDialog(); + static auto HideProgressDialog() -> void; public: struct InitCameraWrapper_t { @@ -1034,7 +1034,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static mozilla::jni::IntArray::LocalRef InitCameraWrapper(mozilla::jni::String::Param, int32_t, int32_t, int32_t); + static auto InitCameraWrapper(mozilla::jni::String::Param, int32_t, int32_t, int32_t) -> mozilla::jni::IntArray::LocalRef; public: struct IsNetworkLinkKnown_t { @@ -1051,7 +1051,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static bool IsNetworkLinkKnown(); + static auto IsNetworkLinkKnown() -> bool; public: struct IsNetworkLinkUp_t { @@ -1068,7 +1068,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static bool IsNetworkLinkUp(); + static auto IsNetworkLinkUp() -> bool; public: struct IsTablet_t { @@ -1085,7 +1085,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static bool IsTablet(); + static auto IsTablet() -> bool; public: struct KillAnyZombies_t { @@ -1102,7 +1102,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void KillAnyZombies(); + static auto KillAnyZombies() -> void; public: struct LoadPluginClass_t { @@ -1121,7 +1121,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static mozilla::jni::ClassObject::LocalRef LoadPluginClass(mozilla::jni::String::Param, mozilla::jni::String::Param); + static auto LoadPluginClass(mozilla::jni::String::Param, mozilla::jni::String::Param) -> mozilla::jni::ClassObject::LocalRef; public: struct LockScreenOrientation_t { @@ -1139,7 +1139,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void LockScreenOrientation(int32_t); + static auto LockScreenOrientation(int32_t) -> void; public: struct MarkURIVisited_t { @@ -1157,7 +1157,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void MarkURIVisited(mozilla::jni::String::Param); + static auto MarkURIVisited(mozilla::jni::String::Param) -> void; public: struct MoveTaskToBack_t { @@ -1174,7 +1174,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void MoveTaskToBack(); + static auto MoveTaskToBack() -> void; public: struct NetworkLinkType_t { @@ -1191,7 +1191,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static int32_t NetworkLinkType(); + static auto NetworkLinkType() -> int32_t; public: struct NotifyDefaultPrevented_t { @@ -1209,7 +1209,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void NotifyDefaultPrevented(bool); + static auto NotifyDefaultPrevented(bool) -> void; public: struct NotifyIME_t { @@ -1227,7 +1227,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void NotifyIME(int32_t); + static auto NotifyIME(int32_t) -> void; public: struct NotifyIMEChange_t { @@ -1248,7 +1248,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void NotifyIMEChange(mozilla::jni::String::Param, int32_t, int32_t, int32_t); + static auto NotifyIMEChange(mozilla::jni::String::Param, int32_t, int32_t, int32_t) -> void; public: struct NotifyIMEContext_t { @@ -1269,7 +1269,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void NotifyIMEContext(int32_t, mozilla::jni::String::Param, mozilla::jni::String::Param, mozilla::jni::String::Param); + static auto NotifyIMEContext(int32_t, mozilla::jni::String::Param, mozilla::jni::String::Param, mozilla::jni::String::Param) -> void; public: struct NotifyWakeLockChanged_t { @@ -1288,7 +1288,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void NotifyWakeLockChanged(mozilla::jni::String::Param, mozilla::jni::String::Param); + static auto NotifyWakeLockChanged(mozilla::jni::String::Param, mozilla::jni::String::Param) -> void; public: struct OpenUriExternal_t { @@ -1311,7 +1311,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static bool OpenUriExternal(mozilla::jni::String::Param, mozilla::jni::String::Param, mozilla::jni::String::Param, mozilla::jni::String::Param, mozilla::jni::String::Param, mozilla::jni::String::Param); + static auto OpenUriExternal(mozilla::jni::String::Param, mozilla::jni::String::Param, mozilla::jni::String::Param, mozilla::jni::String::Param, mozilla::jni::String::Param, mozilla::jni::String::Param) -> bool; public: struct PerformHapticFeedback_t { @@ -1329,7 +1329,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void PerformHapticFeedback(bool); + static auto PerformHapticFeedback(bool) -> void; public: struct RegisterSurfaceTextureFrameListener_t { @@ -1348,7 +1348,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void RegisterSurfaceTextureFrameListener(mozilla::jni::Object::Param, int32_t); + static auto RegisterSurfaceTextureFrameListener(mozilla::jni::Object::Param, int32_t) -> void; public: struct RemovePluginView_t { @@ -1367,7 +1367,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void RemovePluginView(mozilla::jni::Object::Param, bool); + static auto RemovePluginView(mozilla::jni::Object::Param, bool) -> void; public: struct RequestUiThreadCallback_t { @@ -1385,7 +1385,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void RequestUiThreadCallback(int64_t); + static auto RequestUiThreadCallback(int64_t) -> void; public: struct ScheduleRestart_t { @@ -1402,7 +1402,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void ScheduleRestart(); + static auto ScheduleRestart() -> void; public: struct SendMessageWrapper_t { @@ -1422,7 +1422,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void SendMessageWrapper(mozilla::jni::String::Param, mozilla::jni::String::Param, int32_t); + static auto SendMessageWrapper(mozilla::jni::String::Param, mozilla::jni::String::Param, int32_t) -> void; public: struct SetFullScreen_t { @@ -1440,7 +1440,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void SetFullScreen(bool); + static auto SetFullScreen(bool) -> void; public: struct SetKeepScreenOn_t { @@ -1458,7 +1458,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void SetKeepScreenOn(bool); + static auto SetKeepScreenOn(bool) -> void; public: struct SetURITitle_t { @@ -1477,7 +1477,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void SetURITitle(mozilla::jni::String::Param, mozilla::jni::String::Param); + static auto SetURITitle(mozilla::jni::String::Param, mozilla::jni::String::Param) -> void; public: struct ShowAlertNotificationWrapper_t { @@ -1499,7 +1499,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void ShowAlertNotificationWrapper(mozilla::jni::String::Param, mozilla::jni::String::Param, mozilla::jni::String::Param, mozilla::jni::String::Param, mozilla::jni::String::Param); + static auto ShowAlertNotificationWrapper(mozilla::jni::String::Param, mozilla::jni::String::Param, mozilla::jni::String::Param, mozilla::jni::String::Param, mozilla::jni::String::Param) -> void; public: struct ShowInputMethodPicker_t { @@ -1516,7 +1516,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void ShowInputMethodPicker(); + static auto ShowInputMethodPicker() -> void; public: struct StartMonitoringGamepad_t { @@ -1533,7 +1533,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void StartMonitoringGamepad(); + static auto StartMonitoringGamepad() -> void; public: struct StopMonitoringGamepad_t { @@ -1550,7 +1550,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void StopMonitoringGamepad(); + static auto StopMonitoringGamepad() -> void; public: struct UnlockProfile_t { @@ -1567,7 +1567,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static bool UnlockProfile(); + static auto UnlockProfile() -> bool; public: struct UnlockScreenOrientation_t { @@ -1584,7 +1584,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void UnlockScreenOrientation(); + static auto UnlockScreenOrientation() -> void; public: struct UnregisterSurfaceTextureFrameListener_t { @@ -1602,7 +1602,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void UnregisterSurfaceTextureFrameListener(mozilla::jni::Object::Param); + static auto UnregisterSurfaceTextureFrameListener(mozilla::jni::Object::Param) -> void; public: struct Vibrate1_t { @@ -1620,7 +1620,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void Vibrate1(int64_t); + static auto Vibrate1(int64_t) -> void; public: struct VibrateA_t { @@ -1639,7 +1639,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void VibrateA(mozilla::jni::LongArray::Param, int32_t); + static auto VibrateA(mozilla::jni::LongArray::Param, int32_t) -> void; }; @@ -1655,7 +1655,7 @@ public: "org/mozilla/gecko/GeckoJavaSampler"; protected: - GeckoJavaSampler(jobject instance) : Class(instance) {} + using Class::Class; public: struct GetFrameNameJavaProfilingWrapper_t { @@ -1675,7 +1675,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static mozilla::jni::String::LocalRef GetFrameNameJavaProfilingWrapper(int32_t, int32_t, int32_t); + static auto GetFrameNameJavaProfilingWrapper(int32_t, int32_t, int32_t) -> mozilla::jni::String::LocalRef; public: struct GetSampleTimeJavaProfiling_t { @@ -1694,7 +1694,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static double GetSampleTimeJavaProfiling(int32_t, int32_t); + static auto GetSampleTimeJavaProfiling(int32_t, int32_t) -> double; public: struct GetThreadNameJavaProfilingWrapper_t { @@ -1712,7 +1712,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static mozilla::jni::String::LocalRef GetThreadNameJavaProfilingWrapper(int32_t); + static auto GetThreadNameJavaProfilingWrapper(int32_t) -> mozilla::jni::String::LocalRef; public: struct PauseJavaProfiling_t { @@ -1729,7 +1729,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void PauseJavaProfiling(); + static auto PauseJavaProfiling() -> void; public: struct StartJavaProfiling_t { @@ -1748,7 +1748,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void StartJavaProfiling(int32_t, int32_t); + static auto StartJavaProfiling(int32_t, int32_t) -> void; public: struct StopJavaProfiling_t { @@ -1765,7 +1765,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void StopJavaProfiling(); + static auto StopJavaProfiling() -> void; public: struct UnpauseJavaProfiling_t { @@ -1782,7 +1782,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void UnpauseJavaProfiling(); + static auto UnpauseJavaProfiling() -> void; }; @@ -1798,7 +1798,7 @@ public: "org/mozilla/gecko/GeckoThread"; protected: - GeckoThread(jobject instance) : Class(instance) {} + using Class::Class; public: struct PumpMessageLoop_t { @@ -1816,7 +1816,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static bool PumpMessageLoop(mozilla::jni::Object::Param); + static auto PumpMessageLoop(mozilla::jni::Object::Param) -> bool; }; @@ -1832,7 +1832,7 @@ public: "org/mozilla/gecko/RestrictedProfiles"; protected: - RestrictedProfiles(jobject instance) : Class(instance) {} + using Class::Class; public: struct IsAllowed_t { @@ -1851,7 +1851,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static bool IsAllowed(int32_t, mozilla::jni::String::Param); + static auto IsAllowed(int32_t, mozilla::jni::String::Param) -> bool; public: struct IsUserRestricted_t { @@ -1868,7 +1868,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static bool IsUserRestricted(); + static auto IsUserRestricted() -> bool; }; @@ -1884,7 +1884,7 @@ public: "org/mozilla/gecko/SurfaceBits"; protected: - SurfaceBits(jobject instance) : Class(instance) {} + using Class::Class; public: struct New_t { @@ -1901,7 +1901,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static SurfaceBits::LocalRef New(); + static auto New() -> SurfaceBits::LocalRef; public: struct Buffer_t { @@ -1918,9 +1918,9 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - mozilla::jni::Object::LocalRef Buffer() const; + auto Buffer() const -> mozilla::jni::Object::LocalRef; - void Buffer(mozilla::jni::Object::Param) const; + auto Buffer(mozilla::jni::Object::Param) const -> void; public: struct Format_t { @@ -1937,9 +1937,9 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - int32_t Format() const; + auto Format() const -> int32_t; - void Format(int32_t) const; + auto Format(int32_t) const -> void; public: struct Height_t { @@ -1956,9 +1956,9 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - int32_t Height() const; + auto Height() const -> int32_t; - void Height(int32_t) const; + auto Height(int32_t) const -> void; public: struct Width_t { @@ -1975,9 +1975,9 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - int32_t Width() const; + auto Width() const -> int32_t; - void Width(int32_t) const; + auto Width(int32_t) const -> void; }; @@ -1993,7 +1993,7 @@ public: "org/mozilla/gecko/ThumbnailHelper"; protected: - ThumbnailHelper(jobject instance) : Class(instance) {} + using Class::Class; public: struct SendThumbnail_t { @@ -2014,7 +2014,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void SendThumbnail(mozilla::jni::Object::Param, int32_t, bool, bool); + static auto SendThumbnail(mozilla::jni::Object::Param, int32_t, bool, bool) -> void; }; @@ -2030,7 +2030,7 @@ public: "org/mozilla/gecko/gfx/DisplayPortMetrics"; protected: - DisplayPortMetrics(jobject instance) : Class(instance) {} + using Class::Class; public: struct New_t { @@ -2052,7 +2052,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static DisplayPortMetrics::LocalRef New(float, float, float, float, float); + static auto New(float, float, float, float, float) -> DisplayPortMetrics::LocalRef; public: struct MPosition_t { @@ -2069,7 +2069,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - mozilla::jni::Object::LocalRef MPosition() const; + auto MPosition() const -> mozilla::jni::Object::LocalRef; public: struct Resolution_t { @@ -2086,7 +2086,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - float Resolution() const; + auto Resolution() const -> float; }; @@ -2102,7 +2102,7 @@ public: "org/mozilla/gecko/gfx/GLController"; protected: - GLController(jobject instance) : Class(instance) {} + using Class::Class; public: struct CreateEGLSurfaceForCompositorWrapper_t { @@ -2119,7 +2119,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - mozilla::jni::Object::LocalRef CreateEGLSurfaceForCompositorWrapper() const; + auto CreateEGLSurfaceForCompositorWrapper() const -> mozilla::jni::Object::LocalRef; }; @@ -2135,7 +2135,7 @@ public: "org/mozilla/gecko/gfx/GeckoLayerClient"; protected: - GeckoLayerClient(jobject instance) : Class(instance) {} + using Class::Class; public: struct ActivateProgram_t { @@ -2152,7 +2152,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - void ActivateProgram() const; + auto ActivateProgram() const -> void; public: struct ContentDocumentChanged_t { @@ -2169,7 +2169,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - void ContentDocumentChanged() const; + auto ContentDocumentChanged() const -> void; public: struct CreateFrame_t { @@ -2186,7 +2186,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - mozilla::jni::Object::LocalRef CreateFrame() const; + auto CreateFrame() const -> mozilla::jni::Object::LocalRef; public: struct DeactivateProgramAndRestoreState_t { @@ -2208,7 +2208,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - void DeactivateProgramAndRestoreState(bool, int32_t, int32_t, int32_t, int32_t) const; + auto DeactivateProgramAndRestoreState(bool, int32_t, int32_t, int32_t, int32_t) const -> void; public: struct GetDisplayPort_t { @@ -2229,7 +2229,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - mozilla::jni::Object::LocalRef GetDisplayPort(bool, bool, int32_t, mozilla::jni::Object::Param) const; + auto GetDisplayPort(bool, bool, int32_t, mozilla::jni::Object::Param) const -> mozilla::jni::Object::LocalRef; public: struct IsContentDocumentDisplayed_t { @@ -2246,7 +2246,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - bool IsContentDocumentDisplayed() const; + auto IsContentDocumentDisplayed() const -> bool; public: struct ProgressiveUpdateCallback_t { @@ -2270,7 +2270,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - mozilla::jni::Object::LocalRef ProgressiveUpdateCallback(bool, float, float, float, float, float, bool) const; + auto ProgressiveUpdateCallback(bool, float, float, float, float, float, bool) const -> mozilla::jni::Object::LocalRef; public: struct SetFirstPaintViewport_t { @@ -2294,7 +2294,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - void SetFirstPaintViewport(float, float, float, float, float, float, float) const; + auto SetFirstPaintViewport(float, float, float, float, float, float, float) const -> void; public: struct SetPageRect_t { @@ -2315,7 +2315,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - void SetPageRect(float, float, float, float) const; + auto SetPageRect(float, float, float, float) const -> void; public: struct SyncFrameMetrics_t { @@ -2346,7 +2346,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - mozilla::jni::Object::LocalRef SyncFrameMetrics(float, float, float, float, float, float, float, bool, int32_t, int32_t, int32_t, int32_t, float, bool) const; + auto SyncFrameMetrics(float, float, float, float, float, float, float, bool, int32_t, int32_t, int32_t, int32_t, float, bool) const -> mozilla::jni::Object::LocalRef; public: struct SyncViewportInfo_t { @@ -2369,7 +2369,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - mozilla::jni::Object::LocalRef SyncViewportInfo(int32_t, int32_t, int32_t, int32_t, float, bool) const; + auto SyncViewportInfo(int32_t, int32_t, int32_t, int32_t, float, bool) const -> mozilla::jni::Object::LocalRef; }; @@ -2385,7 +2385,7 @@ public: "org/mozilla/gecko/gfx/ImmutableViewportMetrics"; protected: - ImmutableViewportMetrics(jobject instance) : Class(instance) {} + using Class::Class; public: struct New_t { @@ -2415,7 +2415,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static ImmutableViewportMetrics::LocalRef New(float, float, float, float, float, float, float, float, float, float, float, float, float); + static auto New(float, float, float, float, float, float, float, float, float, float, float, float, float) -> ImmutableViewportMetrics::LocalRef; }; @@ -2431,7 +2431,7 @@ public: "org/mozilla/gecko/gfx/LayerView"; protected: - LayerView(jobject instance) : Class(instance) {} + using Class::Class; public: struct RegisterCompositorWrapper_t { @@ -2448,7 +2448,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static mozilla::jni::Object::LocalRef RegisterCompositorWrapper(); + static auto RegisterCompositorWrapper() -> mozilla::jni::Object::LocalRef; public: struct updateZoomedView_t { @@ -2466,7 +2466,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void updateZoomedView(mozilla::jni::Object::Param); + static auto updateZoomedView(mozilla::jni::Object::Param) -> void; }; @@ -2482,7 +2482,7 @@ public: "org/mozilla/gecko/gfx/NativePanZoomController"; protected: - NativePanZoomController(jobject instance) : Class(instance) {} + using Class::Class; public: struct RequestContentRepaintWrapper_t { @@ -2504,7 +2504,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - void RequestContentRepaintWrapper(float, float, float, float, float) const; + auto RequestContentRepaintWrapper(float, float, float, float, float) const -> void; }; @@ -2520,7 +2520,7 @@ public: "org/mozilla/gecko/gfx/ProgressiveUpdateData"; protected: - ProgressiveUpdateData(jobject instance) : Class(instance) {} + using Class::Class; public: struct New_t { @@ -2537,7 +2537,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static ProgressiveUpdateData::LocalRef New(); + static auto New() -> ProgressiveUpdateData::LocalRef; public: struct SetViewport_t { @@ -2555,7 +2555,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - void SetViewport(mozilla::jni::Object::Param) const; + auto SetViewport(mozilla::jni::Object::Param) const -> void; public: struct Abort_t { @@ -2572,9 +2572,9 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - bool Abort() const; + auto Abort() const -> bool; - void Abort(bool) const; + auto Abort(bool) const -> void; public: struct Scale_t { @@ -2591,9 +2591,9 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - float Scale() const; + auto Scale() const -> float; - void Scale(float) const; + auto Scale(float) const -> void; public: struct X_t { @@ -2610,9 +2610,9 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - float X() const; + auto X() const -> float; - void X(float) const; + auto X(float) const -> void; public: struct Y_t { @@ -2629,9 +2629,9 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - float Y() const; + auto Y() const -> float; - void Y(float) const; + auto Y(float) const -> void; }; @@ -2647,7 +2647,7 @@ public: "org/mozilla/gecko/gfx/ViewTransform"; protected: - ViewTransform(jobject instance) : Class(instance) {} + using Class::Class; public: struct New_t { @@ -2667,7 +2667,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static ViewTransform::LocalRef New(float, float, float); + static auto New(float, float, float) -> ViewTransform::LocalRef; public: struct FixedLayerMarginBottom_t { @@ -2684,9 +2684,9 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - float FixedLayerMarginBottom() const; + auto FixedLayerMarginBottom() const -> float; - void FixedLayerMarginBottom(float) const; + auto FixedLayerMarginBottom(float) const -> void; public: struct FixedLayerMarginLeft_t { @@ -2703,9 +2703,9 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - float FixedLayerMarginLeft() const; + auto FixedLayerMarginLeft() const -> float; - void FixedLayerMarginLeft(float) const; + auto FixedLayerMarginLeft(float) const -> void; public: struct FixedLayerMarginRight_t { @@ -2722,9 +2722,9 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - float FixedLayerMarginRight() const; + auto FixedLayerMarginRight() const -> float; - void FixedLayerMarginRight(float) const; + auto FixedLayerMarginRight(float) const -> void; public: struct FixedLayerMarginTop_t { @@ -2741,9 +2741,9 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - float FixedLayerMarginTop() const; + auto FixedLayerMarginTop() const -> float; - void FixedLayerMarginTop(float) const; + auto FixedLayerMarginTop(float) const -> void; public: struct OffsetX_t { @@ -2760,9 +2760,9 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - float OffsetX() const; + auto OffsetX() const -> float; - void OffsetX(float) const; + auto OffsetX(float) const -> void; public: struct OffsetY_t { @@ -2779,9 +2779,9 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - float OffsetY() const; + auto OffsetY() const -> float; - void OffsetY(float) const; + auto OffsetY(float) const -> void; public: struct Scale_t { @@ -2798,9 +2798,9 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - float Scale() const; + auto Scale() const -> float; - void Scale(float) const; + auto Scale(float) const -> void; public: struct X_t { @@ -2817,9 +2817,9 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - float X() const; + auto X() const -> float; - void X(float) const; + auto X(float) const -> void; public: struct Y_t { @@ -2836,9 +2836,9 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - float Y() const; + auto Y() const -> float; - void Y(float) const; + auto Y(float) const -> void; }; @@ -2854,7 +2854,7 @@ public: "org/mozilla/gecko/sqlite/MatrixBlobCursor"; protected: - MatrixBlobCursor(jobject instance) : Class(instance) {} + using Class::Class; public: struct New_t { @@ -2872,7 +2872,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static MatrixBlobCursor::LocalRef New(mozilla::jni::ObjectArray::Param); + static auto New(mozilla::jni::ObjectArray::Param) -> MatrixBlobCursor::LocalRef; public: struct New2_t { @@ -2891,7 +2891,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static MatrixBlobCursor::LocalRef New(mozilla::jni::ObjectArray::Param, int32_t); + static auto New(mozilla::jni::ObjectArray::Param, int32_t) -> MatrixBlobCursor::LocalRef; public: struct AddRow_t { @@ -2909,7 +2909,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - void AddRow(mozilla::jni::Object::Param) const; + auto AddRow(mozilla::jni::Object::Param) const -> void; public: struct AddRow2_t { @@ -2928,7 +2928,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - void AddRow(mozilla::jni::Object::Param, int32_t) const; + auto AddRow(mozilla::jni::Object::Param, int32_t) const -> void; public: struct AddRow3_t { @@ -2946,7 +2946,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - void AddRow(mozilla::jni::ObjectArray::Param) const; + auto AddRow(mozilla::jni::ObjectArray::Param) const -> void; }; @@ -2962,7 +2962,7 @@ public: "org/mozilla/gecko/sqlite/SQLiteBridgeException"; protected: - SQLiteBridgeException(jobject instance) : Class(instance) {} + using Class::Class; public: struct New_t { @@ -2979,7 +2979,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static SQLiteBridgeException::LocalRef New(); + static auto New() -> SQLiteBridgeException::LocalRef; public: struct New2_t { @@ -2997,7 +2997,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static SQLiteBridgeException::LocalRef New(mozilla::jni::String::Param); + static auto New(mozilla::jni::String::Param) -> SQLiteBridgeException::LocalRef; public: struct SerialVersionUID_t { @@ -3014,7 +3014,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static int64_t SerialVersionUID(); + static auto SerialVersionUID() -> int64_t; }; @@ -3030,7 +3030,7 @@ public: "org/mozilla/gecko/util/Clipboard"; protected: - Clipboard(jobject instance) : Class(instance) {} + using Class::Class; public: struct ClearText_t { @@ -3047,7 +3047,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void ClearText(); + static auto ClearText() -> void; public: struct GetClipboardTextWrapper_t { @@ -3064,7 +3064,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static mozilla::jni::String::LocalRef GetClipboardTextWrapper(); + static auto GetClipboardTextWrapper() -> mozilla::jni::String::LocalRef; public: struct HasText_t { @@ -3081,7 +3081,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static bool HasText(); + static auto HasText() -> bool; public: struct SetClipboardText_t { @@ -3099,7 +3099,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static void SetClipboardText(mozilla::jni::String::Param); + static auto SetClipboardText(mozilla::jni::String::Param) -> void; }; @@ -3115,7 +3115,7 @@ public: "org/mozilla/gecko/util/NativeJSContainer"; protected: - NativeJSContainer(jobject instance) : Class(instance) {} + using Class::Class; public: struct New_t { @@ -3132,7 +3132,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static NativeJSContainer::LocalRef New(); + static auto New() -> NativeJSContainer::LocalRef; public: struct Clone2_t { @@ -3180,7 +3180,7 @@ public: "org/mozilla/gecko/util/NativeJSObject"; protected: - NativeJSObject(jobject instance) : Class(instance) {} + using Class::Class; public: struct New_t { @@ -3197,7 +3197,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - static NativeJSObject::LocalRef New(); + static auto New() -> NativeJSObject::LocalRef; public: struct DisposeNative_t { @@ -3214,7 +3214,7 @@ public: mozilla::jni::ExceptionMode::ABORT; }; - void DisposeNative() const; + auto DisposeNative() const -> void; public: struct GetBoolean_t {