| giomodule.h | giomodule.h | |||
|---|---|---|---|---|
| skipping to change at line 121 | skipping to change at line 121 | |||
| * | * | |||
| * Note that a module need not actually implement all the extension points | * Note that a module need not actually implement all the extension points | |||
| * that g_io_module_query returns, since the exact list of extension may | * that g_io_module_query returns, since the exact list of extension may | |||
| * depend on runtime issues. However all extension points actually implemen ted | * depend on runtime issues. However all extension points actually implemen ted | |||
| * must be returned by g_io_module_query() (if defined). | * must be returned by g_io_module_query() (if defined). | |||
| * | * | |||
| * When installing a module that implements g_io_module_query you must | * When installing a module that implements g_io_module_query you must | |||
| * run gio-querymodules in order to build the cache files required for | * run gio-querymodules in order to build the cache files required for | |||
| * lazy loading. | * lazy loading. | |||
| * | * | |||
| * Returns: A %NULL-terminated array of strings, listing the supported | * Returns: (transfer full): A %NULL-terminated array of strings, listing t he supported | |||
| * extension points of the module. The array must be suitable for | * extension points of the module. The array must be suitable for | |||
| * freeing with g_strfreev(). | * freeing with g_strfreev(). | |||
| * | * | |||
| * Since: 2.24 | * Since: 2.24 | |||
| **/ | **/ | |||
| char **g_io_module_query (void); | char **g_io_module_query (void); | |||
| G_END_DECLS | G_END_DECLS | |||
| #endif /* __G_IO_MODULE_H__ */ | #endif /* __G_IO_MODULE_H__ */ | |||
| End of changes. 1 change blocks. | ||||
| 1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||