X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_seat_get_active.xml;h=b4d044282d72289df148beae73bdad1d62c0102b;hp=3c57ec9ea409f0dad88797bce124252be184e7ae;hb=91d60274701a12d2bbcd2b8e40f8b8abe00be0e7;hpb=798d3a524ea57aaf40cb53858aaa45ec702f012d diff --git a/man/sd_seat_get_active.xml b/man/sd_seat_get_active.xml index 3c57ec9ea..b4d044282 100644 --- a/man/sd_seat_get_active.xml +++ b/man/sd_seat_get_active.xml @@ -3,29 +3,29 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> sd_seat_get_active - systemd + elogind @@ -53,7 +53,7 @@ - #include <systemd/sd-login.h> + #include <elogind/sd-login.h> int sd_seat_get_active @@ -148,6 +148,43 @@ errno-style error code. + + Errors + + Returned errors may indicate the following problems: + + + + + -ENODATA + + The given field is not specified for the described + seat. + + + + + -ENXIO + + The specified seat is unknown. + + + + + -EINVAL + + An input parameter was invalid (out of range, + or NULL, where that is not accepted). + + + + -ENOMEM + + Memory allocation failed. + + + + Notes @@ -155,10 +192,10 @@ sd_seat_get_sessions(), sd_seat_can_multi_session(), sd_seat_can_tty() and - sd_seat_can_grapical() interfaces are + sd_seat_can_graphical() interfaces are available as a shared library, which can be compiled and linked to with the - libsystemd pkg-config1 + libelogind pkg-config1 file. @@ -166,7 +203,7 @@ See Also - systemd1, + elogind8, sd-login3, sd_session_get_seat3