Changeset 5016 for pjproject/trunk/pjsip-apps/src/swig/pjsua2.i
- Timestamp:
- Mar 22, 2015 9:39:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/swig/pjsua2.i
r5014 r5016 108 108 %ignore pj::WindowHandle::window; 109 109 %typemap(in) jobject surface { 110 $1 = ( jobject)ANativeWindow_fromSurface(jenv, $input);110 $1 = ($input? (jobject)ANativeWindow_fromSurface(jenv, $input): NULL); 111 111 } 112 112 %extend pj::WindowHandle {
Note: See TracChangeset
for help on using the changeset viewer.