perl-Gtk2 r2097 - in branches/stable-1-20: . xs



Author: tsch
Date: Tue Dec 16 19:34:05 2008
New Revision: 2097
URL: http://svn.gnome.org/viewvc/perl-Gtk2?rev=2097&view=rev

Log:
Merge r2096.


Modified:
   branches/stable-1-20/   (props changed)
   branches/stable-1-20/ChangeLog
   branches/stable-1-20/xs/GtkEntryCompletion.xs

Modified: branches/stable-1-20/xs/GtkEntryCompletion.xs
==============================================================================
--- branches/stable-1-20/xs/GtkEntryCompletion.xs	(original)
+++ branches/stable-1-20/xs/GtkEntryCompletion.xs	Tue Dec 16 19:34:05 2008
@@ -34,8 +34,9 @@
 
 MODULE = Gtk2::EntryCompletion	PACKAGE = Gtk2::EntryCompletion	PREFIX = gtk_entry_completion_
 
+# GtkEntryCompletion is a direct GObject descendent, so we need _noinc.
 
-GtkEntryCompletion *gtk_entry_completion_new (class)
+GtkEntryCompletion_noinc *gtk_entry_completion_new (class)
     C_ARGS:
 	/*void*/
 



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