]> git.0d.be Git - empathy.git/commitdiff
[EmpathyContactSelectorDialog] make this an abstract type
authorDanielle Madeley <danielle.madeley@collabora.co.uk>
Fri, 18 Dec 2009 05:33:16 +0000 (16:33 +1100)
committerDanielle Madeley <danielle.madeley@collabora.co.uk>
Fri, 18 Dec 2009 23:48:55 +0000 (10:48 +1100)
i.e. a type that must be inherited and can't be created directly

libempathy-gtk/empathy-contact-selector-dialog.c

index 869a3f90b35f2112591853529b6d8b0f4cb7de33..291184e108f0c00f9f3918f97b99fd6546972a89 100644 (file)
@@ -41,7 +41,8 @@
 #include "empathy-contact-selector-dialog.h"
 #include "empathy-account-chooser.h"
 
-G_DEFINE_TYPE(EmpathyContactSelectorDialog, empathy_contact_selector_dialog,
+G_DEFINE_ABSTRACT_TYPE (EmpathyContactSelectorDialog,
+    empathy_contact_selector_dialog,
     GTK_TYPE_DIALOG)
 
 typedef struct _EmpathyContactSelectorDialogPriv \