summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-inf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libappstream-glib/as-inf.h')
-rw-r--r--libappstream-glib/as-inf.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/libappstream-glib/as-inf.h b/libappstream-glib/as-inf.h
index 2ebfd98..ba99184 100644
--- a/libappstream-glib/as-inf.h
+++ b/libappstream-glib/as-inf.h
@@ -68,14 +68,17 @@ GQuark as_inf_error_quark (void);
gboolean as_inf_load_data (GKeyFile *keyfile,
const gchar *data,
AsInfLoadFlags flags,
- GError **error);
+ GError **error)
+G_DEPRECATED;
gboolean as_inf_load_file (GKeyFile *keyfile,
const gchar *filename,
AsInfLoadFlags flags,
- GError **error);
+ GError **error)
+G_DEPRECATED;
gchar *as_inf_get_driver_version (GKeyFile *keyfile,
guint64 *timestamp,
- GError **error);
+ GError **error)
+G_DEPRECATED;
G_END_DECLS