TelepathyGLib.ContactSearchResult¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
  | 
|
  | 
|
  | 
|
Virtual Methods¶
- Inherited:
 
Properties¶
Name  | 
Type  | 
Flags  | 
Short Description  | 
|---|---|---|---|
r/w/co  | 
The contact identifier  | 
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent  | 
r  | 
Class Details¶
- class TelepathyGLib.ContactSearchResult(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
An object representing the results of a Telepathy contact search channel. There are no interesting public struct fields.
New in version 0.13.11.
- dup_fields()¶
 - Returns:
 a
GLib.ListofTelepathyGLib.ContactInfoFieldfor the specified contact. You should free it when you’re done with tp_contact_info_list_free().- Return type:
 
New in version 0.19.9.
- get_field(field)¶
 - Parameters:
 field (
str) – the name of the field- Returns:
 the specified field, or
Noneif the result doesn’t have it.- Return type:
 
New in version 0.13.11.
- get_fields()¶
 - Returns:
 a
GLib.ListofTelepathyGLib.ContactInfoFieldfor the specified contact. You should free it when you’re done with g_list_free().- Return type:
 
Deprecated since version 0.19.9: New code should use
TelepathyGLib.ContactSearchResult.dup_fields() instead.