[vala/0.48] libwnck-3.0: Update to 3.36.0
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.48] libwnck-3.0: Update to 3.36.0
- Date: Sun, 14 Mar 2021 15:47:45 +0000 (UTC)
commit 67934465699f4fe1f88c898a74a1784e88c1a2a7
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Wed Mar 10 18:51:52 2021 +0100
libwnck-3.0: Update to 3.36.0
vapi/libwnck-3.0.vapi | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
---
diff --git a/vapi/libwnck-3.0.vapi b/vapi/libwnck-3.0.vapi
index 537099c2d..9fce7617f 100644
--- a/vapi/libwnck-3.0.vapi
+++ b/vapi/libwnck-3.0.vapi
@@ -61,6 +61,17 @@ namespace Wnck {
public virtual signal void icon_changed ();
public virtual signal void name_changed ();
}
+ [CCode (cheader_filename = "libwnck/libwnck.h", type_id = "wnck_image_menu_item_get_type ()")]
+ public class ImageMenuItem : Gtk.MenuItem, Atk.Implementor, Gtk.Actionable, Gtk.Activatable,
Gtk.Buildable {
+ [CCode (has_construct_function = false, type = "GtkWidget*")]
+ public ImageMenuItem ();
+ public void make_label_bold ();
+ public void make_label_normal ();
+ public void set_image_from_icon_pixbuf (Gdk.Pixbuf pixbuf);
+ public void set_image_from_window (Wnck.Window window);
+ [CCode (has_construct_function = false, type = "GtkWidget*")]
+ public ImageMenuItem.with_label (string label);
+ }
[CCode (cheader_filename = "libwnck/libwnck.h", type_id = "wnck_pager_get_type ()")]
public class Pager : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
[CCode (has_construct_function = false, type = "GtkWidget*")]
@@ -70,6 +81,7 @@ namespace Wnck {
public void set_display_mode (Wnck.PagerDisplayMode mode);
public bool set_n_rows (int n_rows);
public bool set_orientation (Gtk.Orientation orientation);
+ [Version (since = "3.36")]
public void set_scroll_mode (Wnck.PagerScrollMode scroll_mode);
[Version (since = "2.2")]
public void set_shadow_type (Gtk.ShadowType shadow_type);
@@ -363,9 +375,11 @@ namespace Wnck {
CONTENT
}
[CCode (cheader_filename = "libwnck/libwnck.h", cprefix = "WNCK_PAGER_SCROLL_", type_id =
"wnck_pager_scroll_mode_get_type ()")]
+ [Version (since = "3.36")]
public enum PagerScrollMode {
@2D,
- @1D
+ @1D,
+ NONE
}
[CCode (cheader_filename = "libwnck/libwnck.h", cprefix = "WNCK_TASKLIST_", type_id =
"wnck_tasklist_grouping_type_get_type ()")]
public enum TasklistGroupingType {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]