Example #1
0
 def append_cstr(self, string):
     gtlib.gt_str_append_cstr(self.strg, string)
Example #2
0
 def append_cstr(self, string):
     gtlib.gt_str_append_cstr(self.strg, str(string).encode('UTF-8'))
Example #3
0
 def append_cstr(self, string):
     gtlib.gt_str_append_cstr(self.strg, string)
Example #4
0
 def append_cstr(self, string):
     gtlib.gt_str_append_cstr(self.strg, str(string).encode('UTF-8'))