diff -r f2f397659f30 -r 19e53c9cab73 doc/reference/libpurple/plugin_i18n.xml --- a/doc/reference/libpurple/plugin_i18n.xml Thu Jun 17 23:40:07 2021 -0500 +++ b/doc/reference/libpurple/plugin_i18n.xml Thu Jun 17 23:43:50 2021 -0500 @@ -129,8 +129,8 @@ description to NULL. -Next, locate your 'plugin_load' function. Your name for this function -may vary, but it's the third parameter to 'PURPLE_PLUGIN_INIT'. +Next, locate your 'plugin_load' function. Your name for this function will be +the first parameter to GPLUGIN_NATIVE_PLUGIN_DECLARE() plus '_load'. Now add the following within your 'plugin_load' function: