pidgin/pidgin

Parents aa1b5a73d32a
Children 984f389775cb
purple_core_init gets renamed to Purple.Core.init in gobject introspection

Testing Done:
Built the docs

Reviewed at https://reviews.imfreedom.org/r/2010/
--- a/libpurple/purpleui.h Tue Nov 01 00:56:47 2022 -0500
+++ b/libpurple/purpleui.h Tue Nov 01 00:57:42 2022 -0500
@@ -53,7 +53,7 @@
* the UI is using.
*
* The base class for all user interfaces which is used to identify themselves
- * to libpurple when calling [func@Purple.core_init].
+ * to libpurple when calling [func@Purple.Core.init].
*
* Since: 3.0.0
*/
@@ -165,7 +165,7 @@
* its initialization.
*
* The user interface can return errors here which will be propagated by
- * [func@Purple.core_init] which calls this function.
+ * [func@Purple.Core.init] which calls this function.
*
* Note: This should only be called by libpurple.
*