[gdm/wip/rstrode/wayland-filtering: 1/9] xdmcp-display: this shouldn't be an abstract type
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm/wip/rstrode/wayland-filtering: 1/9] xdmcp-display: this shouldn't be an abstract type
- Date: Wed, 4 Nov 2015 20:58:32 +0000 (UTC)
commit 0d6735fc641b38e842cbfc5dc9222e74f3191cae
Author: Ray Strode <rstrode redhat com>
Date: Wed Nov 4 15:11:29 2015 -0500
xdmcp-display: this shouldn't be an abstract type
We instantiate it directly, so make it a normal
type.
daemon/gdm-xdmcp-display.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/gdm-xdmcp-display.c b/daemon/gdm-xdmcp-display.c
index 764bcff..c9f9c3d 100644
--- a/daemon/gdm-xdmcp-display.c
+++ b/daemon/gdm-xdmcp-display.c
@@ -66,7 +66,7 @@ enum {
static void gdm_xdmcp_display_class_init (GdmXdmcpDisplayClass *klass);
static void gdm_xdmcp_display_init (GdmXdmcpDisplay *xdmcp_display);
-G_DEFINE_ABSTRACT_TYPE (GdmXdmcpDisplay, gdm_xdmcp_display, GDM_TYPE_DISPLAY)
+G_DEFINE_TYPE (GdmXdmcpDisplay, gdm_xdmcp_display, GDM_TYPE_DISPLAY)
gint32
gdm_xdmcp_display_get_session_number (GdmXdmcpDisplay *display)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]