Function
Gtkrc_get_im_module_file
deprecated: 3.0
Declaration [src]
gchar*
gtk_rc_get_im_module_file (
void
)
Description [src]
Obtains the path to the IM modules file. See the documentation
of the GTK_IM_MODULE_FILE
environment variable for more details.
Deprecated since: 3.0
Use GtkCssProvider
instead.
Return value
Type: gchar*
A newly-allocated string containing the name of the file listing the IM modules available for loading.
The caller of the function takes ownership of the data, and is responsible for freeing it. |
The value is a platform-native string, using the preferred OS encoding on Unix and UTF-8 on Windows. |