Linux.pl
Opcje wyszukiwania podręcznika man:
Lista stron man zaczynających się od znaku:
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z   ALPHA   NUM   OTHER   ALL
SD_BUS_MESSAGE_VERIFY_TYPEsd_bus_message_verify_tSD_BUS_MESSAGE_VERIFY_TYPE(3)

NAME
       sd_bus_message_verify_type - Check if the message has specified type at
       the current location

SYNOPSIS
       #include <systemd/sd-bus.h>

       int sd_bus_message_verify_type(sd_bus_message *m, char type,
                                      const char* contents);

DESCRIPTION
       sd_bus_message_verify_type() checks if the complete type at the current
       location in the message m matches the specified type and contents. If
       non-zero, parameter type must be one of the types specified in
       sd_bus_message_append(1). If non-null, parameter contents must be a
       valid sequence of complete types. If both type and contents are
       specified type must be a container type.

       If type is specified, the type in the message must match. If contents
       is specified, the type in the message must be a container type with
       this signature.

RETURN VALUE
       On success, this call returns true if the type matches and zero if not
       (the message m contains different data or the end of the message has
       been reached). On failure, it returns a negative errno-style error
       code.

   Errors
       Returned errors may indicate the following problems:

       -EINVAL
           m or both type and contents are NULL.

           Arguments do not satisfy other constraints listed above.

       -EPERM
           Message m is not sealed.

NOTES
       These APIs are implemented as a shared library, which can be compiled
       and linked to with the libsystemd pkg-config(1) file.

SEE ALSO
       systemd(1), sd-bus(3), sd_bus_message_append(3)

systemd 252                                      SD_BUS_MESSAGE_VERIFY_TYPE(3)

Czas wygenerowania: 0.00041 sek.


Created with the man page lookup class by Andrew Collington.
Based on a C man page viewer by Vadim Pavlov
Unicode soft-hyphen fix (as used by RedHat) by Dan Edwards
Some optimisations by Eli Argon
Caching idea and code contribution by James Richardson

Copyright © 2003-2025 Linux.pl
Hosted by Hosting Linux.pl