|  |  |  | libmm-glib Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Prerequisites | Known Implementations | Signals | ||||
| MmGdbusOrgFreedesktopModemManager1MmGdbusOrgFreedesktopModemManager1 — Generated C code for the org.freedesktop.ModemManager1 D-Bus interface | 
MmGdbusOrgFreedesktopModemManager1; struct MmGdbusOrgFreedesktopModemManager1Iface; void mm_gdbus_org_freedesktop_modem_manager1_call_scan_devices (MmGdbusOrgFreedesktopModemManager1 *proxy,GCancellable *cancellable,GAsyncReadyCallback callback,gpointer user_data); gboolean mm_gdbus_org_freedesktop_modem_manager1_call_scan_devices_finish (MmGdbusOrgFreedesktopModemManager1 *proxy,GAsyncResult *res,GError **error); gboolean mm_gdbus_org_freedesktop_modem_manager1_call_scan_devices_sync (MmGdbusOrgFreedesktopModemManager1 *proxy,GCancellable *cancellable,GError **error); void mm_gdbus_org_freedesktop_modem_manager1_call_set_logging (MmGdbusOrgFreedesktopModemManager1 *proxy,const gchar *arg_level,GCancellable *cancellable,GAsyncReadyCallback callback,gpointer user_data); gboolean mm_gdbus_org_freedesktop_modem_manager1_call_set_logging_finish (MmGdbusOrgFreedesktopModemManager1 *proxy,GAsyncResult *res,GError **error); gboolean mm_gdbus_org_freedesktop_modem_manager1_call_set_logging_sync (MmGdbusOrgFreedesktopModemManager1 *proxy,const gchar *arg_level,GCancellable *cancellable,GError **error);
MmGdbusOrgFreedesktopModemManager1 is implemented by MmGdbusOrgFreedesktopModemManager1Proxy and MmGdbusOrgFreedesktopModemManager1Skeleton.
This section contains code for working with the org.freedesktop.ModemManager1 D-Bus interface in C.
typedef struct _MmGdbusOrgFreedesktopModemManager1 MmGdbusOrgFreedesktopModemManager1;
Abstract interface type for the D-Bus interface org.freedesktop.ModemManager1.
struct MmGdbusOrgFreedesktopModemManager1Iface {
  GTypeInterface parent_iface;
  gboolean (*handle_scan_devices) (
    MmGdbusOrgFreedesktopModemManager1 *object,
    GDBusMethodInvocation *invocation);
  gboolean (*handle_set_logging) (
    MmGdbusOrgFreedesktopModemManager1 *object,
    GDBusMethodInvocation *invocation,
    const gchar *arg_level);
};
Virtual table for the D-Bus interface org.freedesktop.ModemManager1.
| GTypeInterface  | The parent interface. | 
| Handler for the "handle-scan-devices" signal. | |
| Handler for the "handle-set-logging" signal. | 
void mm_gdbus_org_freedesktop_modem_manager1_call_scan_devices (MmGdbusOrgFreedesktopModemManager1 *proxy,GCancellable *cancellable,GAsyncReadyCallback callback,gpointer user_data);
Asynchronously invokes the ScanDevices()proxy.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call mm_gdbus_org_freedesktop_modem_manager1_call_scan_devices_finish() to get the result of the operation.
See mm_gdbus_org_freedesktop_modem_manager1_call_scan_devices_sync() for the synchronous, blocking version of this method.
| 
 | A MmGdbusOrgFreedesktopModemManager1Proxy. | 
| 
 | A GCancellable or NULL. [allow-none] | 
| 
 | A GAsyncReadyCallback to call when the request is satisfied or NULL. | 
| 
 | User data to pass to callback. | 
gboolean mm_gdbus_org_freedesktop_modem_manager1_call_scan_devices_finish (MmGdbusOrgFreedesktopModemManager1 *proxy,GAsyncResult *res,GError **error);
Finishes an operation started with mm_gdbus_org_freedesktop_modem_manager1_call_scan_devices().
| 
 | A MmGdbusOrgFreedesktopModemManager1Proxy. | 
| 
 | The GAsyncResult obtained from the GAsyncReadyCallback passed to mm_gdbus_org_freedesktop_modem_manager1_call_scan_devices(). | 
| 
 | Return location for error or NULL. | 
| Returns : | TRUEif the call succeded,FALSEiferroris set. [skip] | 
gboolean mm_gdbus_org_freedesktop_modem_manager1_call_scan_devices_sync (MmGdbusOrgFreedesktopModemManager1 *proxy,GCancellable *cancellable,GError **error);
Synchronously invokes the ScanDevices()proxy. The calling thread is blocked until a reply is received.
See mm_gdbus_org_freedesktop_modem_manager1_call_scan_devices() for the asynchronous version of this method.
| 
 | A MmGdbusOrgFreedesktopModemManager1Proxy. | 
| 
 | A GCancellable or NULL. [allow-none] | 
| 
 | Return location for error or NULL. | 
| Returns : | TRUEif the call succeded,FALSEiferroris set. [skip] | 
void mm_gdbus_org_freedesktop_modem_manager1_call_set_logging (MmGdbusOrgFreedesktopModemManager1 *proxy,const gchar *arg_level,GCancellable *cancellable,GAsyncReadyCallback callback,gpointer user_data);
Asynchronously invokes the SetLogging()proxy.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call mm_gdbus_org_freedesktop_modem_manager1_call_set_logging_finish() to get the result of the operation.
See mm_gdbus_org_freedesktop_modem_manager1_call_set_logging_sync() for the synchronous, blocking version of this method.
| 
 | A MmGdbusOrgFreedesktopModemManager1Proxy. | 
| 
 | Argument to pass with the method invocation. | 
| 
 | A GCancellable or NULL. [allow-none] | 
| 
 | A GAsyncReadyCallback to call when the request is satisfied or NULL. | 
| 
 | User data to pass to callback. | 
gboolean mm_gdbus_org_freedesktop_modem_manager1_call_set_logging_finish (MmGdbusOrgFreedesktopModemManager1 *proxy,GAsyncResult *res,GError **error);
Finishes an operation started with mm_gdbus_org_freedesktop_modem_manager1_call_set_logging().
| 
 | A MmGdbusOrgFreedesktopModemManager1Proxy. | 
| 
 | The GAsyncResult obtained from the GAsyncReadyCallback passed to mm_gdbus_org_freedesktop_modem_manager1_call_set_logging(). | 
| 
 | Return location for error or NULL. | 
| Returns : | TRUEif the call succeded,FALSEiferroris set. [skip] | 
gboolean mm_gdbus_org_freedesktop_modem_manager1_call_set_logging_sync (MmGdbusOrgFreedesktopModemManager1 *proxy,const gchar *arg_level,GCancellable *cancellable,GError **error);
Synchronously invokes the SetLogging()proxy. The calling thread is blocked until a reply is received.
See mm_gdbus_org_freedesktop_modem_manager1_call_set_logging() for the asynchronous version of this method.
| 
 | A MmGdbusOrgFreedesktopModemManager1Proxy. | 
| 
 | Argument to pass with the method invocation. | 
| 
 | A GCancellable or NULL. [allow-none] | 
| 
 | Return location for error or NULL. | 
| Returns : | TRUEif the call succeded,FALSEiferroris set. [skip] | 
"handle-scan-devices" signalgboolean            user_function                      (MmGdbusOrgFreedesktopModemManager1 *object,
                                                        GDBusMethodInvocation              *invocation,
                                                        gpointer                            user_data)       : Run Last
Signal emitted when a remote caller is invoking the ScanDevices()
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 mm_gdbus_org_freedesktop_modem_manager1_complete_scan_devices() 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 G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
| 
 | A MmGdbusOrgFreedesktopModemManager1. | 
| 
 | A GDBusMethodInvocation. | 
| 
 | user data set when the signal handler was connected. | 
| Returns : | TRUEif the invocation was handled,FALSEto let other signal handlers run. | 
"handle-set-logging" signalgboolean            user_function                      (MmGdbusOrgFreedesktopModemManager1 *object,
                                                        GDBusMethodInvocation              *invocation,
                                                        gchar                              *arg_level,
                                                        gpointer                            user_data)       : Run Last
Signal emitted when a remote caller is invoking the SetLogging()
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 mm_gdbus_org_freedesktop_modem_manager1_complete_set_logging() 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 G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
| 
 | A MmGdbusOrgFreedesktopModemManager1. | 
| 
 | A GDBusMethodInvocation. | 
| 
 | Argument passed by remote caller. | 
| 
 | user data set when the signal handler was connected. | 
| Returns : | TRUEif the invocation was handled,FALSEto let other signal handlers run. |