Searched defs:on_profile_changed (Results 1 – 2 of 2) sorted by relevance
121 fn on_profile_changed(&self, change_notification: &ProfileChangeNotification); in on_profile_changed() method189 …extern "C" fn on_profile_changed(_cb: *mut CIProfileEventCb, _notification: *const CProfileChangeN… in on_profile_changed() method
139 pub on_profile_changed: Option<OnProfileChanged>, field