[gnome-documents] build: fix the build from git



commit 0e7534efd0c1aed9716d2b44e58126665b9ae57d
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Aug 29 23:46:15 2011 -0400

    build: fix the build from git
    
    I forgot to rename these files in git, the tarball should build fine.

 ...-goa-authorizer.c => gd-gdata-goa-authorizer.c} |   12 ++++++++++++
 ...-goa-authorizer.h => gd-gdata-goa-authorizer.h} |   10 +++++-----
 2 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/src/lib/e-gdata-goa-authorizer.c b/src/lib/gd-gdata-goa-authorizer.c
similarity index 98%
rename from src/lib/e-gdata-goa-authorizer.c
rename to src/lib/gd-gdata-goa-authorizer.c
index 726bb47..2cc39a0 100644
--- a/src/lib/e-gdata-goa-authorizer.c
+++ b/src/lib/gd-gdata-goa-authorizer.c
@@ -508,6 +508,12 @@ gd_gdata_goa_authorizer_init (GdGDataGoaAuthorizer *authorizer)
 	authorizer->priv->authorization_domains = authorization_domains;
 }
 
+/**
+ * gd_gdata_goa_authorizer_new:
+ * @goa_object:
+ *
+ * Returns: (transfer full):
+ */
 GdGDataGoaAuthorizer *
 gd_gdata_goa_authorizer_new (GoaObject *goa_object)
 {
@@ -518,6 +524,12 @@ gd_gdata_goa_authorizer_new (GoaObject *goa_object)
 		"goa-object", goa_object, NULL);
 }
 
+/**
+ * gd_gdata_goa_authorizer_get_goa_object:
+  * @authorizer:
+ *
+ * Returns: (transfer none):
+ */
 GoaObject *
 gd_gdata_goa_authorizer_get_goa_object (GdGDataGoaAuthorizer *authorizer)
 {
diff --git a/src/lib/e-gdata-goa-authorizer.h b/src/lib/gd-gdata-goa-authorizer.h
similarity index 92%
rename from src/lib/e-gdata-goa-authorizer.h
rename to src/lib/gd-gdata-goa-authorizer.h
index 110eeb7..26c8faa 100644
--- a/src/lib/e-gdata-goa-authorizer.h
+++ b/src/lib/gd-gdata-goa-authorizer.h
@@ -26,19 +26,19 @@
 #define GD_TYPE_GDATA_GOA_AUTHORIZER \
 	(gd_gdata_goa_authorizer_get_type ())
 #define GD_GDATA_GOA_AUTHORIZER(obj) \
-	(G_TYPGD_CHECK_INSTANCGD_CAST \
+	(G_TYPE_CHECK_INSTANCE_CAST \
 	((obj), GD_TYPE_GDATA_GOA_AUTHORIZER, GdGDataGoaAuthorizer))
 #define GD_GDATA_GOA_AUTHORIZER_CLASS(cls) \
-	(G_TYPGD_CHECK_CLASS_CAST \
+	(G_TYPE_CHECK_CLASS_CAST \
 	((cls), GD_TYPE_GDATA_GOA_AUTHORIZER, GdGDataGoaAuthorizerClass))
 #define GD_IS_GDATA_GOA_AUTHORIZER(obj) \
-	(G_TYPGD_CHECK_INSTANCGD_TYPE \
+	(G_TYPE_CHECK_INSTANCE_TYPE \
 	((obj), GD_TYPE_GDATA_GOA_AUTHORIZER))
 #define GD_IS_GDATA_GOA_AUTHORIZER_CLASS(cls) \
-	(G_TYPGD_CHECK_CLASS_TYPE \
+	(G_TYPE_CHECK_CLASS_TYPE \
 	((cls), GD_TYPE_GDATA_GOA_AUTHORIZER))
 #define GD_GDATA_GOA_AUTHORIZER_GET_CLASS(obj) \
-	(G_TYPGD_INSTANCGD_GET_CLASS \
+	(G_TYPE_INSTANCE_GET_CLASS \
 	((obj), GD_TYPE_GDATA_GOA_AUTHORIZER, GdGDataGoaAuthorizerClass))
 
 G_BEGIN_DECLS



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