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=6dda53512a0c2b4feebb7a765b0f09e5ef9487c4;hp=3c57ec9ea409f0dad88797bce124252be184e7ae;hb=cb0520345be56497b547cdf45f1412a537d7cf2e;hpb=b952404b9386ed0ef806a830d184f696b2432e77 diff --git a/man/sd_seat_get_active.xml b/man/sd_seat_get_active.xml index 3c57ec9ea..6dda53512 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 + + 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's not accepted). + + + + -ENOMEM + + Memory allocation failed. + + + + Notes @@ -158,7 +195,7 @@ sd_seat_can_grapical() 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, + elogind1, sd-login3, sd_session_get_seat3