Class

GitlabIssue

Description

final class Gitlab.Issue : Gitlab.Resource
{
  /* No available fields */
}
No description available.

Instance methods

gitlab_issue_dup_closed_at
No description available.

gitlab_issue_dup_created_at
No description available.

gitlab_issue_dup_due_date
No description available.

gitlab_issue_dup_updated_at
No description available.

gitlab_issue_get_confidential
No description available.

gitlab_issue_get_description
No description available.

gitlab_issue_get_id
No description available.

gitlab_issue_get_state
No description available.

gitlab_issue_get_title
No description available.

gitlab_issue_get_web_url
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Gitlab.Issue:closed-at
No description available.

Gitlab.Issue:confidential
No description available.

Gitlab.Issue:created-at
No description available.

Gitlab.Issue:description
No description available.

Gitlab.Issue:due-date
No description available.

Gitlab.Issue:id
No description available.

Gitlab.Issue:state
No description available.

Gitlab.Issue:title
No description available.

Gitlab.Issue:updated-at
No description available.

Gitlab.Issue:web-url
No description available.

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.

Class structure

struct GitlabIssueClass {
  /* no available fields */
}
No description available.