Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2hshookgenerator(1) [debian man page]

GTK2HSHOOKGENERATOR(1)					      General Commands Manual					    GTK2HSHOOKGENERATOR(1)

NAME
gtk2hsHookGenerator - Program to generate callback hook for Gtk signals SYNOPSIS
gtk2hsHookGenerator [--template=template-file] --types=types-file [--import=import] --modname=moduleName > outFile DESCRIPTION
This manual page briefly describes the gtk2hsHookGenerator command. It's a helper program necessary to build the Gtk2Hs suite of libraries. OPTIONS
The programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options are included below. For a complete description, see the other documentation. gtk2hsHookGenerator accepts the following options: --template=template-file specify a path to the Signal.chs.template file --types=types-file specify a path a gtkmarshal.list file --import=import specify a module to be imported into the template file --modname=moduleName the module name for outFile BUGS
Please report bugs and feature requests in the Gtk2Hs trac http://hackage.haskell.org/trac/gtk2hs/ or to the Gtk2Hs mailing list gtk2hs-devel@lists.sourceforge.net AUTHOR
This page was addapted from the gtk2hsC2hs(1) manpage, by Marco Tulio Gontijo e Silva <marcot@debian.org> for the Debian GNU/Linux system (but may be used by others). GTK2HSHOOKGENERATOR(1)

Check Out this Related Man Page

VAMP-RDF-TEMPLATE-GENERATOR(1)				      General Commands Manual				    VAMP-RDF-TEMPLATE-GENERATOR(1)

NAME
vamp-rdf-template-generator -- create a skeleton RDF description file describing a Vamp plugin library using the Vamp ontology SYNOPSIS
vamp-rdf-template-generator [-i] [vamp:soname[:plugin]] [...] vamp-rdf-template-generator [PLUGIN_BASE_URI] [-m YOUR_URI] [[vamp:]soname[:plugin]] [...] DESCRIPTION
This manual page documents briefly the vamp-rdf-template-generator command. This manual page was written for the Debian distribution because the original program does not have a manual page. vamp-rdf-template-generator is a program to generate RDF description templates from binary Vamp libraries. It outputs a template for the RDF file describing plugins contained in soname, or for plugin in soname. The generated output requires manual editing. It will contain PLUGIN_BASE_URI as the topic and base URI of the description and YOUR_URI as the plugin maker. OPTIONS
-i Run in interactive mode, prompting for PLUGIN_BASE_URI and YOUR_URI. -m YOUR_URI Set the plugin maker to YOUR_URI. ENVIRONMENT
VAMP_PATH A colon-separated list of directories to look for plugins. AUTHOR
This manual page was written by Szekelyi Szabolcs cc@mail.3d.hu for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. VAMP-RDF-TEMPLATE-GENERATOR(1)
Man Page