Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

shiboken(1) [debian man page]

SHIBOKEN(1)							   User Commands						       SHIBOKEN(1)

NAME
shiboken - CPython bindings generator for C++ libraries DESCRIPTION
Usage: shiboken [options] header-file typesystem-file General options: --debug-level=[sparse|medium|full] Set the debug level --documentation-only Do not generates any code, just the documentation --generatorSet generatorSet to be used. e.g. qtdoc --help Display this help and exit --include-paths=<path>[:<path>:...] Include paths used by the C++ parser --license-file=[licensefile] File used for copyright headers of generated files --no-suppress-warnings Show all warnings --output-directory=[dir] The directory where the generated files will be written --silent Avoid printing any message --typesystem-paths=<path>[:<path>:...] Paths used when searching for typesystems --version Output version information and exit Shiboken options: --disable-verbose-error-messages Disable verbose error messages. Turn the python code hard to debug but safe few kB on the generated bindings. --enable-parent-ctor-heuristic Enable heuristics to detect parent relationship on constructors. --enable-pyside-extensions Enable PySide extensions, such as support for signal/slots, use this if you are creating a binding for a Qt-based library. --enable-return-value-heuristic Enable heuristics to detect parent relationship on return values (USE WITH CAUTION!) Shiboken options: --disable-verbose-error-messages Disable verbose error messages. Turn the python code hard to debug but safe few kB on the generated bindings. --enable-parent-ctor-heuristic Enable heuristics to detect parent relationship on constructors. --enable-pyside-extensions Enable PySide extensions, such as support for signal/slots, use this if you are creating a binding for a Qt-based library. --enable-return-value-heuristic Enable heuristics to detect parent relationship on return values (USE WITH CAUTION!) COPYRIGHT
Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies) AUTHOR
This manpage was written for Debian, starting with a help2man output, by Didier Raboud <didier@raboud.com>, on the 26. March 2010. shiboken v0.2.0 March 2010 SHIBOKEN(1)

Check Out this Related Man Page

metacity-message(1)						   User Commands					       metacity-message(1)

NAME
metacity-message - send messages to the desktop window manager SYNOPSIS
metacity-message [disable-keybindings] [enable-keybindings] [reload-theme] [restart] [toggle-verbose] DESCRIPTION
You can use the metacity-message application to communicate with the desktop window manager to perform the following tasks: restart the window manager, reload the current window border theme, enable and disable keybindings, and enable debugging messages. OPTIONS
The following options are supported: disable-keybindings Disable keybindings for the desktop window manger. enable-keybindings Enable keybindings for the desktop window manger. reload-theme Reload the current window border theme. restart Restart the desktop window manager. toggle-verbose Enable debugging messages for the desktop window manager. EXAMPLES
Example 1: Restarting the Window Manager example% metacity-message restart EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/metacity-message Executable to communicate with the desktop window manager ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-wm | +-----------------------------+-----------------------------+ |Interface stability |Volitile | +-----------------------------+-----------------------------+ SEE ALSO
Latest version of the GNOME Desktop User Guide for your platform. gnome-window-properties(1), metacity(1), metacity-theme-viewer(1), metacity-window-demo(1), attributes(5) NOTES
Written by Glynn Foster, Sun Microsystems Inc., 2004, 2006. SunOS 5.11 6 Sep 2004 metacity-message(1)
Man Page