Method
IdeUnsavedFilesto_array
Description
This retrieves all of the unsaved file buffers known to the context. These are handy if you need to pass modified state to parsers such as clang.
Call g_ptr_array_unref()
on the resulting GPtrArray
when no longer in use.
If you would like to hold onto an unsaved file instance, call
ide_unsaved_file_ref()
to increment its reference count.