[empathy] [EmpathyContactSelectorDialog] make this an abstract type
- From: Danielle Madeley <davyd src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] [EmpathyContactSelectorDialog] make this an abstract type
- Date: Fri, 18 Dec 2009 23:50:02 +0000 (UTC)
commit 51b0e60035f1125428148dee926e8085a9ba571c
Author: Danielle Madeley <danielle madeley collabora co uk>
Date: Fri Dec 18 16:33:16 2009 +1100
[EmpathyContactSelectorDialog] make this an abstract type
i.e. a type that must be inherited and can't be created directly
libempathy-gtk/empathy-contact-selector-dialog.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-selector-dialog.c b/libempathy-gtk/empathy-contact-selector-dialog.c
index 869a3f9..291184e 100644
--- a/libempathy-gtk/empathy-contact-selector-dialog.c
+++ b/libempathy-gtk/empathy-contact-selector-dialog.c
@@ -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 \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]