summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app-private.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-05-24 13:08:09 +0100
committerRichard Hughes <richard@hughsie.com>2014-05-24 13:08:09 +0100
commit645a7dca5ae54bd70086dcdb745af831e71c203e (patch)
treee8007f104ee3414f78f2831d0069ffbee878ff22 /libappstream-glib/as-app-private.h
parent7d066061c62374e133879171520c5a9422862e10 (diff)
downloadappstream-glib-645a7dca5ae54bd70086dcdb745af831e71c203e.tar.gz
Export as_app_set_source_kind()
Needed for future functionality...
Diffstat (limited to 'libappstream-glib/as-app-private.h')
-rw-r--r--libappstream-glib/as-app-private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libappstream-glib/as-app-private.h b/libappstream-glib/as-app-private.h
index 4e54efb..76a1207 100644
--- a/libappstream-glib/as-app-private.h
+++ b/libappstream-glib/as-app-private.h
@@ -42,8 +42,6 @@ typedef enum {
} AsAppProblems;
AsAppProblems as_app_get_problems (AsApp *app);
-void as_app_set_source_kind (AsApp *app,
- AsAppSourceKind source_kind);
guint as_app_get_name_size (AsApp *app);
guint as_app_get_comment_size (AsApp *app);
guint as_app_get_description_size (AsApp *app);