pub fn get_lib_include_path(
    lib: &str,
    major_version: u64,
    include_path: &Path
) -> Result<PathBuf, Error>
Expand description

Function to Return the Include Path for the KDE Library. This is the path where the header files for the Library are located.

use kde_frameworks::get_lib_include_path;

get_lib_include_path("I18n");