Searched defs:desc (Results 1 - 1 of 1) sorted by relevance
/gkrellm-k10addon/src/ |
H A D | k10.c | 212 * @param desc An optional, more detailed description of the data source. 234 init(DeviceType type, guint8 id, gchar **name, gchar **desc, gchar **label, argument 278 *desc = "Is not a phys. temperature, i.e. a value of 70 may point to 80°C"; 360 gchar *name = NULL, *desc = NULL, *label = NULL; local 362 if (init(SENSOR, i, &name, &desc, &label, &min, &max, &low, &high)) { 366 printf("%14s: %s\n", "Description", *desc == NULL ? "null" : desc);
|
Completed in 12 milliseconds