From 1cd5adbb53161e3fbe7e016ffb580c81b5ec8205 Mon Sep 17 00:00:00 2001 From: Lauro Neto Date: Tue, 23 Mar 2010 16:48:43 -0300 Subject: Small fixes in documentation Reviewer: Hugo Lima Reviewer: Marcelo Lira --- doc/faq.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/faq.rst') 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? --------------------------------------------------------- -- cgit v1.2.3