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 platform-native string, using the preferred OS encoding on Unix and UTF-8 on Windows. |