PDC enumerations and flags

PDC enumerations and flags — Enumerations and flags in the PDC service.

Functions

Types and Values

Object Hierarchy

    GEnum
    ├── QmiPdcConfigurationType
    ╰── QmiPdcRefreshEventType

Description

This section defines enumerations and flags used in the PDC service interface.

Functions

qmi_pdc_configuration_type_get_string ()

const gchar *
qmi_pdc_configuration_type_get_string (QmiPdcConfigurationType val);

Gets the nickname string for the QmiPdcConfigurationType specified at val .

Parameters

val

a QmiPdcConfigurationType.

 

Returns

a string with the nickname, or NULL if not found. Do not free the returned value.

[transfer none]

Since: 1.18


qmi_pdc_refresh_event_type_get_string ()

const gchar *
qmi_pdc_refresh_event_type_get_string (QmiPdcRefreshEventType val);

Gets the nickname string for the QmiPdcRefreshEventType specified at val .

Parameters

val

a QmiPdcRefreshEventType.

 

Returns

a string with the nickname, or NULL if not found. Do not free the returned value.

[transfer none]

Since: 1.32

Types and Values

enum QmiPdcConfigurationType

Configuration type for change/load configuration.

Members

QMI_PDC_CONFIGURATION_TYPE_PLATFORM

Platform

 

QMI_PDC_CONFIGURATION_TYPE_SOFTWARE

Software

 

Since: 1.18


enum QmiPdcRefreshEventType

Refresh event type.

Members

QMI_PDC_REFRESH_START

Refresh start event

 

QMI_PDC_REFRESH_COMPLETE

Refresh complete event

 

QMI_PDC_REFRESH_CLIENT_REFRESH

Client refresh event

 

Since: 1.32