Package ch.bailu.gtk.glib
Schnittstelle Glib.OnTestLogFatalFunc
- Umschließende Klasse:
Glib
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanonTestLogFatalFunc(CallbackHandler __self, Str log_domain, int log_level, Str message, Pointer user_data) Specifies the prototype of fatal log handler functions.
-
Methodendetails
-
onTestLogFatalFunc
boolean onTestLogFatalFunc(CallbackHandler __self, @Nonnull Str log_domain, int log_level, @Nonnull Str message, @Nullable Pointer user_data) Specifies the prototype of fatal log handler functions.- Parameter:
log_domain- the log domain of the messagelog_level- the log level of the message (including the fatal and recursion flags)message- the message to processuser_data- user data, set in g_test_log_set_fatal_handler()- Gibt zurück:
- %TRUE if the program should abort, %FALSE otherwise
-