summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/core/tdebindings/debian/local/rbqtapi.1
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-11-15 19:23:30 +0800
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-11-15 19:23:30 +0800
commit0277521b268b21caf0ee21202b92784f302baadc (patch)
tree5d856f96adfbe46b57da31cf60daa1084b4e7a1e /ubuntu/_base/core/tdebindings/debian/local/rbqtapi.1
parenteb16e7c7281e182297581fa8d565561869c81bca (diff)
downloadtde-packaging-0277521b268b21caf0ee21202b92784f302baadc.tar.gz
tde-packaging-0277521b268b21caf0ee21202b92784f302baadc.zip
DEB: adjusted to new 'core' folder for main packages.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/core/tdebindings/debian/local/rbqtapi.1')
-rw-r--r--ubuntu/_base/core/tdebindings/debian/local/rbqtapi.129
1 files changed, 29 insertions, 0 deletions
diff --git a/ubuntu/_base/core/tdebindings/debian/local/rbqtapi.1 b/ubuntu/_base/core/tdebindings/debian/local/rbqtapi.1
new file mode 100644
index 000000000..7cafb5b8c
--- /dev/null
+++ b/ubuntu/_base/core/tdebindings/debian/local/rbqtapi.1
@@ -0,0 +1,29 @@
+.TH RBQTAPI 1 "Aug 2004" "Trinity Desktop Environment" "Qt Ruby Bindings Manual"
+.SH NAME
+rbqtapi \- A QtRuby Introspection Tool
+.SH SYNOPSIS
+.B rbqtapi
+[options] [<class>]
+.SH DESCRIPTION
+Rbqtapi is a QtRuby Introspection Tool, similar to javap(1). Use it
+to find a list of method for a certain QtRuby class.
+.SH OPTIONS
+.TP
+.B \-r <re>
+Find all functions matching regular expression/keyword <re>
+.TP
+.B \-i
+Perform a case insensitive search ( only meaningful in combination with -r )
+.TP
+.B \-p
+Display also inherited methods.
+.TP
+.B \-v
+Print QtRuby and Qt versions.
+.TP
+.B \-h
+Print a help message.
+.SH AUTHOR
+Alexander Kellett
+.SH SEE ALSO
+rbtdeapi(1)