| Top | 
GEnum ╰── QmiPbmSessionType GFlags ├── QmiPbmEventRegistrationFlag ╰── QmiPbmPhonebookType
gchar *
qmi_pbm_event_registration_flag_build_string_from_mask
                               (QmiPbmEventRegistrationFlag mask);
Builds a string containing a comma-separated list of nicknames for
each QmiPbmEventRegistrationFlag in mask
.
a string with the list of nicknames, or NULL if none given. The returned value should be freed with g_free(). 
[transfer full]
Since: 1.6
gchar *
qmi_pbm_phonebook_type_build_string_from_mask
                               (QmiPbmPhonebookType mask);
Builds a string containing a comma-separated list of nicknames for
each QmiPbmPhonebookType in mask
.
a string with the list of nicknames, or NULL if none given. The returned value should be freed with g_free(). 
[transfer full]
Since: 1.6
const gchar *
qmi_pbm_session_type_get_string (QmiPbmSessionType val);
Gets the nickname string for the QmiPbmSessionType specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.6
Flags to use to register to phonebook indications.
| 
 Request indications when records are added/edited/deleted.  | 
||
| 
 Request indications when phonebooks are ready.  | 
||
| 
 Request indications when emergency numbers are changed.  | 
||
| 
 Request indications when hidden record status is changed.  | 
||
| 
 Request indications when Additional number Alpha String records are added/edited/deleted.  | 
||
| 
 Request indications when Grouping information Alpha String records are added/edited/deleted.  | 
Since: 1.6
Phonebook type.
| 
 Abbreviated Dialing Number.  | 
||
| 
 Fixed Dialing Number.  | 
||
| 
 Mobile Subscriber Integrated Services Digital Network.  | 
||
| 
 Mail Box Dialing Number.  | 
||
| 
 Service Dialing Number.  | 
||
| 
 Barred Dialing Number.  | 
||
| 
 Last Number Dialed.  | 
||
| 
 Mail Box Number.  | 
Since: 1.6
Type of phonebook management session.
| 
 Access phonebooks under GSM DF (ICC) or USIM application (UICC).  | 
||
| 
 Access phonebooks under CDMA DF (ICC) or CSIM application (UICC).  | 
||
| 
 Access phonebooks under GSM DF (ICC) or USIM application (UICC). Dual standby.  | 
||
| 
 Access phonebooks under CDMA DF (ICC) or CSIM application (UICC). Dual standby.  | 
||
| 
 Access phonebooks under a nonprovisioning application in slot 1.  | 
||
| 
 Access phonebooks under a nonprovisioning application in slot 2.  | 
||
| 
 Access phonebooks that are not in any application of the card in slot 1.  | 
||
| 
 Access phonebooks that are not in any application of the card in slot 2.  | 
Since: 1.6