Class

GgitDiffFormatEmailOptions

since: 1.0

Description

class Ggit.DiffFormatEmailOptions : GObject.Object
{
  /* No available fields */
}
No description available.

Available since: 1.0

Hierarchy

hierarchy this GgitDiffFormatEmailOptions ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

ggit_diff_format_email_options_new

Create a new checkout options object.

since: 1.0

Instance methods

ggit_diff_format_email_options_get_author

Get the author.

since: 1.0

ggit_diff_format_email_options_get_body

Get the body.

since: 1.0

ggit_diff_format_email_options_get_flags

Get the flags.

since: 1.0

ggit_diff_format_email_options_get_id

Get the object id.

since: 1.0

ggit_diff_format_email_options_get_patch_number

Get the patch number.

since: 1.0

ggit_diff_format_email_options_get_summary

Get the summary.

since: 1.0

ggit_diff_format_email_options_get_total_patches

Get the total number of patches.

since: 1.0

ggit_diff_format_email_options_set_author

Set the author.

since: 1.0

ggit_diff_format_email_options_set_body

Set the body.

since: 1.0

ggit_diff_format_email_options_set_flags

Set the flags.

since: 1.0

ggit_diff_format_email_options_set_id

Set the object id.

since: 1.0

ggit_diff_format_email_options_set_patch_number

Set the patch number.

since: 1.0

ggit_diff_format_email_options_set_summary

Set the summary.

since: 1.0

ggit_diff_format_email_options_set_total_patches

Set the total number of patches.

since: 1.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Ggit.DiffFormatEmailOptions:author
No description available.

since: 1.0

Ggit.DiffFormatEmailOptions:body
No description available.

since: 1.0

Ggit.DiffFormatEmailOptions:flags
No description available.

since: 1.0

Ggit.DiffFormatEmailOptions:id
No description available.

since: 1.0

Ggit.DiffFormatEmailOptions:patch-number
No description available.

since: 1.0

Ggit.DiffFormatEmailOptions:summary
No description available.

since: 1.0

Ggit.DiffFormatEmailOptions:total-patches
No description available.

since: 1.0

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.

unstable since: 2.0

Class structure

struct GgitDiffFormatEmailOptionsClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.