summaryrefslogtreecommitdiffstats
path: root/eglib/gmodule.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-03-11 22:54:59 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-03-11 22:54:59 +0000
commit0ef72a5769f1c283786aa105d67127d6b113168c (patch)
tree93ff3208745d5355cc7ad5d57c23864d54734dab /eglib/gmodule.h
parent56afc8a3d8a5019d44c9607508b75be0c61b1930 (diff)
Add g_dir* and g_str_has_prefix functions to eglib.
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);