Changeset 417
- Timestamp:
- 09/26/07 18:30:32 (1 year ago)
- Files:
-
- pygtkimageview/src/gtkimageview.defs (modified) (1 diff)
- pygtkimageview/tests/test_module.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pygtkimageview/src/gtkimageview.defs
r415 r417 95 95 ) 96 96 97 (define-method draw 98 (of-object "GdkPixbufDrawCache") 99 (c-name "gdk_pixbuf_draw_cache_draw") 100 (return-type "none") 101 (parameters 102 '("GdkPixbufDrawOpts*" "draw_opts") 103 '("GdkDrawable*" "drawable") 104 ) 105 ) 106 97 107 ;; Enumerations and flags ... 98 108 pygtkimageview/tests/test_module.py
r406 r417 267 267 assert hasattr(obj, 'old') 268 268 assert hasattr(obj, 'check_size') 269 assert callable(obj.draw) 269 270
