summaryrefslogtreecommitdiff
path: root/libpurple/purplehistorymanager.c
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2022-08-02 02:02:46 -0500
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2022-08-02 02:02:46 -0500
commitde89bc4604b5f39e4fc60d4dd6a27d5ee8af7e18 (patch)
tree47e4bad62af4aafcbe7db1bbea181dcf1599befb /libpurple/purplehistorymanager.c
parent57de835669d0b8d9eab85b893e20804feaca39bb (diff)
downloadpidgin-de89bc4604b5f39e4fc60d4dd6a27d5ee8af7e18.tar.gz
Add source files to GObject introspection
And also fix all properties/signals/non-docs that were incorrect. Testing Done: Built docs and found no new warnings. Checked some docs for newly-available property/signal docs. Reviewed at https://reviews.imfreedom.org/r/1568/
Diffstat (limited to 'libpurple/purplehistorymanager.c')
-rw-r--r--libpurple/purplehistorymanager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/purplehistorymanager.c b/libpurple/purplehistorymanager.c
index b9c9af9cad..d4b730ad2b 100644
--- a/libpurple/purplehistorymanager.c
+++ b/libpurple/purplehistorymanager.c
@@ -72,7 +72,7 @@ purple_history_manager_class_init(PurpleHistoryManagerClass *klass) {
obj_class->finalize = purple_history_manager_finalize;
/**
- * PurpleHistoryManager::adapter-changed:
+ * PurpleHistoryManager::active-changed:
* @manager: The #PurpleHistoryManager instance.
* @old: The old #PurpleHistoryAdapter.
* @current: The new activated #PurpleHistoryAdapter.