summaryrefslogtreecommitdiff
path: root/libappstream-builder/asb-context.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-08-21 14:14:16 +0100
committerRichard Hughes <richard@hughsie.com>2014-08-21 14:14:16 +0100
commit792a3a836cfaafcb044cf6c5b540e82cf2f6a922 (patch)
tree69aa6ec15c67cc6f5256900603a0cfe36ff67a4f /libappstream-builder/asb-context.h
parentbedf06fa7391511adce0e3ea0df6a78bf3e8313f (diff)
downloadappstream-glib-792a3a836cfaafcb044cf6c5b540e82cf2f6a922.tar.gz
trivial: Rename an internal method
Diffstat (limited to 'libappstream-builder/asb-context.h')
-rw-r--r--libappstream-builder/asb-context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-builder/asb-context.h b/libappstream-builder/asb-context.h
index 0903728..54a6141 100644
--- a/libappstream-builder/asb-context.h
+++ b/libappstream-builder/asb-context.h
@@ -65,7 +65,7 @@ AsbPackage *asb_context_find_by_pkgname (AsbContext *ctx,
const gchar *pkgname);
void asb_context_add_app (AsbContext *ctx,
AsbApp *app);
-void asb_context_add_app_dummy (AsbContext *ctx,
+void asb_context_add_app_ignore (AsbContext *ctx,
AsbPackage *pkg);
void asb_context_set_no_net (AsbContext *ctx,
gboolean no_net);