Function

Gtkrc_get_default_files

deprecated: 3.0 

Declaration [src]

gchar**
gtk_rc_get_default_files (
  void
)

Description [src]

Retrieves the current list of RC files that will be parsed at the end of gtk_init().

Deprecated since: 3.0

Use GtkStyleContext instead.

Return value

Type: An array of filename

 A `NULL`-terminated array of filenames.  This memory is owned
by GTK+ and must not be freed by the application.  If you want
to store this information, you should make a copy.
The array is NULL-terminated.
The data is owned by the called function.
Each element is a file system path, using the OS encoding.