adding callable_runone and callable_runall to the docs
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 11 Apr 2013 21:57:11 +0000 (16:57 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 11 Apr 2013 21:57:11 +0000 (16:57 -0500)
docs/source/pluginwriter/api.rst

index 42dc3a3d32247bb86659ee2de87ad26366ffa8a1..44ffd6e89a855f24e3b9bc2e11f39a79dfdfe371 100644 (file)
@@ -21,4 +21,5 @@ Plugin API
 
 .. automodule:: mediagoblin.tools.pluginapi
    :members: get_config, register_routes, register_template_path,
-             register_template_hooks, get_hook_templates
+             register_template_hooks, get_hook_templates,
+             callable_runone, callable_runall