Function

Gtkrc_get_im_module_path

deprecated: 3.0 

Declaration [src]

gchar*
gtk_rc_get_im_module_path (
  void
)

Description [src]

Obtains the path in which to look for IM modules. See the documentation of the GTK_PATH environment variable for more details about looking up modules. This function is useful solely for utilities supplied with GTK+ and should not be used by applications under normal circumstances.

Deprecated since: 3.0

Use GtkCssProvider instead.

Return value

Type: gchar*

A newly-allocated string containing the path in which to look for IM modules.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a file system path, using the OS encoding.