summaryrefslogtreecommitdiff
path: root/vapi/gtk+-3.0.vapi
diff options
context:
space:
mode:
Diffstat (limited to 'vapi/gtk+-3.0.vapi')
-rw-r--r--vapi/gtk+-3.0.vapi16
1 files changed, 8 insertions, 8 deletions
diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi
index 774d9274d..22137f60e 100644
--- a/vapi/gtk+-3.0.vapi
+++ b/vapi/gtk+-3.0.vapi
@@ -1384,7 +1384,7 @@ namespace Gtk {
[Version (since = "3.0")]
public void cell_get (Gtk.CellRenderer renderer, ...);
[Version (since = "3.0")]
- public void cell_get_property (Gtk.CellRenderer renderer, string property_name, GLib.Value value);
+ public void cell_get_property (Gtk.CellRenderer renderer, string property_name, ref GLib.Value value);
[Version (since = "3.0")]
public void cell_get_valist (Gtk.CellRenderer renderer, string first_property_name, [CCode (type = "va_list")] va_list var_args);
[Version (since = "3.0")]
@@ -1413,7 +1413,7 @@ namespace Gtk {
[Version (since = "3.0")]
public unowned Gtk.CellRenderer get_cell_at_position (Gtk.CellAreaContext context, Gtk.Widget widget, Gdk.Rectangle cell_area, int x, int y, out Gdk.Rectangle alloc_area);
[NoWrapper]
- public virtual void get_cell_property (Gtk.CellRenderer renderer, uint property_id, GLib.Value value, GLib.ParamSpec pspec);
+ public virtual void get_cell_property (Gtk.CellRenderer renderer, uint property_id, ref GLib.Value value, GLib.ParamSpec pspec);
[Version (since = "3.0")]
public unowned string get_current_path_string ();
[Version (since = "3.0")]
@@ -2322,7 +2322,7 @@ namespace Gtk {
protected Container ();
public void add_with_properties (Gtk.Widget widget, ...);
public void child_get (Gtk.Widget child, ...);
- public void child_get_property (Gtk.Widget child, string property_name, GLib.Value value);
+ public void child_get_property (Gtk.Widget child, string property_name, ref GLib.Value value);
public void child_get_valist (Gtk.Widget child, string first_property_name, [CCode (type = "va_list")] va_list var_args);
[Version (since = "3.2")]
public void child_notify (Gtk.Widget child, string child_property);
@@ -2347,7 +2347,7 @@ namespace Gtk {
public void @foreach (Gtk.Callback callback);
public uint get_border_width ();
[NoWrapper]
- public virtual void get_child_property (Gtk.Widget child, uint property_id, GLib.Value value, GLib.ParamSpec pspec);
+ public virtual void get_child_property (Gtk.Widget child, uint property_id, ref GLib.Value value, GLib.ParamSpec pspec);
public GLib.List<weak Gtk.Widget> get_children ();
[Version (deprecated = true, deprecated_since = "3.24")]
public bool get_focus_chain (out GLib.List<weak Gtk.Widget> focusable_widgets);
@@ -7498,7 +7498,7 @@ namespace Gtk {
[Version (since = "2.16")]
public void @get (GLib.Type widget_type, ...);
[Version (since = "2.16")]
- public void get_style_property (GLib.Type widget_type, string property_name, out GLib.Value value);
+ public void get_style_property (GLib.Type widget_type, string property_name, ref GLib.Value value);
[Version (since = "2.16")]
public void get_valist (GLib.Type widget_type, string first_property_name, [CCode (type = "va_list")] va_list var_args);
[Version (since = "3.0")]
@@ -7567,7 +7567,7 @@ namespace Gtk {
public Gtk.StateFlags get_state ();
[Version (since = "3.0")]
public void get_style (...);
- public void get_style_property (string property_name, GLib.Value value);
+ public void get_style_property (string property_name, ref GLib.Value value);
[Version (since = "3.0")]
public void get_style_valist ([CCode (type = "va_list")] va_list args);
[Version (since = "3.0")]
@@ -8408,7 +8408,7 @@ namespace Gtk {
[Version (deprecated = true, deprecated_since = "3.14", since = "3.0")]
public void get_style (...);
[Version (deprecated = true, deprecated_since = "3.14", since = "3.0")]
- public GLib.Value get_style_property (string property_name);
+ public void get_style_property (string property_name, ref GLib.Value value);
[Version (deprecated = true, deprecated_since = "3.14", since = "3.0")]
public void get_style_valist ([CCode (type = "va_list")] va_list args);
[Version (deprecated = true, deprecated_since = "3.14", since = "3.0")]
@@ -10839,7 +10839,7 @@ namespace Gtk {
[Version (deprecated = true, deprecated_since = "3.8", since = "3.0")]
public abstract Gtk.StyleProperties? get_style (Gtk.WidgetPath path);
[Version (since = "3.0")]
- public abstract bool get_style_property (Gtk.WidgetPath path, Gtk.StateFlags state, GLib.ParamSpec pspec, out GLib.Value value);
+ public abstract bool get_style_property (Gtk.WidgetPath path, Gtk.StateFlags state, GLib.ParamSpec pspec, ref GLib.Value value);
}
[CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_tool_shell_get_type ()")]
public interface ToolShell : Gtk.Widget {