diff options
author | Tim Janik <timj@gtk.org> | 1998-08-10 01:36:18 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-08-10 01:36:18 +0000 |
commit | fac803a223b47d7abbfbf3a2adee2f1862382582 (patch) | |
tree | 5f7a126ee0fda9eaac2be975be8ecda53f6e2b9f /gmodule/gmodule.h | |
parent | 52f1266e0a713c0325cd78658fcd96a842bf5913 (diff) |
minor changes to internal interface.
Mon Aug 10 03:35:57 1998 Tim Janik <timj@gtk.org>
* gmodule.c: minor changes to internal interface.
* gmodule-dl.c:
* gmodule-dld.c: put some comments into the files, and provided
better error checking for shl_findsym(). whish i had a system to
test this stuff on.
Diffstat (limited to 'gmodule/gmodule.h')
-rw-r--r-- | gmodule/gmodule.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gmodule/gmodule.h b/gmodule/gmodule.h index fd63af30e..58c268f9b 100644 --- a/gmodule/gmodule.h +++ b/gmodule/gmodule.h @@ -8,7 +8,7 @@ * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public @@ -61,7 +61,7 @@ gchar* g_module_error (void); /* retrive a symbol pointer from `module', returns TRUE on success */ gboolean g_module_symbol (GModule *module, const gchar *symbol_name, - gconstpointer *symbol); + gconstpointer *symbol); /* retrive the file name from an existing module */ gchar* g_module_name (GModule *module); |