summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-09-07 13:47:15 +0200
committerBastien Nocera <hadess@hadess.net>2017-09-07 13:47:51 +0200
commit39c282913e74ec1259b9b695fc6abed0d8503753 (patch)
treedad2a136f93a719e7c7c2397501d176ca61222f4
parent93d034d25c17555079e0566b41bad48526f8754a (diff)
downloadlibgudev-39c282913e74ec1259b9b695fc6abed0d8503753.tar.gz
gudev: Add note about possible actions
https://bugzilla.gnome.org/show_bug.cgi?id=787314
-rw-r--r--gudev/gudevclient.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gudev/gudevclient.c b/gudev/gudevclient.c
index 4436c46..8c204c3 100644
--- a/gudev/gudevclient.c
+++ b/gudev/gudevclient.c
@@ -291,6 +291,9 @@ g_udev_client_class_init (GUdevClientClass *klass)
* for the majority of actions, only the sysfs path will be available when the device
* is removed.
*
+ * Also note that the action is an arbitrary string, controlled by device drivers. Other
+ * values than those listed is possible, but unlikely.
+ *
* This signal is emitted in the
* <link linkend="g-main-context-push-thread-default">thread-default main loop</link>
* of the thread that @client was created in.