summaryrefslogtreecommitdiffstats
path: root/eglib/gmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'eglib/gmodule.h')
-rw-r--r--eglib/gmodule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/eglib/gmodule.h b/eglib/gmodule.h
index e1830595..e392d5c8 100644
--- a/eglib/gmodule.h
+++ b/eglib/gmodule.h
@@ -14,6 +14,7 @@ typedef enum {
GModule *g_module_open(const gchar *file_name, GModuleFlags flags);
gboolean g_module_symbol(GModule *module, const gchar *symbol_name,
gpointer *symbol);
+const gchar *g_module_name(GModule *module);
gboolean g_module_close(GModule *module);
const gchar *g_module_error(void);