diff options
author | Richard Hughes <richard@hughsie.com> | 2007-01-18 21:33:27 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2007-01-18 21:33:27 +0000 |
commit | 70e62dc6815d698f391a4c0b9e116e1131578792 (patch) | |
tree | 41609041c8204c243f495993837f9f235a22150c /docs | |
parent | 6d3c5e526946dff8c383175515fada83e3b599d7 (diff) |
update to todays working copy - make keys work from plugins
Add some .gitignore files, and get the plugin conf and conf request working
well. Plugins can request a key to watch, and an enum, and then the module
will call the function on the plugin with the enum when the value changes.
This is a little more than O(1) and so scales when lots of plugins watch
the same key. It also removes the processing of strcmp on each key change
event as these are matched internally using a hash table.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..46aff8f --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1 @@ +index.xml |