summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-08-22 19:34:21 +0100
committerRichard Hughes <richard@hughsie.com>2014-08-22 19:34:21 +0100
commit69a7fbbf02095af846e30dff3e72e966ad781d90 (patch)
tree483db12544419814f15847f7e6e05d3d49e42e95 /docs
parent208fe0c7bc623b7c1a1513d1dc3cb77f7bef48af (diff)
downloadappstream-glib-69a7fbbf02095af846e30dff3e72e966ad781d90.tar.gz
Rename as_app_get_id_full() to as_app_get_id()
There's no more non-full ID, to better match the AppStream specification.
Diffstat (limited to 'docs')
-rw-r--r--docs/PORTING.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/PORTING.txt b/docs/PORTING.txt
index 63cc071..d90875f 100644
--- a/docs/PORTING.txt
+++ b/docs/PORTING.txt
@@ -4,6 +4,7 @@
* as_app_get_keywords(app) -> as_app_get_keywords(app,locale)
* as_app_add_keyword(app,kw,len) -> as_app_add_keyword(app,locale,kw,len)
* as_app_get_id(app) -> as_app_get_id_filename(app)
+* as_app_get_id_full(app) -> as_app_get_id(app)
Planned, but not yet done: