Lists the subdirectories in dir.
The returned list contains allocated strings. Each string is the absolute path of a subdirectory. You should
g_free each string in the list, then g_slist_free the list itself.
| this |
a Engine. |
| dir |
Directory to get subdirectories from. |
|
List of allocated subdirectory names. |