| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/python2.6/site-packages/telepathy/_generated/ |
Upload File : |
Ñò
L7‹Jc @ s2 d Z d d k Z d e i i f d „ ƒ YZ d S( s< Copyright (C) 2005, 2006 Collabora Limited
Copyright (C) 2005, 2006 Nokia Corporation
Copyright (C) 2006 INdT
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
iÿÿÿÿNt ConnectionInterfaceAliasingc B sÔ e Z d Z d „ Z e i i d d d d d ƒd „ ƒ Z e i i d d d d d ƒd
„ ƒ Z e i i d d d d d ƒd „ ƒ Z e i i d d d d d ƒd
„ ƒ Z
e i i d d d ƒd „ ƒ Z RS( sŸ An interface on connections to support protocols where contacts have an
alias which they can change at will. Provides a method for the user to set
their own alias, and a signal which should be emitted when a contact's
alias is changed or first discovered.
On connections where the user is allowed to set aliases for contacts and
store them on the server, the GetAliasFlags
method will have the CONNECTION_ALIAS_FLAG_USER_SET flag set, and the
SetAliases method may be called on contact
handles other than the user themselves.
Aliases are intended to be used as the main displayed name for the
contact, where available.
c C s | i i d ƒ d S( Ns7 org.freedesktop.Telepathy.Connection.Interface.Aliasing( t _interfacest add( t self( ( sV /usr/lib/python2.6/site-packages/telepathy/_generated/Connection_Interface_Aliasing.pyt __init__+ s s7 org.freedesktop.Telepathy.Connection.Interface.Aliasingt in_signaturet t
out_signaturet uc C s
t ‚ d S( st
Return a bitwise OR of flags detailing the behaviour of aliases on this
connection.
N( t NotImplementedError( R ( ( sV /usr/lib/python2.6/site-packages/telepathy/_generated/Connection_Interface_Aliasing.pyt
GetAliasFlags. s t aut asc C s
t ‚ d S( sP
Request the value of several contacts' aliases at once.
N( R ( R t Contacts( ( sV /usr/lib/python2.6/site-packages/telepathy/_generated/Connection_Interface_Aliasing.pyt RequestAliases7 s s a{us}c C s
t ‚ d S( sE
Request the value of several contacts' aliases at once. This SHOULD
only return cached aliases, falling back on the handle name if none is
present. Also if there was no cached alias, a request SHOULD be started
of which the result is later signalled by
AliasesChanged.
N( R ( R R
( ( sV /usr/lib/python2.6/site-packages/telepathy/_generated/Connection_Interface_Aliasing.pyt
GetAliases? s
c C s
t ‚ d S( so
Request that the alias of the given contact be changed. Success will be
indicated by emitting an AliasesChanged
signal. On connections where the CONNECTION_ALIAS_FLAG_USER_SET flag is
not set, this method will only ever succeed if the contact is the
user's own handle (as returned by Connection.GetSelfHandle).
N( R ( R t Aliases( ( sV /usr/lib/python2.6/site-packages/telepathy/_generated/Connection_Interface_Aliasing.pyt
SetAliasesK s
t signatures a(us)c C s d S( s`
Signal emitted when a contact's alias (or that of the user) is changed.
N( ( R R ( ( sV /usr/lib/python2.6/site-packages/telepathy/_generated/Connection_Interface_Aliasing.pyt AliasesChangedW s (
t __name__t
__module__t __doc__R t dbust servicet methodR
R R R t signalR ( ( ( sV /usr/lib/python2.6/site-packages/telepathy/_generated/Connection_Interface_Aliasing.pyR s ' '''( R t dbus.serviceR R t InterfaceR ( ( ( sV /usr/lib/python2.6/site-packages/telepathy/_generated/Connection_Interface_Aliasing.pyt <module> s