summaryrefslogtreecommitdiff
path: root/libappstream-builder/asb-package.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-07-08 10:23:50 +0100
committerRichard Hughes <richard@hughsie.com>2014-07-08 10:33:14 +0100
commitedaa04147d6032168a5b3ea4bc7f96e5fef07397 (patch)
tree0213f82b81eedf097d889b59854b0bd234813fca /libappstream-builder/asb-package.h
parent4300cb340c959c4be7bce2f85e38b3c9572bb9c7 (diff)
downloadappstream-glib-edaa04147d6032168a5b3ea4bc7f96e5fef07397.tar.gz
Add asb_package_new()
Diffstat (limited to 'libappstream-builder/asb-package.h')
-rw-r--r--libappstream-builder/asb-package.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-builder/asb-package.h b/libappstream-builder/asb-package.h
index 60c87ad..55cf644 100644
--- a/libappstream-builder/asb-package.h
+++ b/libappstream-builder/asb-package.h
@@ -129,6 +129,7 @@ AsRelease *asb_package_get_release (AsbPackage *pkg,
void asb_package_add_release (AsbPackage *pkg,
const gchar *version,
AsRelease *release);
+AsbPackage *asb_package_new (void);
G_END_DECLS