;; 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.8 2007/09/07 07:32:26 espen Exp $
(in-package "GLIB")
(code :allocation :alien :type int :reader gerror-code)
(message :allocation :alien :type string :reader gerror-message))
(:metaclass struct-class)
- (:ref gerror-copy)
- (:unref gerror-free))
+ (:ref %gerror-copy)
+ (:unref %gerror-free))
(defbinding (%gerror-copy "g_error_copy") () pointer
(location pointer))
(define-condition warning-log-level (log-level)
())
+(define-condition message-log-level (log-level)
+ ())
+
(define-condition info-log-level (log-level)
())