chiark / gitweb /
Removed some unnecessary reference functions
[clg] / gtk / gtkselection.lisp
index 7e7f52c379cf32c7a2b231caa6fed42e00b51f74..36ef3cc408f176851d19b4f74db2fb37e347bb4d 100644 (file)
@@ -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.
 
-;; $Id: gtkselection.lisp,v 1.1 2006-02-06 11:57:27 espen Exp $
+;; $Id: gtkselection.lisp,v 1.2 2006-02-06 14:02:17 espen Exp $
 
 
 (in-package "GTK")
@@ -28,20 +28,6 @@ (in-package "GTK")
 
 ;;;; Selection
 
-(defbinding %selection-data-copy () pointer
-  (location pointer))
-  
-(defbinding %selection-data-free () nil
-  (location pointer))
-
-(defmethod reference-foreign ((class (eql (find-class 'selection-data))) location)
-  (declare (ignore class))
-  (%selection-data-copy location))
-
-(defmethod unreference-foreign ((class (eql (find-class 'selection-data))) location)
-  (declare (ignore class))
-  (%selection-data-free location))
-
 (defbinding %target-list-ref () pointer
   (location pointer))
   
@@ -212,7 +198,7 @@ (defcallback %clipboard-clear-func (nil (clipboard pointer)
 
 (defbinding clipboard-set-with-data (clipboard targets get-func clear-func) gobject
   (clipboard clipboard)
-  (targets (vector target-entry))
+  (targets (vector (inlined target-entry)))
   ((length targets) unsigned-int)
   (%clipboard-get-func callback)
   (%clipboard-clear-func callback)
@@ -320,6 +306,7 @@ (defbinding clipboard-set-can-store () nil
 (defbinding clipboard-store () nil
   (clipboard clipboard))
 
+
 ;;;; Drag and Drop
 
 (defbinding drag-dest-set (widget flags targets actions) nil