Package ch.bailu.gtk.gst
Schnittstelle Gst.OnLogFunction
- Umschließende Klasse:
Gst
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onLogFunction
(CallbackHandler __self, DebugCategory category, int level, Str file, Str function, int line, Object object, ch.bailu.gtk.gst.DebugMessage message, Pointer user_data) Function prototype for a logging function that can be registered with
gst_debug_add_log_function().
-
Methodendetails
-
onLogFunction
void onLogFunction(CallbackHandler __self, @Nonnull DebugCategory category, int level, @Nonnull Str file, @Nonnull Str function, int line, @Nonnull Object object, @Nonnull ch.bailu.gtk.gst.DebugMessage message, @Nullable Pointer user_data) Function prototype for a logging function that can be registered with
gst_debug_add_log_function().
Use G_GNUC_NO_INSTRUMENT on that function.- Parameter:
category
- a #GstDebugCategorylevel
- a #GstDebugLevelfile
- file namefunction
- function nameline
- line numberobject
- a #GObjectmessage
- the messageuser_data
- user data for the log function
-