Hi,

Here's a function definition :

        #PHP proto: int newt_centered_window ( int $width , int $height [, 
string $title=null ] )

        return_type: int

        arguments:
          width:
            type: int
          height:
            type: int
          title:
            type: string
            nullok: true

        {% block body %}

        if (title_is_null) title=NULL;

        retval=newtCenteredWindow((long)width, (long)height, title);

        {% endblock %}

More at:  https://github.com/flaupretre/php-ext-gen

Any thought ?

François



--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to