🍎 Send events as native macOS notifications

This commit is contained in:
Ludovic Galabru 2016-08-05 23:02:59 +02:00
parent 5eeadb0ad4
commit 38cc56efee
4 changed files with 50 additions and 0 deletions

View file

@ -50,6 +50,10 @@ void SystemPreferences::BuildPrototype(
#if defined(OS_WIN)
.SetMethod("isAeroGlassEnabled", &SystemPreferences::IsAeroGlassEnabled)
#elif defined(OS_MACOSX)
.SetMethod("postNotification",
&SystemPreferences::PostNotification)
.SetMethod("postLocalNotification",
&SystemPreferences::PostLocalNotification)
.SetMethod("subscribeNotification",
&SystemPreferences::SubscribeNotification)
.SetMethod("unsubscribeNotification",