Re: a need for accessing the internal number for Gtk2::Gdk::Atom
- From: Kevin Ryde <user42 zip com au>
- To: gtk-perl-list gnome org
- Subject: Re: a need for accessing the internal number for Gtk2::Gdk::Atom
- Date: Wed, 21 Jan 2009 10:55:06 +1100
Torsten Schoenfeld <kaffeetisch gmx de> writes:
<http://bugzilla.gnome.org/show_bug.cgi?id=566884>
Perhaps call the atom arg "atom" for clarity in the generated pod ...
Index: GdkX11.xs
===================================================================
--- GdkX11.xs (revision 2119)
+++ GdkX11.xs (working copy)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2005 by the gtk2-perl team (see the file AUTHORS)
+ * Copyright (c) 2003-2005, 2009 by the gtk2-perl team (see the file AUTHORS)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -186,9 +186,9 @@
#if GTK_CHECK_VERSION (2, 2, 0)
UV
-to_xatom_for_display (GdkAtom class, GdkDisplay *display)
+to_xatom_for_display (GdkAtom atom, GdkDisplay *display)
CODE:
- RETVAL = gdk_x11_atom_to_xatom_for_display(display,class);
+ RETVAL = gdk_x11_atom_to_xatom_for_display(display,atom);
OUTPUT:
RETVAL
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]