diff options
Diffstat (limited to 'docs/generation.txt')
-rw-r--r-- | docs/generation.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/generation.txt b/docs/generation.txt index 5ec2d83bea..bc47664cdf 100644 --- a/docs/generation.txt +++ b/docs/generation.txt @@ -107,7 +107,7 @@ makeenums.pl can be run into two modes: 2) Generate the enumeration portion of gtk.defs. -The enumearation portion is added to the boxed type +The enumeration portion is added to the boxed type declarations in gtk-boxed.defs to create gtk.defs. The makeetypes.awk program takes the gtk.defs file, and @@ -162,7 +162,7 @@ The possible types are: GtkDestroyNotify Notify) Some of these types map to multiple return values - these -are marked above with the return types in parantheses. +are marked above with the return types in parentheses. NOTES ===== @@ -170,7 +170,7 @@ NOTES When autogenerating GTK+ files, the autogenerated files are often rebuild resulting in the same result. -To prevent unecessary rebuilds of the entire directory, some files +To prevent unnecessary rebuilds of the entire directory, some files that multiple other source files depend on are not actually written to directly. Instead, an intermediate file is written, which is then compared to the old file, and only if it is different |