[pygtk/gtk-3.0: 11/55] Fields: GtkSelectionData uses the new getter-api
- From: John Stowers <jstowers src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygtk/gtk-3.0: 11/55] Fields: GtkSelectionData uses the new getter-api
- Date: Sat, 17 Jul 2010 00:25:19 +0000 (UTC)
commit 6d1bb881fb62a86e6fd9204f84c6c3aa93dda7a3
Author: John Stowers <john stowers gmail com>
Date: Mon Jul 5 20:15:23 2010 +1200
Fields: GtkSelectionData uses the new getter-api
gtk/gtk-base-types.defs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtk-base-types.defs b/gtk/gtk-base-types.defs
index 44d6372..a30ddad 100644
--- a/gtk/gtk-base-types.defs
+++ b/gtk/gtk-base-types.defs
@@ -57,10 +57,10 @@
(copy-func "gtk_selection_data_copy")
(release-func "gtk_selection_data_free")
(fields
- '("GdkAtom" "selection")
- '("GdkAtom" "target")
- '("GdkAtom" "type")
- '("gint" "format")
+ '("GdkAtom" "selection" (getter-funcname "get_selection"))
+ '("GdkAtom" "target" (getter-funcname "get_target"))
+ '("GdkAtom" "type" (getter-funcname "get_data_type"))
+ '("gint" "format" (getter-funcname "get_format"))
'("guchar*" "data")
)
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]