Search
lxdream.org :: lxdream/src/drivers/osx_iokit.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/osx_iokit.h
changeset 786:8f6ece92500e
prev736:a02d1475ccfd
author nkeynes
date Sat Jan 26 14:00:48 2013 +1000 (11 years ago)
permissions -rw-r--r--
last change Change glib includes to #include <glib.h> rather than the individual
headers, as recent glib versions are breaking on this
file annotate diff log raw
1.1 --- a/src/drivers/osx_iokit.h Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/drivers/osx_iokit.h Sat Jan 26 14:00:48 2013 +1000
1.3 @@ -77,4 +77,14 @@
1.4 */
1.5 void osx_cdrom_close_drive( osx_cdrom_drive_t drive );
1.6
1.7 +/**
1.8 + * Install the notifications and handlers needed by the IOKit support layer.
1.9 + * Must be called before trying to use any of the functions above.
1.10 + */
1.11 +gboolean osx_register_iokit_notifications();
1.12 +/**
1.13 + * Uninstall the notifications and handlers in the IOKit support layer
1.14 + */
1.15 +void osx_unregister_iokit_notifications();
1.16 +
1.17 #endif /* !lxdream_osx_iokit_H */
.