rc_find_pixmap_in_path

function rc_find_pixmap_in_path(settings:Gtk.Settings, scanner:GLib.Scanner, pixmap_file:String):filename {
    // Gjs wrapper for gtk_rc_find_pixmap_in_path()
}

Looks up a file in pixmap path for the specified Gtk.Settings. If the file is not found, it outputs a warning message using g_warning() and returns null.

settings

a Gtk.Settings

scanner

Scanner used to get line number information for the warning message, or null

pixmap_file

name of the pixmap file to locate.

Returns

the filename.