summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-08-18 11:03:52 +0100
committerRichard Hughes <richard@hughsie.com>2014-08-18 13:42:07 +0100
commit0ea4f30481fd8bc6e1ad41d675d0d2f074586748 (patch)
tree73d8ed7c6c774df46938869a6d0021a6e3b07e29 /docs
parent5829b78ddef1ffa806724bfaf0294cc64b90b0ae (diff)
downloadappstream-glib-0ea4f30481fd8bc6e1ad41d675d0d2f074586748.tar.gz
Add a trivial porting guide for the branches
Diffstat (limited to 'docs')
-rw-r--r--docs/PORTING.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/PORTING.txt b/docs/PORTING.txt
new file mode 100644
index 0000000..285690b
--- /dev/null
+++ b/docs/PORTING.txt
@@ -0,0 +1,10 @@
+0.2.x -> 0.3.x
+==============
+
+* 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)
+
+Planned, but not yet done:
+
+* as_screenshot_add_image(ss,im) -> as_screenshot_add_image(ss,locale,im)
+* as_screenshot_get_images(ss) -> as_screenshot_get_images(ss,locale)