mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Updates to GIO documentation. (#506395, Mikael Hermansson)
* gcontenttype.c: Describe memory management for return value of g_content_types_get_registered(). Missing piece from #505815. * gdrive.c, gmount.c, gvolumemonitor.c: Add more description to GVolume, GDrive, GMounts, which hopefully gives the user less confusions when using this API. Following explainations from Alexander Larsson on gtk-devel-list. svn path=/trunk/; revision=6222
This commit is contained in:
@@ -840,8 +840,8 @@ enumerate_mimetypes_dir (const char *dir,
|
||||
* g_content_types_get_registered:
|
||||
*
|
||||
* Gets a list of strings containing all the registered content types
|
||||
* known to the system.
|
||||
*
|
||||
* known to the system. The list and its data should be freed using
|
||||
* @g_list_foreach(list, g_free, NULL) and @g_list_free(list)
|
||||
* Returns: #GList of the registered content types.
|
||||
**/
|
||||
GList *
|
||||
|
Reference in New Issue
Block a user