From 04d10dce6f2d1d7ddb4ec9b3ecd5ef21abda2851 Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bonicoli Date: Wed, 18 Jan 2012 17:18:58 +0100 Subject: docs: Show correct path used by g-ir-scanner Signed-off-by: Colin Walters https://bugzilla.gnome.org/show_bug.cgi?id=668193 --- docs/g-ir-scanner.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/g-ir-scanner.1') diff --git a/docs/g-ir-scanner.1 b/docs/g-ir-scanner.1 index 847c78b8..23773695 100644 --- a/docs/g-ir-scanner.1 +++ b/docs/g-ir-scanner.1 @@ -131,7 +131,7 @@ Be verbose, include some debugging information. .TP .SH ENVIRONMENT VARIABLES The g-ir-scanner uses the XDG_DATA_DIRS variable to check for dirs, -the gir's are located in XDG_DATA_DIRS/share/gir-1.0. It is normally +the gir's are located in XDG_DATA_DIRS/gir-1.0. It is normally set on a distribution so you shouldn't need to set it yourself. The variable GI_SCANNER_DISABLE_CACHE ensures that the scanner will -- cgit v1.2.1 From fed09d0b46fb580bf80c267f280ff9b6a5ce5122 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 27 Oct 2012 12:23:56 -0400 Subject: g-ir-scanner.1: English fix --- docs/g-ir-scanner.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/g-ir-scanner.1') diff --git a/docs/g-ir-scanner.1 b/docs/g-ir-scanner.1 index 23773695..a3726f5c 100644 --- a/docs/g-ir-scanner.1 +++ b/docs/g-ir-scanner.1 @@ -131,7 +131,7 @@ Be verbose, include some debugging information. .TP .SH ENVIRONMENT VARIABLES The g-ir-scanner uses the XDG_DATA_DIRS variable to check for dirs, -the gir's are located in XDG_DATA_DIRS/gir-1.0. It is normally +the girs are located in XDG_DATA_DIRS/gir-1.0. It is normally set on a distribution so you shouldn't need to set it yourself. The variable GI_SCANNER_DISABLE_CACHE ensures that the scanner will -- cgit v1.2.1 From f0b95de7d521144113ff7ef7ff5946e35c90aae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20K=C3=A5gedal=20Reimer?= Date: Mon, 10 Jun 2013 22:26:24 +0200 Subject: g-ir-scanner.1: Fix doc for --program Binary takes --introspect-dump argument, not --introspect. https://bugzilla.gnome.org/show_bug.cgi?id=701958 --- docs/g-ir-scanner.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/g-ir-scanner.1') diff --git a/docs/g-ir-scanner.1 b/docs/g-ir-scanner.1 index a3726f5c..591df47b 100644 --- a/docs/g-ir-scanner.1 +++ b/docs/g-ir-scanner.1 @@ -80,7 +80,7 @@ eg 2.0 for Gtk+, not 2.12.7. .B \-p, --program=PROGRAM Specifies a binary that will be introspected. This means that the *_get_type() functions in it will be called for GObject data types. -The binary must be modified to take a --introspect= option, and +The binary must be modified to take a --introspect-dump= option, and to pass the argument to this function to g_irepository_dump. .TP .B \--program-arg=ARG -- cgit v1.2.1