Skip to content
  • Robert Bragg's avatar
    Don't pass around NULL terminated CoglAttribute arrays · 3c1e83c7
    Robert Bragg authored
    For the first iteration of the CoglAttribute API several of the new
    functions accepted a pointer to a NULL terminated list of CoglAttribute
    pointers - probably as a way to reduce the number of arguments required.
    This style isn't consistent with existing Cogl APIs though and so we now
    explicitly pass n_attributes arguments and don't require the NULL
    termination.
    3c1e83c7