chiark / gitweb /
bus: add API for appending/reading fixed arrays
[elogind.git] / src / systemd / sd-login.h
index 24150394100983c5126b11a1f65bce98ade6551f..4855e327a12113cdcbad3f33b7326f0fd7e3907a 100644 (file)
@@ -157,7 +157,8 @@ int sd_get_machine_names(char ***machines);
 typedef struct sd_login_monitor sd_login_monitor;
 
 /* Create a new monitor. Category must be NULL, "seat", "session",
- * "uid" to get monitor events for the specific category (or all). */
+ * "uid", "machine" to get monitor events for the specific category
+ * (or all). */
 int sd_login_monitor_new(const char *category, sd_login_monitor** ret);
 
 /* Destroys the passed monitor. Returns NULL. */