]> git.eshelyaron.com Git - emacs.git/commitdiff
some xwgir docs
authorJoakim Verona <joakim@verona.se>
Mon, 23 Jul 2012 06:44:39 +0000 (08:44 +0200)
committerJoakim Verona <joakim@verona.se>
Mon, 23 Jul 2012 06:44:39 +0000 (08:44 +0200)
README.xwidget

index ca10f7ee546ae0552ecc4544d464bbe9857206aa..6ca6f1a62caabfce7a974944e74547b0045f9e44 100644 (file)
@@ -1612,3 +1612,14 @@ introspection to call a widget constructor(from xwidget-test.el):
   (xwgir-call-method (xwidget-at 1) "set_label" '( "xwgir set label!"))
   )
 
+Current limitation:
+- Only 0 arg constructors are supported at the moment. Since xwidgets
+  defer construction, the args needs to be stored with the xwidget.
+
+- xwgir-call-method does indeed lisp to gobject conversion for the
+  arguments, but only some primitive types are supported atm.
+
+- next to no argument checking. If wrong type args are used with the
+  xwgir methods, emacs crashes.
+
+