summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2015-04-17 15:14:08 +0200
committerDebarshi Ray <debarshir@gnome.org>2015-04-21 17:06:33 +0200
commit53ae5fcdd66378e1d3d4fd64588f71a49bda7694 (patch)
tree9f25a4c267f081fd92356a3ba31cab5b429d02de
parent5fd7761658607ac97f752d9bee98be6c3de09499 (diff)
downloadlibgdata-53ae5fcdd66378e1d3d4fd64588f71a49bda7694.tar.gz
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
-rw-r--r--gdata/services/documents/gdata-documents-entry.c2
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 7277cc5e..6d772d0d 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: