Determine if property exists

ss_prop_has is a function defined in ssprop.c.

Synopsis:

htri_t ss_prop_has(ss_prop_t *prop, const char *name)

Formal Arguments:

  • prop: property list being queried
  • name: name of property to be tested

Description: This function determines if a property by the specified name exists in the property list.

Return Value: Returns true (positive) if name exists in prop and false if not. Returns negative on failure.

Parallel Notes: Independent

See Also: