X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atk%2Fatkstreamablecontent.c;h=571ca2b6a13ed2e5d89e3690c6acbdc4c6d572ea;hb=refs%2Fheads%2Faccepted%2Ftizen_3.0.m2_tv;hp=4e8399a96b1b9973d622d532d9c3c210bd31dcdd;hpb=b063649bc595926233f83ab73d4ac506dc178198;p=platform%2Fupstream%2Fatk.git diff --git a/atk/atkstreamablecontent.c b/atk/atkstreamablecontent.c index 4e8399a..571ca2b 100755 --- a/atk/atkstreamablecontent.c +++ b/atk/atkstreamablecontent.c @@ -17,6 +17,8 @@ * Boston, MA 02111-1307, USA. */ +#include "config.h" + #include "atkstreamablecontent.h" /** @@ -156,8 +158,8 @@ atk_streamable_content_get_stream (AtkStreamableContent *streamable, * Note that it is possible for get_uri to return NULL but for * get_stream to work nonetheless, since not all GIOChannels connect to URIs. * - * Returns: Returns a string representing a URI, or NULL if no corresponding URI - * can be constructed. + * Returns: (nullable): Returns a string representing a URI, or %NULL + * if no corresponding URI can be constructed. * * Since: 1.12 **/