diff options
author | Richard Hughes <richard@hughsie.com> | 2014-08-22 18:53:22 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2014-08-22 19:23:16 +0100 |
commit | 208fe0c7bc623b7c1a1513d1dc3cb77f7bef48af (patch) | |
tree | 1fd6e21c21b077de699af1b5200106cb247ed06a /docs | |
parent | 194ee99b9648a18858ade33f88b3375aab6ae5e4 (diff) | |
download | appstream-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.txt | 1 |
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: |