lookup_rc_file


Description:

public string lookup_rc_file ()

Looks for the plugin resource file.

This should be used to get the plugin read location of the config file. You should only use the returned path to read information from, since it might point to a not-writable file (in kiosk mode for example).

See also: save_location and resource_lookup

Parameters:

this

an PanelPlugin.

Returns:

The path to a config file or null if no file was found. The returned string must be freed using g_free