NAME | SYNOPSIS | RETURN VALUE | SEE ALSO | COLOPHON

UDEV_MONITOR_FILTER_UPDATE(3)_monitor_filter_update_MONITOR_FILTER_UPDATE(3)

NAME         top

       udev_monitor_filter_update, udev_monitor_filter_remove,
       udev_monitor_filter_add_match_subsystem_devtype,
       udev_monitor_filter_add_match_tag - Modify filters

SYNOPSIS         top

       #include <libudev.h>
       int udev_monitor_filter_update(struct udev_monitor *udev_monitor);
       int udev_monitor_filter_remove(struct udev_monitor *udev_monitor);
       int
                                                           udev_monitor_filter_add_match_subsystem_devtype(struct udev_monitor *udev_monitor,
                                                           const char *subsystem,
                                                           const char *devtype);
       int
                                             udev_monitor_filter_add_match_tag(struct udev_monitor *udev_monitor,
                                             const char *tag);

RETURN VALUE         top

       On success, udev_monitor_filter_update(),
       udev_monitor_filter_remove(),
       udev_monitor_filter_add_match_subsystem_devtype() and
       udev_monitor_filter_add_match_tag() return an integer greater than,
       or equal to, 0. On failure, a negative error code is returned.

SEE ALSO         top

       udev_new(3), udev_device_new_from_syspath(3), udev_enumerate_new(3),
       udev_monitor_new_from_netlink(3), udev_monitor_receive_device(3),
       udev_list_entry(3), systemd(1),

COLOPHON         top

       This page is part of the systemd (systemd system and service manager)
       project.  Information about the project can be found at 
       ⟨http://www.freedesktop.org/wiki/Software/systemd⟩.  If you have a bug
       report for this manual page, see 
       ⟨http://www.freedesktop.org/wiki/Software/systemd/#bugreports⟩.  This
       page was obtained from the project's upstream Git repository 
       ⟨https://github.com/systemd/systemd.git⟩ on 2017-07-05.  If you dis‐
       cover any rendering problems in this HTML version of the page, or you
       believe there is a better or more up-to-date source for the page, or
       you have corrections or improvements to the information in this
       COLOPHON (which is not part of the original manual page), send a mail
       to man-pages@man7.org
systemd 234                                    UDEV_MONITOR_FILTER_UPDATE(3)

Pages that refer to this page: udev_monitor_new_from_netlink(3)udev_monitor_receive_device(3)systemd.directives(7)systemd.index(7)