chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6b46532
)
Error message clarified
author
espen
<espen>
Wed, 20 Jun 2007 10:21:54 +0000
(10:21 +0000)
committer
espen
<espen>
Wed, 20 Jun 2007 10:21:54 +0000
(10:21 +0000)
glib/gcallback.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/gcallback.lisp
b/glib/gcallback.lisp
index 6d1ea3815b163ffadca16a03fdbb8003d50e5a75..a60b6e94b9b7fbed9d2049654d9b24cd0cab31b8 100644
(file)
--- a/
glib/gcallback.lisp
+++ b/
glib/gcallback.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.
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-;; $Id: gcallback.lisp,v 1.4
3 2007/06/15 12:03:26
espen Exp $
+;; $Id: gcallback.lisp,v 1.4
4 2007/06/20 10:21:54
espen Exp $
(in-package "GLIB")
(in-package "GLIB")
@@
-483,7
+483,7
@@
(defun create-signal-emit-function (signal-id)
(params (allocate-memory (* n-params +gvalue-size+))))
#'(lambda (detail object &rest args)
(unless (= (length args) (1- n-params))
(params (allocate-memory (* n-params +gvalue-size+))))
#'(lambda (detail object &rest args)
(unless (= (length args) (1- n-params))
- (error "Invalid number of arguments
: ~A" (+ 2 (length args)
)))
+ (error "Invalid number of arguments
in emmision of signal ~A: ~A" signal-id (length args
)))
(unwind-protect
(loop
for arg in (cons object args)
(unwind-protect
(loop
for arg in (cons object args)