Skip to content
  • 1PunMan's avatar
    grl-lua-library: Allow lua plugins to register keys by itself · b2ff70cc
    1PunMan authored and Victor Toso's avatar Victor Toso committed
    Currently lua plugins have no way of registering keys by themselves,
    to use a new key it has to be added to system keys. This commit allows
    lua plugins to register app-specific keys by itself by using
    grl_data_set_for_id() and grl_data_add_for_id() introduced by Grilo in
    0.3.6 release.
    
    grilo#1
    b2ff70cc