Exemple #1
0
int
get_int_from_keymap (const char *key, GModule module)
{
  GHashTable *ht = get_storage_metric (module, MTRC_KEYMAP);

  return get_int_from_str_key (ht, key);
}
Exemple #2
0
int
get_int_from_keymap (const char *key, GModule module)
{
  TCADB *adb = get_storage_metric (module, MTRC_KEYMAP);

  return get_int_from_str_key (adb, key);
}