[libgdata] documents: Deprecate document-id



commit 53ae5fcdd66378e1d3d4fd64588f71a49bda7694
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Apr 17 15:14:08 2015 +0200

    documents: Deprecate document-id
    
    GDataDocumentsEntry:document-id was actually already deprecated (in
    the gtk-doc comment); it just wasn’t marked with G_PARAM_DEPRECATED.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684920

 gdata/services/documents/gdata-documents-entry.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdata/services/documents/gdata-documents-entry.c 
b/gdata/services/documents/gdata-documents-entry.c
index 7277cc5..6d772d0 100644
--- a/gdata/services/documents/gdata-documents-entry.c
+++ b/gdata/services/documents/gdata-documents-entry.c
@@ -263,7 +263,7 @@ gdata_documents_entry_class_init (GDataDocumentsEntryClass *klass)
                                         g_param_spec_string ("document-id",
                                                              "Document ID", "The document ID of the 
document.",
                                                              NULL,
-                                                             G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
+                                                             G_PARAM_READABLE | G_PARAM_STATIC_STRINGS | 
G_PARAM_DEPRECATED));
 
        /**
         * GDataDocumentsEntry:last-modified-by:


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