| Top | 
QmiIndicationNasNetworkTimeOutput *
qmi_indication_nas_network_time_output_ref
                               (QmiIndicationNasNetworkTimeOutput *self);
Atomically increments the reference count of self
 by one.
void
qmi_indication_nas_network_time_output_unref
                               (QmiIndicationNasNetworkTimeOutput *self);
Atomically decrements the reference count of self
 by one.
If the reference count drops to 0, self
 is completely disposed.
gboolean qmi_indication_nas_network_time_output_get_radio_interface (QmiIndicationNasNetworkTimeOutput *self,QmiNasRadioInterface *radio_interface,GError **error);
Get the 'Radio Interface' field from self
.
self  | 
||
radio_interface  | 
a placeholder for the output QmiNasRadioInterface, or   | 
|
error  | 
Return location for error or   | 
gboolean qmi_indication_nas_network_time_output_get_daylight_savings_adjustment (QmiIndicationNasNetworkTimeOutput *self,QmiNasDaylightSavingsAdjustment *daylight_savings_adjustment,GError **error);
Get the 'Daylight Savings Adjustment' field from self
.
self  | 
||
daylight_savings_adjustment  | 
a placeholder for the output QmiNasDaylightSavingsAdjustment, or   | 
|
error  | 
Return location for error or   | 
gboolean qmi_indication_nas_network_time_output_get_timezone_offset (QmiIndicationNasNetworkTimeOutput *self,gint8 *timezone_offset,GError **error);
Get the 'Timezone Offset' field from self
.
gboolean qmi_indication_nas_network_time_output_get_universal_time (QmiIndicationNasNetworkTimeOutput *self,guint16 *universal_time_year,guint8 *universal_time_month,guint8 *universal_time_day,guint8 *universal_time_hour,guint8 *universal_time_minute,guint8 *universal_time_second,QmiNasDayOfWeek *universal_time_day_of_week,GError **error);
Get the 'Universal Time' field from self
.
self  | 
||
universal_time_year  | 
a placeholder for the output guint16, or   | 
|
universal_time_month  | 
a placeholder for the output guint8, or   | 
|
universal_time_day  | 
a placeholder for the output guint8, or   | 
|
universal_time_hour  | 
a placeholder for the output guint8, or   | 
|
universal_time_minute  | 
a placeholder for the output guint8, or   | 
|
universal_time_second  | 
a placeholder for the output guint8, or   | 
|
universal_time_day_of_week  | 
a placeholder for the output QmiNasDayOfWeek, or   | 
|
error  | 
Return location for error or   | 
typedef struct _QmiIndicationNasNetworkTimeOutput QmiIndicationNasNetworkTimeOutput;
The QmiIndicationNasNetworkTimeOutput structure contains private data and should only be accessed using the provided API.