Class
IdeProjectInfo
Instance methods
ide_project_info_equal
This function will check to see if information about self
and other
are
similar enough that a request to open other
would instead activate
self
. This is useful when a user tries to open the same project twice.
ide_project_info_get_directory
Gets the IdeProjectInfo:directory
property.
This is the directory containing the project (if known).
ide_project_info_get_file
Gets the IdeProjectInfo:file
property.
This is the project file (such as configure.ac) of the project.
ide_project_info_get_vcs_uri
Gets the VCS URI for the project info. This should be set with the remote URI for the version control system. It can be used to clone the project when activated from the greeter.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.