]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
hildon-1: un-hide Hildon.Note.note_type property
authorPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 16 Oct 2009 09:13:47 +0000 (11:13 +0200)
committerEvan Nemerson <evan@coeus-group.com>
Sat, 7 Nov 2009 19:45:56 +0000 (11:45 -0800)
This needs to be visible if one wants to subclass Hildon.Note.

Partially fixes bug 598656.

vapi/hildon-1.vapi
vapi/packages/hildon-1/hildon-1.metadata

index c3de38c1e00a973b32c4e673480943622addabef..3420276cdda45baddcbffa18fb686972243493eb 100644 (file)
@@ -487,6 +487,8 @@ namespace Hildon {
                [NoAccessorMethod]
                public string icon { owned get; set; }
                [NoAccessorMethod]
+               public Hildon.NoteType note_type { get; set construct; }
+               [NoAccessorMethod]
                public Gtk.ProgressBar progressbar { owned get; set; }
                [NoAccessorMethod]
                public string stock_icon { owned get; set; }
index 769db75f815cdcbb734c0917215a6ac84e204797..93f6ce252115bd23b7043368d33379ef845be7ad 100644 (file)
@@ -5,5 +5,4 @@ hildon_color_button_get_color.color is_out="1"
 hildon_color_chooser_get_color.color is_out="1"
 hildon_color_chooser_dialog_get_color.color is_out="1"
 hildon_find_toolbar_get_active_iter.iter is_out="1"
-HildonNote:note-type hidden="1"