Advertisement
AndrzejL

Gimp PyGTK

Apr 14th, 2012
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. Could not write method GimpColorDisplay.convert_surface: No ArgType for cairo_surface_t*
  2. Could not write method GimpColorDisplay.load_state: No ArgType for GimpParasite*
  3. Could not write method GimpColorDisplay.save_state: No ArgType for GimpParasite*
  4. Could not write method GimpColorDisplay.get_config: No ArgType for GimpColorConfig*
  5. Could not write method GimpColorDisplay.get_managed: No ArgType for GimpColorManaged*
  6. Could not write method GimpColorDisplayStack.convert_surface: No ArgType for cairo_surface_t*
  7. Warning: generating old-style constructor for:gimp_color_selector_new
  8. Could not write method GimpColorSelector.set_config: No ArgType for GimpColorConfig*
  9. Could not write method GimpColorSelection.set_config: No ArgType for GimpColorConfig*
  10. Warning: generating old-style constructor for:gimp_enum_combo_box_new
  11. Warning: generating old-style constructor for:gimp_offset_area_new
  12. Could not write method GimpPreviewArea.draw: No ArgType for GimpImageType
  13. Could not write method GimpPreviewArea.blend: No ArgType for GimpImageType
  14. Could not write method GimpPreviewArea.mask: No ArgType for GimpImageType
  15. Warning: generating old-style constructor for:gimp_size_entry_new
  16. Warning: generating old-style constructor for:gimp_unit_menu_new
  17. Could not write method GimpZoomPreview.get_source: No ArgType for gint*
  18. Warning: Constructor for GimpColorSelector needs to be updated to new API
  19. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  20. Warning: Constructor for GimpColorScales needs to be updated to new API
  21. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  22. Warning: Constructor for GimpColorNotebook needs to be updated to new API
  23. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  24. Warning: Constructor for GimpImageComboBox needs to be updated to new API
  25. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  26. Warning: Constructor for GimpEnumComboBox needs to be updated to new API
  27. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  28. Warning: Constructor for GimpDrawableComboBox needs to be updated to new API
  29. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  30. Warning: Constructor for GimpChannelComboBox needs to be updated to new API
  31. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  32. Warning: Constructor for GimpEnumStore needs to be updated to new API
  33. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  34. Warning: Constructor for GimpLayerComboBox needs to be updated to new API
  35. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  36. Warning: Constructor for GimpMemsizeEntry needs to be updated to new API
  37. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  38. Warning: Constructor for GimpOffsetArea needs to be updated to new API
  39. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  40. Warning: Constructor for GimpPreview needs to be updated to new API
  41. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  42. Warning: Constructor for GimpScrolledPreview needs to be updated to new API
  43. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  44. Warning: Constructor for GimpSelectButton needs to be updated to new API
  45. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  46. Warning: Constructor for GimpSizeEntry needs to be updated to new API
  47. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  48. Warning: Constructor for GimpUnitMenu needs to be updated to new API
  49. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  50. Warning: Constructor for GimpVectorsComboBox needs to be updated to new API
  51. See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
  52. ***INFO*** The coverage of global functions is 100.00% (4/4)
  53. ***INFO*** The coverage of methods is 94.12% (192/204)
  54. ***INFO*** There are no declared virtual proxies.
  55. ***INFO*** There are no declared virtual accessors.
  56. ***INFO*** There are no declared interface proxies.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement