perl-Gtk2 r2131 - in trunk: . xs
- From: tsch svn gnome org
- To: svn-commits-list gnome org
- Subject: perl-Gtk2 r2131 - in trunk: . xs
- Date: Fri, 6 Feb 2009 14:10:48 +0000 (UTC)
Author: tsch
Date: Fri Feb 6 14:10:48 2009
New Revision: 2131
URL: http://svn.gnome.org/viewvc/perl-Gtk2?rev=2131&view=rev
Log:
Call the atom arg for Gtk2::Gdk::Atom->to_xatom_for_display "atom" for clarity
in the generated POD. Patch by Kevin Ryde.
Modified:
trunk/ChangeLog
trunk/xs/GdkX11.xs
Modified: trunk/xs/GdkX11.xs
==============================================================================
--- trunk/xs/GdkX11.xs (original)
+++ trunk/xs/GdkX11.xs Fri Feb 6 14:10:48 2009
@@ -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]