guile-gtk-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile-gnome tutorial: gobject: #:signal or #:gsignal?


From: gregory benison
Subject: guile-gnome tutorial: gobject: #:signal or #:gsignal?
Date: Fri, 22 Apr 2005 20:40:29 -0400

In the guile-gnome tutorial, gobject section:

Should #:signal be replaced with #:gsignal?
Otherwise the example does not work (when I try it at least).

;; deriving from <gobject>
(define-class <test> (<gobject>)
  ;; a normal object slot
  my-data

  ;; an object slot exported as a gobject property
  (pub-data #:param-spec (list <gparam-long> #:name 'test))

  ;; a signal with no arguments and no return value
  #:gsignal '(frobate #f))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]