Made PurpleConversation an abstract class soc.2013.gobjectification

Sun, 30 Jun 2013 19:07:38 +0530

author
Ankit Vani <a@nevitus.org>
date
Sun, 30 Jun 2013 19:07:38 +0530
branch
soc.2013.gobjectification
changeset 34684
518830707fc8
parent 34683
918f28ea0e78
child 34685
1690f822fbdd

Made PurpleConversation an abstract class

libpurple/conversation.c file | annotate | diff | comparison | revisions
--- a/libpurple/conversation.c	Sun Jun 30 16:01:09 2013 +0530
+++ b/libpurple/conversation.c	Sun Jun 30 19:07:38 2013 +0530
@@ -1080,7 +1080,7 @@
 
 		type = g_type_register_static(G_TYPE_OBJECT,
 				"PurpleConversation",
-				&info, 0);
+				&info, G_TYPE_FLAG_ABSTRACT);
 	}
 
 	return type;

mercurial