com gtk/php-gtk: Fix type registration for GtkAllocation*: generator/arg_types.php

[email protected] (David Soria Parra)
Newsgroups php.gtk.cvs
Message-ID <[email protected]>
Commit:    feccb19868bd248f238bf0d55aded7da32970989
Author:    Andrei Zmievski <[email protected]>         Sat, 3 Jun 2006 19:14:36 +0000
Parents:   34600d000b5fb052726a74119221190268974571
Branches:  master

Link:       http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=feccb19868bd248f238bf0d55aded7da32970989

Log:
Fix type registration for GtkAllocation*

Changed paths:
  M  generator/arg_types.php


Diff:
feccb19868bd248f238bf0d55aded7da32970989
diff --git a/generator/arg_types.php b/generator/arg_types.php
index ee0818c..94e1bc0 100644
--- a/generator/arg_types.php
+++ b/generator/arg_types.php
@@ -1042,7 +1042,7 @@ $matcher->register('gfloat', $arg);
 
 $arg = new GdkRectanglePtr_Arg();
 $matcher->register('GdkRectangle*', $arg);
-$matcher->register('GdkAllocation*', $arg);
+$matcher->register('GtkAllocation*', $arg);
 
 $matcher->register('GdkRectangle', new GdkRectangle_Arg);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.