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:
f5c9959
)
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 1b2e54fd16339658db1cece1b5b7ec21ec5c839d..0f7baf24a74d855f8f6d2db8eca9ddacb0eb0e43 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)