@comment %**start of header
@setfilename mit-scheme-cairo
@set VERSION 0.5
-@settitle MIT/GNU Scheme Cairo Plugin @value{VERSION}
+@settitle Cairo Plugin @value{VERSION}
@comment %**end of header
@ifhtml
@end ifnothtml
@copying
-This manual documents MIT/GNU Scheme's @acronym{Cairo} plugin @value{VERSION}.
+This manual documents MIT/GNU Scheme's Cairo plugin @value{VERSION}.
Copyright @copyright{} 2014 Matthew Birkholz
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no
-Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,''
-and with the Back-Cover Texts as in (a) below. A copy of the
-license is included in the section entitled ``GNU Free Documentation
-License.''
-
-(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
-this GNU Manual, like GNU software. Copies published by the Free
-Software Foundation raise funds for GNU development.''
+Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts.
+A copy of the license is included in the section entitled ``GNU Free
+Documentation License.''
@end quotation
@end copying
@comment %**start of header
@setfilename mit-scheme-glib
@set VERSION 0.5
-@settitle Glib @value{VERSION}
+@settitle GLib Plugin @value{VERSION}
@comment %**end of header
@ifhtml
@end ifnothtml
@copying
-This manual documents @acronym{Glib} @value{VERSION}.
+This manual documents MIT/GNU Scheme's GLib plugin @value{VERSION}.
Copyright @copyright{} 2008, 2009, 2010, 2011, 2012, 2013, 2014
Matthew Birkholz
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no
-Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,''
-and with the Back-Cover Texts as in (a) below. A copy of the
-license is included in the section entitled ``GNU Free Documentation
-License.''
-
-(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
-this GNU Manual, like GNU software. Copies published by the Free
-Software Foundation raise funds for GNU development.''
+Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts.
+A copy of the license is included in the section entitled ``GNU Free
+Documentation License.''
@end quotation
@end copying
@dircategory Programming Languages
@direntry
-* MIT/GNU Scheme Glib: (mit-scheme-glib).
- GNOME Interface
+* MIT/GNU Scheme GLib: (mit-scheme-glib).
+ GLib, GObject and GIO libraries plugin.
@end direntry
@titlepage
-@title The Glib Reference Manual
+@title The MIT/GNU Scheme GLib Plugin Manual
@subtitle Schemely access (@value{VERSION}) to the GNOME toolkits
@subtitle for MIT/GNU Scheme version 9.1
@author by Matt Birkholz (@email{birkholz@@alum.mit.edu})
@ifnottex
@node Top, Introduction, (dir), (dir)
-@top Glib Interface
+@top GLib Plugin
@insertcopying
@end ifnottex
@node Introduction, API Reference, Top, Top
@chapter Introduction
-The Glib system is a collection of Scheme data types and procedures
-providing a Schemely interface to the Glib, GObject and GIO libraries.
+The GLib system is a collection of Scheme data types and procedures
+providing a Schemely interface to the GLib, GObject and GIO libraries.
It is used by the GStreamer and Gtk wrappers. Very little of the
libraries' APIs has been wrapped --- just what is listed herein. As
one might expect of a ``Schemely'' interface, all toolkit resources
malloced aliens are automatically freed.
@node API Reference, Installation, Introduction, Top
-@unnumberedsec The Glib Package
+@unnumberedsec The GLib Package
-Most of the Glib system's public bindings are in the @code{(glib)}
+Most of the GLib system's public bindings are in the @code{(glib)}
package --- not exported to the global environment. It is assumed
that other systems will import bindings from @code{(glib)} or create
-child packages (e.g. a Glib child that exports its entry points by
+child packages (e.g. a GLib child that exports its entry points by
adding procedures to generics imported from a more abstract package).
@menu
@end deffn
The @code{gobject-get-property} and @code{gobject-set-properties}
-procedures are an attempt to use Glib's introspection facilities to
+procedures are an attempt to use GLib's introspection facilities to
automatically determine the type of a property's value and construct
an appropriate reflection of its value in Scheme. They have not been
tested @emph{at all}.
@comment %**start of header
@setfilename mit-scheme-pango
@set VERSION 0.5
-@settitle MIT/GNU Scheme Pango Plugin @value{VERSION}
+@settitle Pango Plugin @value{VERSION}
@comment %**end of header
@ifhtml
@end ifnothtml
@copying
-This manual documents MIT/GNU Scheme's @acronym{Pango} plugin @value{VERSION}.
+This manual documents MIT/GNU Scheme's Pango plugin @value{VERSION}.
Copyright @copyright{} 2014 Matthew Birkholz
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no
-Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,''
-and with the Back-Cover Texts as in (a) below. A copy of the
-license is included in the section entitled ``GNU Free Documentation
-License.''
-
-(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
-this GNU Manual, like GNU software. Copies published by the Free
-Software Foundation raise funds for GNU development.''
+Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts.
+A copy of the license is included in the section entitled ``GNU Free
+Documentation License.''
@end quotation
@end copying