MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / SoftwareColumn_Sort

Function SoftwareColumn_Sort

src/LWidgets.c:533–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531 args->text = row->software;
532}
533static int SoftwareColumn_Sort(const struct ServerInfo* a, const struct ServerInfo* b) {
534 return String_Compare(&b->software, &a->software);
535}
536
537static struct LTableColumn tableColumns[] = {
538 { "", 15, FlagColumn_Draw, NULL, false, false, false },

Callers

nothing calls this directly

Calls 1

String_CompareFunction · 0.85

Tested by

no test coverage detected