Clarify docs of g_async_result_get_source_object

It returns a new reference. Reported in bug 596748
This commit is contained in:
Matthias Clasen 2009-09-29 20:33:39 -04:00
parent 90e1308809
commit 5fdb169b72

View File

@ -176,12 +176,13 @@ g_async_result_get_user_data (GAsyncResult *res)
/** /**
* g_async_result_get_source_object: * g_async_result_get_source_object:
* @res: a #GAsyncResult. * @res: a #GAsyncResult
* *
* Gets the source object from a #GAsyncResult. * Gets the source object from a #GAsyncResult.
* *
* Returns: the source object for the @res. * Returns: a new reference to the source object for the @res,
**/ * or %NULL if there is none.
*/
GObject * GObject *
g_async_result_get_source_object (GAsyncResult *res) g_async_result_get_source_object (GAsyncResult *res)
{ {