mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
15 lines
396 B
Plaintext
15 lines
396 B
Plaintext
Sun Aug 9 15:57:38 1998 Tim Janik <timj@gtk.org>
|
|
|
|
* testgmodule.c: test program for GModule.
|
|
* libgplugin_a.c:
|
|
* libgplugin_b.c: test plugins for testgmodule.c.
|
|
|
|
* gmodule.h:
|
|
* gmodule.c: GModule library implementation, which is basically
|
|
a wrapper about system specifc dynamic loading functions.
|
|
|
|
|
|
Sun Aug 9 10:31:05 1998 Tim Janik <timj@gtk.org>
|
|
|
|
* ChangeLog start for gmodule.
|