appinfo: fix annotations for g_app_info_launch and g_app_info_launch_uris
authorCosimo Cecchi <cosimoc@gnome.org>
Wed, 29 Aug 2012 18:46:11 +0000 (14:46 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 29 Aug 2012 18:46:11 +0000 (14:46 -0400)
commit9bca5bb49f0fc0585335abf476b7082e654878b6
treea29f5018057ff4040783500bdfd10d703a9a94c1
parent6e64ba58b90d1d834a6b5f61acec6755e4b80072
appinfo: fix annotations for g_app_info_launch and g_app_info_launch_uris

The files/uris parameters for these functions can be NULL, so we need an
allow-none annotation here.
gio/gappinfo.c