[Gd-chatter] r11417 - branches/opendylan-melange/gtk-c-ffi

turbo24prg at gwydiondylan.org turbo24prg at gwydiondylan.org
Tue Jun 26 00:36:54 CEST 2007


Author: turbo24prg
Date: Tue Jun 26 00:36:52 2007
New Revision: 11417

Modified:
   branches/opendylan-melange/gtk-c-ffi/gtk-2-8-linux.dylan
   branches/opendylan-melange/gtk-c-ffi/gtk-2-8-linux.intr
Log:
Job: minor
works with 2.10 now


Modified: branches/opendylan-melange/gtk-c-ffi/gtk-2-8-linux.dylan
==============================================================================
--- branches/opendylan-melange/gtk-c-ffi/gtk-2-8-linux.dylan	(original)
+++ branches/opendylan-melange/gtk-c-ffi/gtk-2-8-linux.dylan	Tue Jun 26 00:36:52 2007
@@ -1860,12 +1860,6 @@
   c-name: "gtk_window_add_embedded_xid";
 end;
 
-define C-function _gtk-window-get-group
-  input parameter arg1 :: <GtkWindow>;
-  result res :: <GtkWindowGroup>;
-  c-name: "_gtk_window_get_group";
-end;
-
 define constant <anonymous-3848> = <C-function-pointer>;
 define constant <GtkWindowKeysForeachFunc> = <anonymous-3848>;
 
@@ -23940,30 +23934,6 @@
   c-name: "gdk_screen_get_setting";
 end;
 
-define C-function gdk-screen-set-font-options-libgtk-only
-  input parameter arg1 :: <GdkScreen>;
-  input parameter arg2 :: <cairo-font-options-t>;
-  c-name: "gdk_screen_set_font_options_libgtk_only";
-end;
-
-define C-function gdk-screen-get-font-options-libgtk-only
-  input parameter arg1 :: <GdkScreen>;
-  result res :: <cairo-font-options-t>;
-  c-name: "gdk_screen_get_font_options_libgtk_only";
-end;
-
-define C-function gdk-screen-set-resolution-libgtk-only
-  input parameter arg1 :: <GdkScreen>;
-  input parameter arg2 :: <gdouble>;
-  c-name: "gdk_screen_set_resolution_libgtk_only";
-end;
-
-define C-function gdk-screen-get-resolution-libgtk-only
-  input parameter arg1 :: <GdkScreen>;
-  result res :: <gdouble>;
-  c-name: "gdk_screen_get_resolution_libgtk_only";
-end;
-
 define constant <anonymous-2420> = <C-function-pointer>;
 define constant <anonymous-2421> = <C-function-pointer>;
 define constant <anonymous-2422> = <C-function-pointer>;
@@ -36983,13 +36953,6 @@
   c-name: "gtk_entry_set_editable";
 end;
 
-define C-function _gtk-entry-get-borders
-  input parameter arg1 :: <GtkEntry>;
-  input parameter arg2 :: <gint*>;
-  input parameter arg3 :: <gint*>;
-  c-name: "_gtk_entry_get_borders";
-end;
-
 define constant <anonymous-5785> = <C-function-pointer>;
 define constant <anonymous-5786> = <C-function-pointer>;
 define constant <anonymous-5787> = <C-function-pointer>;

Modified: branches/opendylan-melange/gtk-c-ffi/gtk-2-8-linux.intr
==============================================================================
--- branches/opendylan-melange/gtk-c-ffi/gtk-2-8-linux.intr	(original)
+++ branches/opendylan-melange/gtk-c-ffi/gtk-2-8-linux.intr	Tue Jun 26 00:36:52 2007
@@ -102,6 +102,12 @@
       "_g_async_queue_get_mutex",
       "_g_log_fallback_handler",
       "_g_getenv_nomalloc",
+      "_gtk_window_get_group",
+      "_gtk_entry_get_borders",
+      "gdk_screen_set_resolution_libgtk_only",
+      "gdk_screen_get_font_options_libgtk_only",
+      "gdk_screen_set_font_options_libgtk_only",
+      "gdk_screen_get_resolution_libgtk_only",
       "g_signal_init",
       "g_value_transforms_init",
       "g_param_spec_types_init",



More information about the chatter mailing list