ide-recent-projects
ide-recent-projects
|
|
Object Hierarchy
GObject
╰── IdeRecentProjects
Implemented Interfaces
IdeRecentProjects implements
GListModel.
Functions
IDE_TYPE_RECENT_PROJECTS
#define IDE_TYPE_RECENT_PROJECTS (ide_recent_projects_get_type())
ide_recent_projects_get_projects ()
GPtrArray *
ide_recent_projects_get_projects (IdeRecentProjects *self
);
Gets a GPtrArray containing the IdeProjectInfo that have been discovered.
Returns
A GPtrArray of IdeProjectInfo.
[transfer container][element-type IdeProjectInfo*]
ide_recent_projects_get_busy ()
gboolean
ide_recent_projects_get_busy (IdeRecentProjects *self
);
ide_recent_projects_discover_async ()
void
ide_recent_projects_discover_async (IdeRecentProjects *self
,
GCancellable *cancellable
,
GAsyncReadyCallback callback
,
gpointer user_data
);
ide_recent_projects_discover_finish ()
gboolean
ide_recent_projects_discover_finish (IdeRecentProjects *self
,
GAsyncResult *result
,
GError **error
);
Types and Values
IDE_RECENT_PROJECTS_GROUP
#define IDE_RECENT_PROJECTS_GROUP "X-GNOME-Builder-Project"
IDE_RECENT_PROJECTS_LANGUAGE_GROUP_PREFIX
#define IDE_RECENT_PROJECTS_LANGUAGE_GROUP_PREFIX "X-GNOME-Builder-Language:"
IDE_RECENT_PROJECTS_BOOKMARK_FILENAME
#define IDE_RECENT_PROJECTS_BOOKMARK_FILENAME "recent-projects.xbel"
IdeRecentProjects
typedef struct _IdeRecentProjects IdeRecentProjects;