Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

obus-gen-client(1) [debian man page]

OBUS-GEN-CLIENT(1)					      General Commands Manual						OBUS-GEN-CLIENT(1)

NAME
obus-gen-client - generate client-side ocaml bindings from D-Bus introspection files SYNOPSIS
obus-gen-client [ options ] input-file DESCRIPTION
obus-gen-client generates an ocaml module from D-Bus introspection files. The generated module contains functions to send method calls, receive signals and read/write properties. It depends on the interface module generated with obus-gen-interface. The module generated by obus-gen-client it is meant to be edited. OPTIONS
-o output-prefix Use this name as output prefix. It defaults to the input file name without its extension and extended with "_client". For example, if the input file name is "foo.xml" (or "foo.obus"), then "obus-gen-client" will generate "foo_client.ml" and "foo_client.mli". -keep-common Keeps common interfaces, i.e. all interfaces starting with "org.freedesktop.DBus". By default they are dropped. -help or --help Display a short usage summary and exit. AUTHOR
Jeremie Dimino <jeremie@dimino.org> SEE ALSO
obus-introspect(1), obus-gen-interface(1), obus-gen-server(1). April 2010 OBUS-GEN-CLIENT(1)

Check Out this Related Man Page

LOCALE-GEN(8)						      System Manager's Manual						     LOCALE-GEN(8)

NAME
locale-gen -- generates localisation files from templates SYNOPSIS
locale-gen DESCRIPTION
This manual page documents briefly the locale-gen command. By default, the locale package which provides the base support for localisation of libc-based programs does not contain usable localisation files for every supported language. This limitation has became necessary because of the substantial size of such files and the large number of languages supported by libc. As a result, Debian uses a special mechanism where we prepare the actual localisation files on the target host and distribute only the templates for them. locale-gen is a program that reads the file /etc/locale.gen and invokes localedef for the chosen localisation profiles. Run locale-gen after you have modified the /etc/locale.gen file. FILES
/etc/locale.gen The main configuration file, which has a simple format: every line that is not empty and does not begin with a # is treated as a locale definition that is to be built. SEE ALSO
localedef(1), locale(1), locale.gen(5). AUTHOR
This manual page was written by Eduard Bloch <blade@debian.org> for the Debian GNU/Linux system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. LOCALE-GEN(8)
Man Page

5 More Discussions You Might Find Interesting

1. Programming

Client and Server program gen by Makefile

I created a "ebanking.x" file and run it as " rpcgen -a ebaning.x" It gen a few of files to me which is - "ebanking.h", "ebanking_server.c", "ebanking_svc.c", "ebanking_client.c", "ebanking_clnt.c", "ebanking_xdr.c" and "Makefile" The content of "ebanking.x" : struct bankargs { ... (0 Replies)
Discussion started by: wongalan48
0 Replies

2. Shell Programming and Scripting

how to append into array thru awk

hey champs, i have variable as field_dtls, which has values like CLIENT ID|FAMILY NAME|MIDDLE NAME|FIRST NAME|COUNTRY NAME|ADDRESS|NATIONAL ID|PASSPORT NUMBER so, echo "$field_dtls" CLIENT ID|FAMILY NAME|MIDDLE NAME|FIRST NAME|COUNTRY NAME|ADDRESS|NATIONAL ID|PASSPORT NUMBER but i... (2 Replies)
Discussion started by: manas_ranjan
2 Replies

3. Shell Programming and Scripting

Combining 3 fastq files

Hello, I am working with next-gen short-read sequence data, which we receive in 3 fastq files. These are arranged in 4-line groups for each read: line1: read identifier, beginning, e.g., "@HWI-ST1342..." line2: DNA sequence, for files 1 and 2, 101 characters, for file 3, 7 chars. line3: "+"... (2 Replies)
Discussion started by: ljk
2 Replies

4. What is on Your Mind?

Do You Own a Kindle?

The Kindle 3 is making headlines as Amazon's #1 bestseller. According to Amazon: Do you own a Kindle? What do you think about them? (43 Replies)
Discussion started by: Neo
43 Replies

5. Shell Programming and Scripting

sed and awk to find pattern and add priffix

Original File Server1|poweredOn|268401| Server1/Server1.vmx|Red Hat Enterprise Linux 5 (64-bit) Need Output Server1|poweredOn|DR|T1|268401| Server1/Server1.vmx|Red Hat Enterprise Linux 5 (64-bit) Conduction to check find the string "SFCHT1" and "SR" and add prefix has... (4 Replies)
Discussion started by: ranjancom2000
4 Replies