Method
IdeVcsMonitorref_info
Description
Gets an IdeVcsFileInfo
for the given file
.
If the file information has not been loaded, NULL
is returned. You
can wait for IdeVcsMonitor::reloaded
and query again if you expect
the info to be there.
Available since: | 3.32 |
Return value
Returns: | IdeVcsFileInfo |
An |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |