split long lines
This commit is contained in:
		
							parent
							
								
									e95ffa55ef
								
							
						
					
					
						commit
						a7ddfd18e2
					
				
					 1 changed files with 13 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -98,7 +98,8 @@ if dbus_support.supported:
 | 
			
		|||
 | 
			
		||||
        class SignalObject(dbus.service.Object):
 | 
			
		||||
            ''' Local object definition for /org/gajim/dbus/RemoteObject.
 | 
			
		||||
            (This docstring is not be visible, because the clients can access only the remote object.)'''
 | 
			
		||||
            (This docstring is not be visible,
 | 
			
		||||
            because the clients can access only the remote object.)'''
 | 
			
		||||
 | 
			
		||||
            def __init__(self, bus_name):
 | 
			
		||||
                self.first_show = True
 | 
			
		||||
| 
						 | 
				
			
			@ -175,6 +176,10 @@ if dbus_support.supported:
 | 
			
		|||
            def NewGmail(self, account_and_array):
 | 
			
		||||
                pass
 | 
			
		||||
 | 
			
		||||
            @dbus.service.signal(INTERFACE, signature='av')
 | 
			
		||||
            def EntityTime(self, account_and_array):
 | 
			
		||||
                pass
 | 
			
		||||
 | 
			
		||||
            def raise_signal(self, signal, arg):
 | 
			
		||||
                '''raise a signal, with a single argument of unspecified type
 | 
			
		||||
                Instead of obj.raise_signal("Foo", bar), use obj.Foo(bar).'''
 | 
			
		||||
| 
						 | 
				
			
			@ -692,7 +697,7 @@ class DBusPlugin(GajimPlugin):
 | 
			
		|||
                             'Subscribe', 'Subscribed', 'Unsubscribed',
 | 
			
		||||
                             'NewAccount', 'VcardInfo', 'LastStatusTime',
 | 
			
		||||
                             'OsInfo', 'GCPresence', 'GCMessage', 'RosterInfo',
 | 
			
		||||
                                                 'NewGmail']
 | 
			
		||||
                             'NewGmail', 'EntityTime']
 | 
			
		||||
 | 
			
		||||
        self.signal_object = None
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue