Top |
MMKernelEventProperties * | mm_kernel_event_properties_new () |
const gchar * | mm_kernel_event_properties_get_action () |
void | mm_kernel_event_properties_set_action () |
const gchar * | mm_kernel_event_properties_get_name () |
void | mm_kernel_event_properties_set_name () |
const gchar * | mm_kernel_event_properties_get_subsystem () |
void | mm_kernel_event_properties_set_subsystem () |
const gchar * | mm_kernel_event_properties_get_uid () |
void | mm_kernel_event_properties_set_uid () |
The MMKernelEventProperties is an object handling the properties to be set in reported kernel events.
This object is created by the user and passed to ModemManager with either
mm_manager_report_kernel_event()
or mm_manager_report_kernel_event_sync()
.
MMKernelEventProperties *
mm_kernel_event_properties_new (void
);
Creates a new empty MMKernelEventProperties.
a MMKernelEventProperties. The returned value
should be freed with g_object_unref()
.
[transfer full]
Since: 1.8
const gchar *
mm_kernel_event_properties_get_action (MMKernelEventProperties *self
);
Gets the action.
Since: 1.8
void mm_kernel_event_properties_set_action (MMKernelEventProperties *self
,const gchar *action
);
Sets the action.
Since: 1.8
const gchar *
mm_kernel_event_properties_get_name (MMKernelEventProperties *self
);
Gets the name.
Since: 1.8
void mm_kernel_event_properties_set_name (MMKernelEventProperties *self
,const gchar *name
);
Sets the name.
Since: 1.8
const gchar *
mm_kernel_event_properties_get_subsystem
(MMKernelEventProperties *self
);
Gets the subsystem.
Since: 1.8
void mm_kernel_event_properties_set_subsystem (MMKernelEventProperties *self
,const gchar *subsystem
);
Sets the subsystem.
Since: 1.8
const gchar *
mm_kernel_event_properties_get_uid (MMKernelEventProperties *self
);
Gets the unique ID of the physical device.
Since: 1.8
void mm_kernel_event_properties_set_uid (MMKernelEventProperties *self
,const gchar *uid
);
Sets the unique ID of the physical device.
Since: 1.8
struct MMKernelEventProperties;
The MMKernelEventProperties structure contains private data and should only be accessed using the provided API.