Example #1
0
 def got_token(self,
               targets,
               target_data,
               claim=True,
               synchronous_client=False):
     ClipboardProxy.got_token(self, targets, target_data, claim,
                              synchronous_client)
     #prevent any change from firing another clipboard update:
     if update_clipboard_change_count:
         c = update_clipboard_change_count()
         log("change count now at %s", c)
Example #2
0
 def got_token(self, targets, target_data, claim):
     ClipboardProxy.got_token(self, targets, target_data, claim)
     #prevent any change from firing another clipboard update:
     if update_clipboard_change_count:
         c = update_clipboard_change_count()
         log("change count now at %s", c)
Example #3
0
 def got_token(self, targets, target_data, claim):
     ClipboardProxy.got_token(self, targets, target_data, claim)
     # prevent any change from firing another clipboard update:
     if update_clipboard_change_count:
         c = update_clipboard_change_count()
         log("change count now at %s", c)