add threads_init() function
Original commit message from CVS: add threads_init() function
This commit is contained in:
parent
adc7a92b83
commit
b8ec40b07c
@ -36,3 +36,7 @@ sys.setdlopenflags(dl.RTLD_LAZY | dl.RTLD_GLOBAL)
|
||||
del devloc, sys, os
|
||||
|
||||
from _gstreamer import *
|
||||
|
||||
def threads_init():
|
||||
import gtk
|
||||
gtk.threads_init()
|
||||
|
@ -36,3 +36,7 @@ sys.setdlopenflags(dl.RTLD_LAZY | dl.RTLD_GLOBAL)
|
||||
del devloc, sys, os
|
||||
|
||||
from _gstreamer import *
|
||||
|
||||
def threads_init():
|
||||
import gtk
|
||||
gtk.threads_init()
|
||||
|
Loading…
x
Reference in New Issue
Block a user