RcStyle.getDefaultFiles

Warning gtk_rc_get_default_files has been deprecated since version 3.0 and should not be used in newly-written code. Use GtkStyleContext instead Retrieves the current list of RC files that will be parsed at the end of gtk_init().

class RcStyle
deprecated static
string[]
getDefaultFiles
()

Return Value

Type: string[]

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. [transfer none][array zero-terminated=1][element-type filename]

Meta