summaryrefslogtreecommitdiff
path: root/src/plugins/pglist.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-09-11 21:37:36 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-09-11 21:37:36 (GMT)
commit0f1473cba267ad809c8e7d207b5ff5e3998745fc (patch)
tree8aea43688d78c10ee7758e2feed80be9abbfaaf6 /src/plugins/pglist.h
parentfe39a487b4db5564036a436bfcb7cf3561889fb5 (diff)
Displayed more details about the loading process in the status bar.
Diffstat (limited to 'src/plugins/pglist.h')
-rw-r--r--src/plugins/pglist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/pglist.h b/src/plugins/pglist.h
index 071dc6c..33e7001 100644
--- a/src/plugins/pglist.h
+++ b/src/plugins/pglist.h
@@ -61,12 +61,12 @@ const GPluginModule **get_all_plugins_for_action(PluginAction, size_t *);
while (0)
-/* DPS_FORMAT / PGA_FORMAT_MATCHER */
+/* DPS_FORMAT */
#define find_matching_format()
-#define handle_binary_format(a, f) \
- process_all_plugins_for(a, g_plugin_module_handle_binary_format, f)
+#define handle_binary_format(a, f, s) \
+ process_all_plugins_for(a, g_plugin_module_handle_binary_format, f, s)