Document that the get_default() functions for the various GIO modules will never return NULL

This commit is contained in:
Sebastian Dröge
2020-11-13 17:19:42 +02:00
parent ec9fb90b2b
commit fbfb067375
6 changed files with 12 additions and 6 deletions

View File

@@ -118,7 +118,7 @@ static guint signals[LAST_SIGNAL] = { 0 };
*
* Gets a reference to the default #GMemoryMonitor for the system.
*
* Returns: (transfer full): a new reference to the default #GMemoryMonitor
* Returns: (not nullable) (transfer full): a new reference to the default #GMemoryMonitor
*
* Since: 2.64
*/