]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0, gtk+-3.0: Make Gtk.Scale.add_mark's markup argument nullable
authorEvan Nemerson <evan@coeus-group.com>
Sat, 17 Jul 2010 06:39:01 +0000 (23:39 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Sat, 17 Jul 2010 06:39:01 +0000 (23:39 -0700)
Fixes bug 624442.

vapi/gtk+-2.0.vapi
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0.metadata
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index 0cfefc0a37a54dc3080fd121bf205977330a8366..e0621c081f87b63e94cfd596d7b63b95fc4553d1 100644 (file)
@@ -3320,7 +3320,7 @@ namespace Gtk {
        }
        [CCode (cheader_filename = "gtk/gtk.h")]
        public class Scale : Gtk.Range, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
-               public void add_mark (double value, Gtk.PositionType position, string markup);
+               public void add_mark (double value, Gtk.PositionType position, string? markup);
                public void clear_marks ();
                public int get_digits ();
                public bool get_draw_value ();
index 1c3388cdced7073cf2105ad9e136ecca7878a65f..0776037a2e9e1c285eaa62a5ab6dfabb90941e63 100644 (file)
@@ -2983,7 +2983,7 @@ namespace Gtk {
        public class Scale : Gtk.Range, Atk.Implementor, Gtk.Buildable, Gtk.SizeRequest, Gtk.Orientable {
                [CCode (type = "GtkWidget*", has_construct_function = false)]
                public Scale (Gtk.Orientation orientation, Gtk.Adjustment adjustment);
-               public void add_mark (double value, Gtk.PositionType position, string markup);
+               public void add_mark (double value, Gtk.PositionType position, string? markup);
                public void clear_marks ();
                public int get_digits ();
                public bool get_draw_value ();
index c1a37f4c0fc0dd97c8266a03fc9bd7e8c6093aa7..c16739a2a3c3b712a7e1586192ee161863f4f7ec 100644 (file)
@@ -447,6 +447,7 @@ gtk_rc_get_style_by_paths.widget_path nullable="1"
 gtk_rc_get_style_by_paths.class_path nullable="1"
 gtk_rc_style_copy transfer_ownership="1"
 gtk_rc_style_create_style transfer_ownership="1"
+gtk_scale_add_mark.markup nullable="1"
 gtk_scale_button_new.icons is_array="1" no_array_length="1"
 gtk_scale_button_set_icons.icons is_array="1" no_array_length="1"
 gtk_scale_draw_value hidden="1"
index 6c34f0bb1fe35bd0e9714c17fe62f568bb922333..1b8d4c450d43d5e63a23ebf84f00d867ee3b34d0 100644 (file)
@@ -450,6 +450,7 @@ gtk_rc_get_style_by_paths.widget_path nullable="1"
 gtk_rc_get_style_by_paths.class_path nullable="1"
 gtk_rc_style_copy transfer_ownership="1"
 gtk_rc_style_create_style transfer_ownership="1"
+gtk_scale_add_mark.markup nullable="1"
 gtk_scale_button_new.icons is_array="1" no_array_length="1"
 gtk_scale_button_set_icons.icons is_array="1" no_array_length="1"
 gtk_scale_draw_value hidden="1"