lib: made API multi thread safe(untested)
[platform/core/appfw/message-port-dbus.git] / lib / msgport-factory.h
1 #ifndef __MSGPORT_FACTORY_H
2 #define __MSGPORT_FACTORY_H
3
4 #include <glib.h>
5
6 G_BEGIN_DECLS
7
8 typedef struct _MsgPortManager MsgPortManager;
9
10 MsgPortManager * msgport_factory_get_manager ();
11
12 G_END_DECLS
13
14 #endif /* __MSGPORT_FACTORY_H */