201 {
202
204
213
216
217 const char *env = getenv("OBJECTIVELY_RESOURCE_PATH");
218 if (env) {
219
222
223 for (
size_t i = 0; i < paths->
count; i++) {
225 }
226
229 }
230
232
235}
static ident objectAtIndex(const Array *self, size_t index)
static Array * init(Array *self)
static void removeResourcePath(const char *path)
static void removeResourceProvider(ResourceProvider provider)
static void addResourceProvider(ResourceProvider provider)
static Resource * initWithName(Resource *self, const char *name)
static Resource * resourceWithName(const char *name)
static Resource * initWithBytes(Resource *self, const uint8_t *bytes, size_t length, const char *name)
static void addResourcePath(const char *path)
static Resource * initWithData(Resource *self, Data *data, const char *name)
static String * stringWithCharacters(const char *chars)
static Array * componentsSeparatedByCharacters(const String *self, const char *chars)
size_t count
The count of elements.
ident interface
The interface of the Class.
Resource * initWithData(Resource *self, Data *data)
void removeResourcePath(const char *path)
Removes the specified Resource path.
Resource * initWithName(Resource *self, const char *name)
Initializes this Resource with the specified name.