[gtkmm] Regenerate functions .defs.



commit ba398c3cd4a1c6b53bc5576d680c51b60c35b90d
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Jan 17 09:51:27 2014 +0100

    Regenerate functions .defs.

 gtk/src/gtk_methods.defs |  171 +++++++++++++++++++++++++++++++++-------------
 1 files changed, 123 insertions(+), 48 deletions(-)
---
diff --git a/gtk/src/gtk_methods.defs b/gtk/src/gtk_methods.defs
index a8cc8dd..2c329b9 100644
--- a/gtk/src/gtk_methods.defs
+++ b/gtk/src/gtk_methods.defs
@@ -47,13 +47,6 @@
   (gtype-id "GTK_TYPE_APP_CHOOSER")
 )
 
-(define-object AppChooserOnlinePk
-  (in-module "Gtk")
-  (parent "GObject")
-  (c-name "GtkAppChooserOnlinePk")
-  (gtype-id "GTK_TYPE_APP_CHOOSER_ONLINE_PK")
-)
-
 (define-object Application
   (in-module "Gtk")
   (parent "GApplication")
@@ -61,6 +54,20 @@
   (gtype-id "GTK_TYPE_APPLICATION")
 )
 
+(define-object ApplicationImpl
+  (in-module "Gtk")
+  (parent "GObject")
+  (c-name "GtkApplicationImpl")
+  (gtype-id "GTK_TYPE_APPLICATION_IMPL")
+)
+
+(define-object ApplicationImplDBus
+  (in-module "Gtk")
+  (parent "GtkApplicationImpl")
+  (c-name "GtkApplicationImplDBus")
+  (gtype-id "GTK_TYPE_APPLICATION_IMPL_DBUS")
+)
+
 (define-object Buildable
   (in-module "Gtk")
   (c-name "GtkBuildable")
@@ -1110,6 +1117,13 @@
   (gtype-id "GTK_TYPE_FIXED")
 )
 
+(define-object ActionBar
+  (in-module "Gtk")
+  (parent "GtkContainer")
+  (c-name "GtkActionBar")
+  (gtype-id "GTK_TYPE_ACTION_BAR")
+)
+
 (define-object Bin
   (in-module "Gtk")
   (parent "GtkContainer")
@@ -1714,6 +1728,10 @@
     '("bsd" "GTK_LICENSE_BSD")
     '("mit-x11" "GTK_LICENSE_MIT_X11")
     '("artistic" "GTK_LICENSE_ARTISTIC")
+    '("gpl-2-0-only" "GTK_LICENSE_GPL_2_0_ONLY")
+    '("gpl-3-0-only" "GTK_LICENSE_GPL_3_0_ONLY")
+    '("lgpl-2-1-only" "GTK_LICENSE_LGPL_2_1_ONLY")
+    '("lgpl-3-0-only" "GTK_LICENSE_LGPL_3_0_ONLY")
   )
 )
 
@@ -1728,17 +1746,6 @@
   )
 )
 
-(define-enum ActionHelperRole
-  (in-module "Gtk")
-  (c-name "GtkActionHelperRole")
-  (gtype-id "GTK_TYPE_ACTION_HELPER_ROLE")
-  (values
-    '("normal" "GTK_ACTION_HELPER_ROLE_NORMAL")
-    '("toggle" "GTK_ACTION_HELPER_ROLE_TOGGLE")
-    '("radio" "GTK_ACTION_HELPER_ROLE_RADIO")
-  )
-)
-
 (define-flags ApplicationInhibitFlags
   (in-module "Gtk")
   (c-name "GtkApplicationInhibitFlags")
@@ -4163,6 +4170,16 @@
   )
 )
 
+(define-method get_accel
+  (of-object "GtkAccelLabel")
+  (c-name "gtk_accel_label_get_accel")
+  (return-type "none")
+  (parameters
+    '("guint*" "accelerator_key")
+    '("GdkModifierType*" "accelerator_mods")
+  )
+)
+
 
 
 ;; From gtkaccelmap.h
@@ -4383,6 +4400,54 @@
 
 
 
+;; From gtkactionbar.h
+
+(define-function gtk_action_bar_get_type
+  (c-name "gtk_action_bar_get_type")
+  (return-type "GType")
+)
+
+(define-function gtk_action_bar_new
+  (c-name "gtk_action_bar_new")
+  (is-constructor-of "GtkActionBar")
+  (return-type "GtkWidget*")
+)
+
+(define-method get_center_widget
+  (of-object "GtkActionBar")
+  (c-name "gtk_action_bar_get_center_widget")
+  (return-type "GtkWidget*")
+)
+
+(define-method set_center_widget
+  (of-object "GtkActionBar")
+  (c-name "gtk_action_bar_set_center_widget")
+  (return-type "none")
+  (parameters
+    '("GtkWidget*" "center_widget")
+  )
+)
+
+(define-method pack_start
+  (of-object "GtkActionBar")
+  (c-name "gtk_action_bar_pack_start")
+  (return-type "none")
+  (parameters
+    '("GtkWidget*" "child")
+  )
+)
+
+(define-method pack_end
+  (of-object "GtkActionBar")
+  (c-name "gtk_action_bar_pack_end")
+  (return-type "none")
+  (parameters
+    '("GtkWidget*" "child")
+  )
+)
+
+
+
 ;; From gtkactionhelper.h
 
 
@@ -4946,18 +5011,6 @@
 
 
 
-;; From gtkappchoosermodule.h
-
-
-
-;; From gtkappchooseronline.h
-
-
-
-;; From gtkappchooseronlinepk.h
-
-
-
 ;; From gtkappchooserprivate.h
 
 
@@ -13175,6 +13228,21 @@
   (return-type "gboolean")
 )
 
+(define-method set_decoration_layout
+  (of-object "GtkHeaderBar")
+  (c-name "gtk_header_bar_set_decoration_layout")
+  (return-type "none")
+  (parameters
+    '("const-gchar*" "layout")
+  )
+)
+
+(define-method get_decoration_layout
+  (of-object "GtkHeaderBar")
+  (c-name "gtk_header_bar_get_decoration_layout")
+  (return-type "const-gchar*")
+)
+
 
 
 ;; From gtkheaderbarprivate.h
@@ -13497,6 +13565,12 @@
   (return-type "GdkPixbuf*")
 )
 
+(define-method is_symbolic
+  (of-object "GtkIconInfo")
+  (c-name "gtk_icon_info_is_symbolic")
+  (return-type "gboolean")
+)
+
 (define-method load_icon
   (of-object "GtkIconInfo")
   (c-name "gtk_icon_info_load_icon")
@@ -15199,6 +15273,10 @@
 
 
 
+;; From gtklabelprivate.h
+
+
+
 ;; From gtklayout.h
 
 (define-function gtk_layout_get_type
@@ -17246,24 +17324,6 @@
 
 
 
-;; From gtkmodelmenu-quartz.h
-
-(define-function gtk_quartz_set_main_menu
-  (c-name "gtk_quartz_set_main_menu")
-  (return-type "none")
-  (parameters
-    '("GMenuModel*" "model")
-    '("GtkApplication*" "application")
-  )
-)
-
-(define-function gtk_quartz_clear_main_menu
-  (c-name "gtk_quartz_clear_main_menu")
-  (return-type "none")
-)
-
-
-
 ;; From gtkmodifierstyle.h
 
 
@@ -29663,6 +29723,15 @@
   (varargs #t)
 )
 
+(define-function gtk_tree_path_new_from_indicesv
+  (c-name "gtk_tree_path_new_from_indicesv")
+  (return-type "GtkTreePath*")
+  (parameters
+    '("gint*" "indices")
+    '("gsize" "length")
+  )
+)
+
 (define-method to_string
   (of-object "GtkTreePath")
   (c-name "gtk_tree_path_to_string")
@@ -35752,6 +35821,12 @@
   )
 )
 
+(define-method is_maximized
+  (of-object "GtkWindow")
+  (c-name "gtk_window_is_maximized")
+  (return-type "gboolean")
+)
+
 
 
 ;; From gtkwindowprivate.h


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]