File: gtk2hsHookGenerator.1

package info (click to toggle)
gtk2hs-buildtools 0.13.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 972 kB
  • sloc: haskell: 9,475; yacc: 1,489; ansic: 66; makefile: 10
file content (62 lines) | stat: -rw-r--r-- 1,555 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.\" Hey Emacs! This file is -*- nroff -*- source.
.\"
.\" Version $Revision: 0.1 $ from $Date: 2010/05/25 14:07:21 $
.\"
.TH GTK2HSHOOKGENERATOR 1
.SH NAME
gtk2hsHookGenerator \- Program to generate callback hook for Gtk signals

.SH SYNOPSIS
.B gtk2hsHookGenerator
.RB [\| \-\-template\|\c
.RI \|= template\-file \|]
.RB \-\-types\|\c
.RI \|= types\-file
.RB [\| \-\-import\|\c
.RI \|= import \|]
.RB \-\-modname\|\c
.RI \|= moduleName
>
.RI outFile

.SH DESCRIPTION
This manual page briefly describes the
.B gtk2hsHookGenerator
command.  It's a helper program necessary to build the Gtk2Hs suite of
libraries.
.PP

.SH 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.

.B gtk2hsHookGenerator
accepts the following options:
.TP
.BI \-\-template= template-file
specify a path to the Signal.chs.template file
.TP
.BI \-\-types= types-file
specify a path a gtkmarshal.list file
.TP
.BI \-\-import= import
specify a module to be imported into the template file
.TP
.BI \-\-modname= moduleName
the module name for
. I outFile

.SH "BUGS"

Please report bugs and feature requests in the Gtk2Hs trac

.I http://hackage.haskell.org/trac/gtk2hs/

or to the Gtk2Hs mailing list
.I gtk2hs-devel@lists.sourceforge.net

.SH AUTHOR
This page was addapted from the \fBgtk2hsC2hs\fR(1) manpage, by Marco TĂșlio
Gontijo e Silva <marcot@debian.org> for the Debian GNU/Linux system (but may be
used by others).