aboutsummaryrefslogtreecommitdiffstats
path: root/doc/faq.rst
diff options
context:
space:
mode:
authorLauro Neto <lauro.neto@openbossa.org>2010-03-23 16:48:43 -0300
committerLauro Neto <lauro.neto@openbossa.org>2010-03-23 17:08:23 -0300
commit1cd5adbb53161e3fbe7e016ffb580c81b5ec8205 (patch)
tree1b2a40c53ce63e90f299e3c98d842c360848634b /doc/faq.rst
parente253f00a604ffad4398173bea2916ca4d28ae1c4 (diff)
Small fixes in documentation
Reviewer: Hugo Lima <hugo.lima@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'doc/faq.rst')
-rw-r--r--doc/faq.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
index 469e9651b..e854f4360 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -11,6 +11,8 @@ General
What is Shiboken?
-----------------
+Shiboken is a GeneratorRunner plugin that outputs C++ code for CPython extensions.
+
Here the name generator refers actually to a program composed of a set of
*generator classes* that output different resources based on information
contained inside C++ header files.
@@ -21,6 +23,9 @@ Creating bindings
Can I wrap non-Qt libraries?
----------------------------
+Yes. Check Shiboken source code for an example (libsample).
+
+
Is there any runtime dependency on the generated binding?
---------------------------------------------------------