summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gudev/gudevclient.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gudev/gudevclient.c b/gudev/gudevclient.c
index 39a8040..dc5c5d8 100644
--- a/gudev/gudevclient.c
+++ b/gudev/gudevclient.c
@@ -281,7 +281,8 @@ g_udev_client_class_init (GUdevClientClass *klass)
/**
* GUdevClient::uevent:
* @client: The #GUdevClient receiving the event.
- * @action: The action for the uevent e.g. "add", "remove", "change", "move", etc.
+ * @action: The action for the uevent e.g. "add", "remove", "change", "move",
+ * "online" or "offline"
* @device: Details about the #GUdevDevice the event is for.
*
* Emitted when @client receives an uevent.