193 {
194
196
205
208
209 const char *env = getenv("OBJECTIVELY_RESOURCE_PATH");
210 if (env) {
211
214
215 for (
size_t i = 0; i < paths->
count; i++) {
217 }
218
221 }
222
224
227}
ident objectAtIndex(const Array *self, int index)
size_t count
The count of elements.
ident interface
The interface of the Class.
Condition * init(Condition *self)
Initializes this Condition.
Data * initWithBytes(Data *self, const uint8_t *bytes, size_t length)
Initializes this Data by copying length of bytes.
Log * initWithName(Log *self, const char *name)
Initializes this Log with the specified name.
MutableData * initWithData(MutableData *self, const Data *data)
Initializes this Data with the contents of data.
void removeResourceProvider(ResourceProvider provider)
Removes the specified ResourceProvider.
Resource * resourceWithName(const char *name)
Returns a new Resource with the specified name.
void addResourceProvider(ResourceProvider provider)
Adds the specified ResourceProvider.
void removeResourcePath(const char *path)
Removes the specified Resource path.
void addResourcePath(const char *path)
Adds the specified Resource path.
Array * componentsSeparatedByCharacters(const String *self, const char *chars)
Returns the components of this String that were separated by chars.
String * stringWithCharacters(const char *chars)
Returns a new String by copying chars.