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.
Parameters
file
-
Type:
GFile
A
GFile
.The data is owned by the caller of the method.
Return value
Type: IdeVcsFileInfo
An IdeVcsFileInfo
or NULL
.
The caller of the method takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL . |