gplugin/gplugin

fcb2efa86aa6
Parents 1734d084c48d
Children 9d6f170eec95
Clean up the reference to the python loader's id in the docs for GPluginPluginInfo:id
--- a/gplugin/gplugin-plugin-info.c Sun Feb 23 19:43:55 2020 -0600
+++ b/gplugin/gplugin-plugin-info.c Mon Feb 24 04:28:52 2020 -0600
@@ -473,8 +473,8 @@
* While not required, the recommended convention is to use the following
* format: <application or library>/<name of the plugin>.
*
- * For example, the python loader in GPlugin has an id of
- * "gplugin/python-loader".
+ * For example, the Python3 loader in GPlugin has an id of
+ * "gplugin/python3-loader".
*/
properties[PROP_ID] = g_param_spec_string(
"id", "id",