summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-08-22 18:53:22 +0100
committerRichard Hughes <richard@hughsie.com>2014-08-22 19:23:16 +0100
commit208fe0c7bc623b7c1a1513d1dc3cb77f7bef48af (patch)
tree1fd6e21c21b077de699af1b5200106cb247ed06a /docs
parent194ee99b9648a18858ade33f88b3375aab6ae5e4 (diff)
downloadappstream-glib-208fe0c7bc623b7c1a1513d1dc3cb77f7bef48af.tar.gz
Rename as_app_get_id() to as_app_get_id_filename()
This makes the API a little more sane with a better defined return value.
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 285690b..63cc071 100644
--- a/docs/PORTING.txt
+++ b/docs/PORTING.txt
@@ -3,6 +3,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)
Planned, but not yet done: