summaryrefslogtreecommitdiff
path: root/libpurple/purpleprotocolchat.c
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-08-12 20:34:54 -0500
committerGary Kramlich <grim@reaperworld.com>2021-08-12 20:34:54 -0500
commiteced76a068cc347b51b9870761d8f5c8989dd6ec (patch)
tree301da871ae0cce23c8c5f0cdbd494b412490a2b1 /libpurple/purpleprotocolchat.c
parentffaa0aca6cc60fed1e00634c0a052c5dcf0694ad (diff)
downloadpidgin-eced76a068cc347b51b9870761d8f5c8989dd6ec.tar.gz
Set the prereq type for all Protocol interfaces to PurpleProtocol
Testing Done: Compiled and ran without an obvious issues. Reviewed at https://reviews.imfreedom.org/r/888/
Diffstat (limited to 'libpurple/purpleprotocolchat.c')
-rw-r--r--libpurple/purpleprotocolchat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpurple/purpleprotocolchat.c b/libpurple/purpleprotocolchat.c
index b3b24f2f12..794b927147 100644
--- a/libpurple/purpleprotocolchat.c
+++ b/libpurple/purpleprotocolchat.c
@@ -25,7 +25,8 @@
/******************************************************************************
* GObject Implementation
*****************************************************************************/
-G_DEFINE_INTERFACE(PurpleProtocolChat, purple_protocol_chat, G_TYPE_INVALID)
+G_DEFINE_INTERFACE(PurpleProtocolChat, purple_protocol_chat,
+ PURPLE_TYPE_PROTOCOL)
static void
purple_protocol_chat_default_init(PurpleProtocolChatInterface *iface) {