diff options
Diffstat (limited to 'json-glib/json-gobject.h')
| -rw-r--r-- | json-glib/json-gobject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json-glib/json-gobject.h b/json-glib/json-gobject.h index 8b6568d..89e8957 100644 --- a/json-glib/json-gobject.h +++ b/json-glib/json-gobject.h @@ -132,9 +132,9 @@ gchar * json_gobject_to_data (GObject *gobject, GObject * json_construct_gobject (GType gtype, const gchar *data, gsize length, - GError **error); + GError **error) G_GNUC_DEPRECATED; gchar * json_serialize_gobject (GObject *gobject, - gsize *length) G_GNUC_MALLOC; + gsize *length) G_GNUC_MALLOC G_GNUC_DEPRECATED; #endif |
