girtobac  0.4
Create FB Headers from GObject Introspection *.gir files
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
girtobac_text.bi File Reference

Header with help and version texts. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NL   /* !"\n" & */
 New line character macro (for better readability) More...
 
#define TARG   /* "UNIX" */
 
#define NL   /* !"\r\n" & */
 New line character macro (for better readability) More...
 
#define TARG   /* "DOS/windows" */
 
#define MSG_WELCOME
 
#define MSG_COMPILE
 
#define V_TEXT   /* MSG_WELCOME & NL MSG_COMPILE */
 
#define H_TEXT   /* MSG_WELCOME & NL NL "Pass in filename as (solely) parameter!" */
 

Detailed Description

Header with help and version texts.

This file contains some informational texts for the user interface, namely the version and help texts.

Definition in file girtobac_text.bi.

Macro Definition Documentation

#define NL   /* !"\n" & */

New line character macro (for better readability)

Definition at line 14 of file girtobac_text.bi.

#define TARG   /* "UNIX" */

Definition at line 15 of file girtobac_text.bi.

#define NL   /* !"\r\n" & */

New line character macro (for better readability)

Definition at line 14 of file girtobac_text.bi.

#define TARG   /* "DOS/windows" */

Definition at line 15 of file girtobac_text.bi.

#define MSG_WELCOME
Value:
/* _
" girtobac-0.4, License GPLv3" & NL _
" Copyright (C) 2012-2015 by Thomas{ doT ]Freiherr[ At ]gmx[ DoT }net" */

Definition at line 18 of file girtobac_text.bi.

#define MSG_COMPILE
Value:
/* _
" Compiled: " & __DATE__ & ", " & __TIME__ & " with " & __FB_SIGNATURE__ & " for " & TARG */

Definition at line 22 of file girtobac_text.bi.

#define V_TEXT   /* MSG_WELCOME & NL MSG_COMPILE */

Definition at line 25 of file girtobac_text.bi.

#define H_TEXT   /* MSG_WELCOME & NL NL "Pass in filename as (solely) parameter!" */

Definition at line 27 of file girtobac_text.bi.