cubeb_osx_run_loop.c (429B)
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-*/ 2 /* This Source Code Form is subject to the terms of the Mozilla Public 3 * License, v. 2.0. If a copy of the MPL was not distributed with this file, 4 * You can obtain one at http://mozilla.org/MPL/2.0/. */ 5 6 #include "OSXRunLoopSingleton.h" 7 8 void cubeb_set_coreaudio_notification_runloop() 9 { 10 mozilla_set_coreaudio_notification_runloop_if_needed(); 11 }