X-Git-Url: http://repo.macrolet.net/gitweb/?p=cl-inotify.git;a=blobdiff_plain;f=package.lisp;fp=package.lisp;h=1951899d967b2dd726bc3e01e419bbd52dc871c6;hp=1d29263e90d03622f2f6d37466669c084571457f;hb=5d80fe9273977aa7c21f26f3481c013086c0ac53;hpb=532536021f6a8aac755fd186a629da402d7f37dd diff --git a/package.lisp b/package.lisp index 1d29263..1951899 100644 --- a/package.lisp +++ b/package.lisp @@ -1,6 +1,6 @@ ;;; -*- mode: lisp; syntax: common-lisp; coding: utf-8; package: cl-user; -*- -;; Copyright (c) 2011, Olof-Joachim Frahm +;; Copyright (c) 2011-12, Olof-Joachim Frahm ;; All rights reserved. ;; Redistribution and use in source and binary forms, with or without @@ -38,14 +38,26 @@ ;;; very raw #:read-raw-event-from-stream + ;;; basic stuff #:close-inotify + ;;; inotify accessors + #:inotify-fd + #:inotify-stream + #:inotify-nonblocking + ;;; event parsing functions #:make-unregistered-inotify #:read-event-from-stream #:watch-raw #:unwatch-raw + ;;; event accessors + #:inotify-event-wd + #:inotify-event-mask + #:inotify-event-cookie + #:inotify-event-name + ;;; enhanced functionality #:make-inotify #:pathname-handle/flags @@ -59,5 +71,9 @@ ;;; convenience functions #:list-watched #:do-events - #:next-events) + #:next-events + + ;;; macros + #:with-inotify + #:with-unregistered-inotify) (:documentation "A binding (not only?) for the LINUX inotify(7) API."))