create
Description:
public static ScopeResult?
create (
string uri,
string? icon_hint,
uint category,
ResultType result_type,
string mimetype,
string title,
string comment,
string dnd_uri,
HashTable<
string,
Variant> metadata)
Create a new ScopeResult
This method will create a new heap-allocated ScopeResult. It is primarily meant for low-level language bindings, to ensure correct memory
management of the individual fields in the struct.