X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/7f9118925679ced1c3886a75e6cced2f145ea8b2..823efaab40db9ecad402b84e9d7087b874843240:/glib/gerror.lisp diff --git a/glib/gerror.lisp b/glib/gerror.lisp index 325f3bd..bdedc0d 100644 --- a/glib/gerror.lisp +++ b/glib/gerror.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: gerror.lisp,v 1.6 2006/04/25 22:01:12 espen Exp $ +;; $Id: gerror.lisp,v 1.7 2006/04/28 08:27:22 espen Exp $ (in-package "GLIB") @@ -100,6 +100,9 @@ (define-condition warning-log-level (log-level) ()) +(define-condition message-log-level (log-level) + ()) + (define-condition info-log-level (log-level) ())