mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add CefThread interface (issue #1632)
This commit is contained in:
@ -694,7 +694,7 @@ class obj_header:
|
||||
return obj_analysis([self], value, named)
|
||||
|
||||
def get_defined_structs(self):
|
||||
""" Return a list of names already defined structure names. """
|
||||
""" Return a list of already defined structure names. """
|
||||
return ['cef_print_info_t', 'cef_window_info_t', 'cef_base_t']
|
||||
|
||||
def get_capi_translations(self):
|
||||
|
Reference in New Issue
Block a user