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:
6851535
)
Bug fix
author
espen
<espen>
Sun, 19 Feb 2006 22:24:37 +0000
(22:24 +0000)
committer
espen
<espen>
Sun, 19 Feb 2006 22:24:37 +0000
(22:24 +0000)
glib/gobject.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/gobject.lisp
b/glib/gobject.lisp
index aa951f863832ca5170f418f931dba602287c936a..59e8fcc63d850cd4338e2a2dabbdba120b55f320 100644
(file)
--- a/
glib/gobject.lisp
+++ b/
glib/gobject.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: gobject.lisp,v 1.4
8 2006-02-19 19:31:14
espen Exp $
+;; $Id: gobject.lisp,v 1.4
9 2006-02-19 22:24:37
espen Exp $
(in-package "GLIB")
(in-package "GLIB")
@@
-74,12
+74,12
@@
(define-callback toggle-ref-callback nil
(cache-instance (find-cached-instance location) t)
(cache-instance (find-cached-instance location) nil)))
(cache-instance (find-cached-instance location) t)
(cache-instance (find-cached-instance location) nil)))
- (defbinding %object-add-toggle-ref () pointer
+ (defbinding %object-add-toggle-ref (
location
) pointer
(location pointer)
(toggle-ref-callback callback)
(nil null))
(location pointer)
(toggle-ref-callback callback)
(nil null))
- (defbinding %object-remove-toggle-ref () pointer
+ (defbinding %object-remove-toggle-ref (
location
) pointer
(location pointer)
(toggle-ref-callback callback)
(nil null)))
(location pointer)
(toggle-ref-callback callback)
(nil null)))
@@
-97,7
+97,7
@@
(progn
(define-callback weak-ref-callback nil ((data pointer) (location pointer))
(format t "Object at 0x~8,'0X being finalized~%" (sap-int location)))
(define-callback weak-ref-callback nil ((data pointer) (location pointer))
(format t "Object at 0x~8,'0X being finalized~%" (sap-int location)))
- (defbinding %object-weak-ref () pointer
+ (defbinding %object-weak-ref (
location
) pointer
(location pointer)
(weak-ref-callback callback)
(nil null)))
(location pointer)
(weak-ref-callback callback)
(nil null)))