[libgit2-glib] cherry-pick-options: missing to install the merge-options property
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgit2-glib] cherry-pick-options: missing to install the merge-options property
- Date: Mon, 19 Jan 2015 12:26:46 +0000 (UTC)
commit 119aac898062eacd1f3e6a64ac095e6c54fb054d
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Mon Jan 19 13:26:25 2015 +0100
cherry-pick-options: missing to install the merge-options property
libgit2-glib/ggit-cherry-pick-options.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/libgit2-glib/ggit-cherry-pick-options.c b/libgit2-glib/ggit-cherry-pick-options.c
index 08c9f64..7a816f9 100644
--- a/libgit2-glib/ggit-cherry-pick-options.c
+++ b/libgit2-glib/ggit-cherry-pick-options.c
@@ -141,6 +141,14 @@ ggit_cherry_pick_options_class_init (GgitCherryPickOptionsClass *klass)
G_PARAM_READWRITE |
G_PARAM_STATIC_STRINGS));
+ g_object_class_install_property (object_class,
+ PROP_MERGE_OPTIONS,
+ g_param_spec_boxed ("merge-options",
+ "Merge Options",
+ "Merge options",
+ GGIT_TYPE_MERGE_OPTIONS,
+ G_PARAM_READWRITE |
+ G_PARAM_STATIC_STRINGS));
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]