summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-image.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-03-18 08:35:24 +0000
committerRichard Hughes <richard@hughsie.com>2014-03-18 09:13:25 +0000
commit52670ec75717356001b73fe6c0ddfb5964fdaf61 (patch)
tree2a926a19ab2f355bd94bd56b1510daf59dd798b9 /libappstream-glib/as-image.h
parent3a3d602269cad59dcb9f73dfe2d2dc24de29d85b (diff)
downloadappstream-glib-52670ec75717356001b73fe6c0ddfb5964fdaf61.tar.gz
Unexport things we don't want to keep stable
Diffstat (limited to 'libappstream-glib/as-image.h')
-rw-r--r--libappstream-glib/as-image.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libappstream-glib/as-image.h b/libappstream-glib/as-image.h
index b27ddd7..357a9be 100644
--- a/libappstream-glib/as-image.h
+++ b/libappstream-glib/as-image.h
@@ -91,13 +91,6 @@ void as_image_set_height (AsImage *image,
void as_image_set_kind (AsImage *image,
AsImageKind kind);
-/* object methods */
-GNode *as_image_node_insert (AsImage *image,
- GNode *parent);
-gboolean as_image_node_parse (AsImage *image,
- GNode *node,
- GError **error);
-
G_END_DECLS
#endif /* __AS_IMAGE_H */