glib r7505 - in trunk: . docs/reference docs/reference/glib/tmpl gio gmodule gobject gthread po
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7505 - in trunk: . docs/reference docs/reference/glib/tmpl gio gmodule gobject gthread po
- Date: Wed, 17 Sep 2008 23:56:05 +0000 (UTC)
Author: matthiasc
Date: Wed Sep 17 23:56:04 2008
New Revision: 7505
URL: http://svn.gnome.org/viewvc/glib?rev=7505&view=rev
Log:
2.18.1
Modified:
trunk/ChangeLog
trunk/INSTALL
trunk/README
trunk/docs/reference/ChangeLog
trunk/docs/reference/glib/tmpl/glib-unused.sgml
trunk/docs/reference/glib/tmpl/modules.sgml
trunk/gio/ChangeLog
trunk/gmodule/ChangeLog
trunk/gobject/ChangeLog
trunk/gthread/ChangeLog
trunk/po/ChangeLog
trunk/po/am.po
trunk/po/ar.po
trunk/po/as.po
trunk/po/az.po
trunk/po/be.po
trunk/po/be latin po
trunk/po/bg.po
trunk/po/bn.po
trunk/po/bn_IN.po
trunk/po/bs.po
trunk/po/ca.po
trunk/po/cs.po
trunk/po/cy.po
trunk/po/da.po
trunk/po/de.po
trunk/po/dz.po
trunk/po/el.po
trunk/po/en_CA.po
trunk/po/en_GB.po
trunk/po/eo.po
trunk/po/es.po
trunk/po/et.po
trunk/po/eu.po
trunk/po/fa.po
trunk/po/fi.po
trunk/po/fr.po
trunk/po/ga.po
trunk/po/gl.po
trunk/po/gu.po
trunk/po/he.po
trunk/po/hi.po
trunk/po/hr.po
trunk/po/hu.po
trunk/po/hy.po
trunk/po/id.po
trunk/po/is.po
trunk/po/it.po
trunk/po/ja.po
trunk/po/ka.po
trunk/po/kn.po
trunk/po/ko.po
trunk/po/ku.po
trunk/po/lt.po
trunk/po/lv.po
trunk/po/mai.po
trunk/po/mg.po
trunk/po/mk.po
trunk/po/ml.po
trunk/po/mn.po
trunk/po/mr.po
trunk/po/ms.po
trunk/po/nb.po
trunk/po/ne.po
trunk/po/nl.po
trunk/po/nn.po
trunk/po/oc.po
trunk/po/or.po
trunk/po/pa.po
trunk/po/pl.po
trunk/po/ps.po
trunk/po/pt.po
trunk/po/pt_BR.po
trunk/po/ro.po
trunk/po/ru.po
trunk/po/rw.po
trunk/po/si.po
trunk/po/sk.po
trunk/po/sl.po
trunk/po/sq.po
trunk/po/sr.po
trunk/po/sr ije po
trunk/po/sr latin po
trunk/po/sv.po
trunk/po/ta.po
trunk/po/te.po
trunk/po/th.po
trunk/po/tl.po
trunk/po/tr.po
trunk/po/tt.po
trunk/po/uk.po
trunk/po/vi.po
trunk/po/wa.po
trunk/po/xh.po
trunk/po/yi.po
trunk/po/zh_CN.po
trunk/po/zh_HK.po
trunk/po/zh_TW.po
Modified: trunk/INSTALL
==============================================================================
--- trunk/INSTALL (original)
+++ trunk/INSTALL Wed Sep 17 23:56:04 2008
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-2.18.0.tar.gz | tar xvf - # unpack the sources
- % cd glib-2.18.0 # change to the toplevel directory
+ % gzip -cd glib-2.18.1.tar.gz | tar xvf - # unpack the sources
+ % cd glib-2.18.1 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Wed Sep 17 23:56:04 2008
@@ -1,7 +1,7 @@
General Information
===================
-This is GLib version 2.18.0. GLib is the low-level core
+This is GLib version 2.18.1. GLib is the low-level core
library that forms the basis for projects such as GTK+ and GNOME. It
provides data structure handling for C, portability wrappers, and
interfaces for such runtime functionality as an event loop, threads,
Modified: trunk/docs/reference/glib/tmpl/glib-unused.sgml
==============================================================================
--- trunk/docs/reference/glib/tmpl/glib-unused.sgml (original)
+++ trunk/docs/reference/glib/tmpl/glib-unused.sgml Wed Sep 17 23:56:04 2008
@@ -337,6 +337,7 @@
<!-- ##### USER_FUNCTION GModuleCheckInit ##### -->
<para>
Specifies the type of the module initialization function.
+<indexterm zone="g-module-check-init"><primary>g_module_check_init</primary></indexterm>
If a module contains a function named g_module_check_init() it is called
automatically when the module is loaded. It is passed the #GModule structure
and should return %NULL on success or a string describing the initialization
@@ -362,6 +363,7 @@
<!-- ##### USER_FUNCTION GModuleUnload ##### -->
<para>
+<indexterm zone="g-module-unload"><primary>g_module_unload</primary></indexterm>
Specifies the type of the module function called when it is unloaded.
If a module contains a function named g_module_unload() it is called
automatically when the module is unloaded.
Modified: trunk/docs/reference/glib/tmpl/modules.sgml
==============================================================================
--- trunk/docs/reference/glib/tmpl/modules.sgml (original)
+++ trunk/docs/reference/glib/tmpl/modules.sgml Wed Sep 17 23:56:04 2008
@@ -99,186 +99,3 @@
<!-- ##### SECTION Stability_Level ##### -->
-<!-- ##### STRUCT GModule ##### -->
-<para>
-The #GModule struct is an opaque data structure to represent a
-<link linkend="glib-Dynamic-Loading-of-Modules">Dynamically-Loaded Module</link>.
-It should only be accessed via the following functions.
-</para>
-
-
-<!-- ##### FUNCTION g_module_supported ##### -->
-<para>
-Checks if modules are supported on the current platform.
-</para>
-
- Returns: %TRUE if modules are supported.
-
-
-<!-- ##### FUNCTION g_module_build_path ##### -->
-<para>
-A portable way to build the filename of a module. The platform-specific
-prefix and suffix are added to the filename, if needed, and the result is
-added to the directory, using the correct separator character.
-</para>
-<para>
-The directory should specify the directory where the module can be found.
-It can be %NULL or an empty string to indicate that the module is in a standard
-platform-specific directory, though this is not recommended since the
-wrong module may be found.
-</para>
-<para>
-For example, calling g_module_build_path() on a Linux system with a @directory
-of <filename>/lib</filename> and a @module_name of "mylibrary" will return
-<filename>/lib/libmylibrary.so</filename>. On a Windows system, using
-<filename>\Windows</filename> as the directory it will return
-<filename>\Windows\mylibrary.dll</filename>.
-</para>
-
- directory: the directory where the module is. This can be %NULL or the empty
-string to indicate that the standard platform-specific directories will be
-used, though that is not recommended.
- module_name: the name of the module.
- Returns: the complete path of the module, including the standard library
-prefix and suffix. This should be freed when no longer needed.
-
-
-<!-- ##### FUNCTION g_module_open ##### -->
-<para>
-Opens a module. If the module has already been opened, its reference
-count is incremented.
-</para>
-
-<para>
-First of all g_module_open() tries to open @file_name as a module. If
-that fails and @file_name has the ".la"-suffix (and is a libtool archive)
-it tries to open the corresponding module. If that fails and it doesn't
-have the proper module suffix for the platform (#G_MODULE_SUFFIX), this
-suffix will be appended and the corresponding module will be opended. If
-that fails and @file_name doesn't have the ".la"-suffix, this suffix is
-appended and g_module_open() tries to open the corresponding module. If
-eventually that fails as well, %NULL is returned.
-</para>
-
- file_name: the name of the file containing the module, or %NULL to obtain
- a #GModule representing the main program itself.
- flags: the flags used for opening the module. This can be the logical
-OR of any of the #GModuleFlags.
- Returns: a #GModule on success, or %NULL on failure.
-
-
-<!-- ##### ENUM GModuleFlags ##### -->
-<para>
-Flags passed to g_module_open(). Note that these flags are
-not supported on all platforms.
-</para>
-
- G_MODULE_BIND_LAZY: specifies that symbols are only resolved when needed.
- The default action is to bind all symbols when the module is loaded.
- G_MODULE_BIND_LOCAL: specifies that symbols in the module should
- not be added to the global name space. The default action on most
- platforms is to place symbols in the module in the global name space,
- which may cause conflicts with existing symbols.
- G_MODULE_BIND_MASK: mask for all flags.
-
-<!-- ##### FUNCTION g_module_symbol ##### -->
-<para>
-Gets a symbol pointer from a module, such as one exported by #G_MODULE_EXPORT.
-</para>
-<para>
-Note that a valid symbol can be %NULL.
-</para>
-
- module: a #GModule.
- symbol_name: the name of the symbol to find.
- symbol: returns the pointer to the symbol value.
- Returns: %TRUE on success.
-
-
-<!-- ##### FUNCTION g_module_name ##### -->
-<para>
-Gets the filename from a #GModule.
-</para>
-
- module: a #GModule.
- Returns: the filename of the module, or "main" if the module is the main
-program itself.
-
-
-<!-- ##### FUNCTION g_module_make_resident ##### -->
-<para>
-Ensures that a module will never be unloaded.
-Any future g_module_close() calls on the module will be ignored.
-</para>
-
- module: a #GModule to make permanently resident.
-
-
-<!-- ##### FUNCTION g_module_close ##### -->
-<para>
-Closes a module.
-</para>
-
- module: a #GModule to close.
- Returns: %TRUE on success.
-
-
-<!-- ##### FUNCTION g_module_error ##### -->
-<para>
-Gets a string describing the last module error.
-</para>
-
- Returns: a string describing the last module error.
-
-
-<!-- ##### USER_FUNCTION GModuleCheckInit ##### -->
-<para>
-Specifies the type of the module initialization function.
-<indexterm zone="g-module-check-init"><primary>g_module_check_init</primary></indexterm>
-If a module contains a function named g_module_check_init() it is called
-automatically when the module is loaded. It is passed the #GModule structure
-and should return %NULL on success or a string describing the initialization
-error.
-</para>
-
- module: the #GModule corresponding to the module which has just been loaded.
- Returns: %NULL on success, or a string describing the initialization error.
-
-
-<!-- ##### USER_FUNCTION GModuleUnload ##### -->
-<para>
-<indexterm zone="g-module-unload"><primary>g_module_unload</primary></indexterm>
-Specifies the type of the module function called when it is unloaded.
-If a module contains a function named g_module_unload() it is called
-automatically when the module is unloaded.
-It is passed the #GModule structure.
-</para>
-
- module: the #GModule about to be unloaded.
-
-
-<!-- ##### MACRO G_MODULE_SUFFIX ##### -->
-<para>
-Expands to the proper shared library suffix for the current platform
-without the leading dot. For the most Unices and Linux this is "so",
-for some HP-UX versions this is "sl" and for Windows this is "dll".
-</para>
-
-
-
-<!-- ##### MACRO G_MODULE_EXPORT ##### -->
-<para>
-Used to declare functions exported by modules. This is a no-op on Linux and
-Unices, but when compiling for Windows, it marks a symbol to be exported from
-the library or executable being built.
-</para>
-
-
-
-<!-- ##### MACRO G_MODULE_IMPORT ##### -->
-<para>
-Used to declare functions imported from modules.
-</para>
-
-
-
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]