Method
EDataBookDataBookViewget_fields_of_interest
Declaration [src]
GHashTable*
e_data_book_view_get_fields_of_interest (
EDataBookView* view
)
Return value
Type: GHashTable
Hash table of field names which
the listener is interested in. Backends can return fully populated objects, but the listener
advertised that it will use only these. Returns NULL for all available fields.
Note: The data pointer in the hash table has no special meaning, it’s only GINT_TO_POINTER(1) for easier checking. Also, field names are compared case insensitively.
| The returned data is owned by the instance. |
The return value can be NULL. |