preference_changed_cbFunction typedef

preference_changed_cbFunction = Void Function(Pointer<Char> key, Pointer<Void> user_data)

Implementation

typedef preference_changed_cbFunction = ffi.Void Function(
    ffi.Pointer<ffi.Char> key, ffi.Pointer<ffi.Void> user_data);