Details

[Home]

Issue of the Implementation # S0576

Brief

g_module_error returns NULL after g_module_open has failed to open a module with ".la" extension

Detailed Description

After g_module_open fails to open a module with ".la" extension (see the problem #S0575), g_module_error returns NULL as if no error has occured.

According to the standard g_module_error returns a string describing the last module error.

Problem location(s) in the standard

Glib 2.6.2 Reference Manual, Dynamic Loading of Modules

Component

gtk-gmodule 2.6.2 or later

Accepted

Gnome Bugzilla 480122

[Home]