gclass_find_by_name()
#
Finds a GClass by its unique name.
Prototype
PUBLIC hgclass gclass_find_by_name(
gclass_name_t gclass_name
);
Parameters
Key |
Type |
Description |
---|---|---|
|
The name of the GClass to search for. |
Return Value
Returns a handle to the GClass (
hgclass
) if the GClass is found.Returns
NULL
if the GClass with the specified name does not exist.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples