Contents

SCPreferencesCallBack

Type of the callback function used when the preferences have been updated or applied.

Declaration

typealias SCPreferencesCallBack = (SCPreferences, SCPreferencesNotification, UnsafeMutableRawPointer?) -> Void

Parameters

  • prefs:

    The preferences session.

  • notificationType:

    The type of notification, such as changes committed or changes applied. See Scpreferencesnotification for information about possible values.

  • info:

    A C pointer to a user-specified block of data.

Topics

Fields

See Also

Data Types