GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XDT-CSOURCE(1) Xfce Users Manual XDT-CSOURCE(1)

xdt-csource - C code generation utility for arbitrary data

xdt-csource [options] [file]

xdt-csource [options] --build-list [[name] [file]...]

xdt-csource is a small utility that generates C code containing arbitrary data, useful for compiling texts or other data directly into programs. It supersedes exo-csource.

xdt-csource either takes as input one file name to generate code for, or, using the --build-list option, a list of (name, file) pairs to generate code for a list of images into named variables.

-h, --help
Print brief help and exit.

-V, --version

Print version information and exit.

--extern

Generate extern symbols.

--static

Generate static symbols (default).

--name=identifier

Specifies the identifier name (prefix) for the generated variables (only used if --build-list was not specified as well).

--build-list

Enables (name, file) pair parsing mode.

--strip-comments

Remove comments from XML files

--strip-content

Remove node contents from XML files

--output=identifier

Prints the output to identifier instead of stdout (only used if --build-list was not specified as well).

The gdk-pixbuf-csource utility which ships with the Gtk+ distribution, available from www.gtk.org[1].

Original program exo-csource was written by Benedikt Meurer <benny@xfce.org>. xdt-csource supersedes it.

This manual page was provided by the Xfce Development Team <xfce4-dev@xfce.org>.

1.
www.gtk.org
https://www.gtk.org
12/22/2020 Xfce

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.