plugin: no need to have our own `GUdevClient'
This commit is contained in:
@@ -49,7 +49,6 @@ static gchar *virtual_port[] = {"smd0", NULL};
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
gchar *name;
|
gchar *name;
|
||||||
GUdevClient *client;
|
|
||||||
GHashTable *tasks;
|
GHashTable *tasks;
|
||||||
|
|
||||||
/* Plugin-specific setups */
|
/* Plugin-specific setups */
|
||||||
@@ -596,10 +595,6 @@ mm_plugin_init (MMPlugin *self)
|
|||||||
{
|
{
|
||||||
MMPluginPrivate *priv = MM_PLUGIN_GET_PRIVATE (self);
|
MMPluginPrivate *priv = MM_PLUGIN_GET_PRIVATE (self);
|
||||||
|
|
||||||
/* We pass NULL as we won't need to get notified about uevents,
|
|
||||||
* we just use this client for sync queries. */
|
|
||||||
priv->client = g_udev_client_new (NULL);
|
|
||||||
|
|
||||||
/* Defaults */
|
/* Defaults */
|
||||||
priv->send_delay = 100000;
|
priv->send_delay = 100000;
|
||||||
}
|
}
|
||||||
@@ -728,8 +723,6 @@ finalize (GObject *object)
|
|||||||
|
|
||||||
g_free (priv->name);
|
g_free (priv->name);
|
||||||
|
|
||||||
g_object_unref (priv->client);
|
|
||||||
|
|
||||||
G_OBJECT_CLASS (mm_plugin_parent_class)->finalize (object);
|
G_OBJECT_CLASS (mm_plugin_parent_class)->finalize (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user