ModemManager.GdbusModemTime¶
| Implementations: | |
|---|---|
| ModemManager.GdbusModemTimeProxy,ModemManager.GdbusModemTimeSkeleton | |
Methods¶
| class | interface_info() | 
| class | override_properties(klass, property_id_begin) | 
| call_get_network_time(cancellable, callback, *user_data) | |
| call_get_network_time_finish(res) | |
| call_get_network_time_sync(cancellable) | |
| complete_get_network_time(invocation, time) | |
| emit_network_time_changed(arg_time) | 
Virtual Methods¶
| do_handle_get_network_time(invocation) | |
| do_network_time_changed(arg_time) | 
Properties¶
| Name | Type | Flags | Short Description | 
|---|---|---|---|
| network-timezone | GLib.Variant | r/w | NetworkTimezone | 
Signals¶
| Name | Short Description | 
|---|---|
| handle-get-network-time | Signal emitted when a remote caller is invoking the ‘GetNetworkTime() [gdbus-method-org-freedesktop-ModemManager1-Modem-Time.GetNetworkTime]’ D-Bus method. | 
| network-time-changed | On the client-side, this signal is emitted whenever the D-Bus signal ‘“NetworkTimeChanged” [gdbus-signal-org-freedesktop-ModemManager1-Modem-Time.NetworkTimeChanged]’ is received. | 
Fields¶
None
Class Details¶
- 
class ModemManager.GdbusModemTime¶
- Bases: - GObject.GInterface- Structure: - ModemManager.GdbusModemTimeIface- Abstract interface type for the D-Bus interface ‘org.freedesktop.ModemManager1.Modem.Time [gdbus-interface-org-freedesktop-ModemManager1-Modem-Time.top_of_page]’. - 
classmethod interface_info()¶
- Returns: - A - Gio.DBusInterfaceInfo. Do not free.- Return type: - Gio.DBusInterfaceInfo- Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Time [gdbus-interface-org-freedesktop-ModemManager1-Modem-Time.top_of_page]’ D-Bus interface. 
 - 
classmethod override_properties(klass, property_id_begin)¶
- Parameters: - klass (GObject.ObjectClass) – The class structure for aGObject.Objectderived class.
- property_id_begin (int) – The property id to assign to the first overridden property.
 - Returns: - The last property id. - Return type: - Overrides all - GObject.Objectproperties in the- ModemManager.GdbusModemTimeinterface for a concrete class. The properties are overridden in the order they are defined.
- klass (
 - 
call_get_network_time(cancellable, callback, *user_data)¶
- Parameters: - cancellable (Gio.CancellableorNone) – AGio.CancellableorNone.
- callback (Gio.AsyncReadyCallbackorNone) – AGio.AsyncReadyCallbackto call when the request is satisfied orNone.
- user_data (objectorNone) – User data to pass to callback.
 - Asynchronously invokes the ‘GetNetworkTime() [gdbus-method-org-freedesktop-ModemManager1-Modem-Time.GetNetworkTime]’ D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see - GLib.MainContext.push_thread_default()). You can then call- ModemManager.GdbusModemTime.call_get_network_time_finish() to get the result of the operation.- See - ModemManager.GdbusModemTime.call_get_network_time_sync() for the synchronous, blocking version of this method.
- cancellable (
 - 
call_get_network_time_finish(res)¶
- Parameters: - res ( - Gio.AsyncResult) – The- Gio.AsyncResultobtained from the- Gio.AsyncReadyCallbackpassed to- ModemManager.GdbusModemTime.call_get_network_time().- Raises: - GLib.Error- Returns: - Trueif the call succeeded,- Falseif error is set.- out_time: - Return location for return parameter or - Noneto ignore.- Return type: - ( - bool, out_time:- str)- Finishes an operation started with - ModemManager.GdbusModemTime.call_get_network_time().
 - 
call_get_network_time_sync(cancellable)¶
- Parameters: - cancellable ( - Gio.Cancellableor- None) – A- Gio.Cancellableor- None.- Raises: - GLib.Error- Returns: - Trueif the call succeeded,- Falseif error is set.- out_time: - Return location for return parameter or - Noneto ignore.- Return type: - ( - bool, out_time:- str)- Synchronously invokes the ‘GetNetworkTime() [gdbus-method-org-freedesktop-ModemManager1-Modem-Time.GetNetworkTime]’ D-Bus method on self. The calling thread is blocked until a reply is received. - See - ModemManager.GdbusModemTime.call_get_network_time() for the asynchronous version of this method.
 - 
complete_get_network_time(invocation, time)¶
- Parameters: - invocation (Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
- time (str) – Parameter to return.
 - Helper function used in service implementations to finish handling invocations of the ‘GetNetworkTime() [gdbus-method-org-freedesktop-ModemManager1-Modem-Time.GetNetworkTime]’ D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar. - This method will free invocation, you cannot use it afterwards. 
- invocation (
 - 
emit_network_time_changed(arg_time)¶
- Parameters: - arg_time ( - str) – Argument to pass with the signal.- Emits the ‘“NetworkTimeChanged” [gdbus-signal-org-freedesktop-ModemManager1-Modem-Time.NetworkTimeChanged]’ D-Bus signal. 
 - 
do_handle_get_network_time(invocation) virtual¶
- Parameters: - invocation ( - Gio.DBusMethodInvocation) –- Return type: - bool
 
- 
classmethod 
Signal Details¶
- 
ModemManager.GdbusModemTime.signals.handle_get_network_time(gdbus_modem_time, invocation)¶
- Signal Name: - handle-get-network-time- Flags: - Parameters: - gdbus_modem_time (ModemManager.GdbusModemTime) – The object which received the signal
- invocation (Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
 - Returns: - Trueif the invocation was handled,- Falseto let other signal handlers run.- Return type: - Signal emitted when a remote caller is invoking the ‘GetNetworkTime() [gdbus-method-org-freedesktop-ModemManager1-Modem-Time.GetNetworkTime]’ D-Bus method. - If a signal handler returns - True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually call- ModemManager.GdbusModemTime.complete_get_network_time() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the- Gio.DBusError.UNKNOWN_METHODerror is returned.
- gdbus_modem_time (
- 
ModemManager.GdbusModemTime.signals.network_time_changed(gdbus_modem_time, arg_time)¶
- Signal Name: - network-time-changed- Flags: - Parameters: - gdbus_modem_time (ModemManager.GdbusModemTime) – The object which received the signal
- arg_time (str) – Argument.
 - On the client-side, this signal is emitted whenever the D-Bus signal ‘“NetworkTimeChanged” [gdbus-signal-org-freedesktop-ModemManager1-Modem-Time.NetworkTimeChanged]’ is received. - On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal. 
- gdbus_modem_time (
Property Details¶
- 
ModemManager.GdbusModemTime.props.network_timezone¶
- Name: - network-timezone- Type: - GLib.Variant- Default Value: - None- Flags: - READABLE,- WRITABLE- Represents the D-Bus property ‘“NetworkTimezone” [gdbus-property-org-freedesktop-ModemManager1-Modem-Time.NetworkTimezone]’. - Since the D-Bus property for this - GObject.Objectproperty is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.