summaryrefslogtreecommitdiffstats
path: root/bindings/_common/Xcap.i
blob: 2c69147fc645d19612f346dc80947b4fc64f40b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
%{
#include "Xcap.h"
%}

/* Callbacks */
%feature("director") XcapCallback;


%nodefaultctor;
%include "Xcap.h"
%clearnodefaultctor;

typedef enum thttp_event_type_e
{
	thttp_event_dialog_started,
	thttp_event_message,
	thttp_event_auth_failed,
	thttp_event_closed,
	thttp_event_transport_error,
	thttp_event_dialog_terminated
}
thttp_event_type_t;
OpenPOWER on IntegriCloud