Oyranos  0.9.7
Oyranos is a full featured Color Management System
Functions

String handling. More...

Collaboration diagram for Strings:

Functions

int oyStringAddPrintf (char **string, oyAlloc_f alloc, oyDeAlloc_f deAlloc, const char *format,...)
 Append a string and handle memory. More...
 
char ** oyStringSplit (const char *text, const char delimiter, int *count, oyAlloc_f allocateFunc)
 Create a array of strings. More...
 
void oyStringListRelease (char ***l, int size, oyDeAlloc_f deallocFunc)
 Release a array of strings. More...
 
char * oyStringCopy (const char *text, oyAlloc_f allocateFunc)
 Copy with allocator. More...
 

Detailed Description

String handling.

Function Documentation

int oyStringAddPrintf ( char **  string,
oyAlloc_f  alloc,
oyDeAlloc_f  deAlloc,
const char *  format,
  ... 
)
char* oyStringCopy ( const char *  text,
oyAlloc_f  allocateFunc 
)
void oyStringListRelease ( char ***  l,
int  size,
oyDeAlloc_f  deallocFunc 
)

Release a array of strings.

Referenced by oyProfile_FindMeta().

char** oyStringSplit ( const char *  text,
const char  delimiter,
int *  count,
oyAlloc_f  allocateFunc 
)

Create a array of strings.

Referenced by CUPSgetProfiles().