su
1.12.11devel
libsofia-sip-ua
su
sofia-sip
su_osx_runloop.h
Go to the documentation of this file.
1
/*
2
* This file is part of the Sofia-SIP package
3
*
4
* Copyright (C) 2005 Nokia Corporation.
5
*
6
* Contact: Pekka Pessi <pekka.pessi@nokia-email.address.hidden>
7
*
8
* This library is free software; you can redistribute it and/or
9
* modify it under the terms of the GNU Lesser General Public License
10
* as published by the Free Software Foundation; either version 2.1 of
11
* the License, or (at your option) any later version.
12
*
13
* This library is distributed in the hope that it will be useful, but
14
* WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16
* Lesser General Public License for more details.
17
*
18
* You should have received a copy of the GNU Lesser General Public
19
* License along with this library; if not, write to the Free Software
20
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
21
* 02110-1301 USA
22
*
23
*/
24
25
#ifndef SU_OSX_RUNLOOP_H
26
27
#define SU_OSX_RUNLOOP_H
28
40
#ifndef SU_WAIT_H
41
#include <
sofia-sip/su_wait.h
>
42
#endif
43
44
#include <CoreFoundation/CoreFoundation.h>
45
46
SOFIA_BEGIN_DECLS
47
48
su_root_t
*
su_root_osx_runloop_create
(
su_root_magic_t
*) __attribute__((__malloc__));
49
void
su_root_osx_prepare_run
(
su_root_t
*);
50
51
SOFIA_END_DECLS
52
53
#endif
/* !defined SU_OSX_RUNLOOP_H */
su_wait.h
su_root_osx_prepare_run
void su_root_osx_prepare_run(su_root_t *)
Prepare root to be run on OSX Run Loop.
Definition:
su_osx_runloop.c:1021
su_root_osx_runloop_create
su_root_t * su_root_osx_runloop_create(su_root_magic_t *))
Create a reactor object.
Definition:
su_osx_runloop.c:227
su_root_t
struct su_root_t su_root_t
Root object type.
Definition:
su_wait.h:210
su_root_magic_t
SU_ROOT_MAGIC_T su_root_magic_t
Root context pointer type.
Definition:
su_wait.h:236
Sofia-SIP 1.12.11devel - Copyright (C) 2006 Nokia Corporation. All rights reserved. Licensed under the terms of the GNU Lesser General Public License.