Function
FwupdPlugincommon_fnmatch
Declaration [src]
gboolean
fu_common_fnmatch (
const gchar* pattern,
const gchar* str
)
Parameters
pattern |
const gchar* |
A glob pattern, e.g. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
str |
const gchar* |
A string to match against the pattern, e.g. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |