[libgdata] [core] Made GDataEntry a prerequisite for GDataAccessHandler



commit 93681c6fddf142291b9c2375cc68ceee91214f96
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed May 20 07:07:01 2009 +0100

    [core] Made GDataEntry a prerequisite for GDataAccessHandler
---
 gdata/gdata-access-handler.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gdata/gdata-access-handler.c b/gdata/gdata-access-handler.c
index f8f910d..4045f31 100644
--- a/gdata/gdata-access-handler.c
+++ b/gdata/gdata-access-handler.c
@@ -48,6 +48,7 @@ gdata_access_handler_get_type (void)
 		access_handler_type = g_type_register_static_simple (G_TYPE_INTERFACE, "GDataAccessHandler",
 								     sizeof (GDataAccessHandlerIface),
 								     NULL, 0, NULL, 0);
+		g_type_interface_add_prerequisite (access_handler_type, GDATA_TYPE_ENTRY);
 	}
 
 	return access_handler_type;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]