Re: [PATCH] [REGRESSION] Gtk2::Notebook->append_page forbid undef labels



as you pointed out in your previous message _ornull was missing from a
bunch of places. (this is the main reason i'm trying to write such
thorough tests, catching all of these _ornull's)

On Tue, 2003-07-15 at 07:54, Thierry Vignaud wrote:
Thierry Vignaud <tvignaud mandrakesoft com> writes:

follow c api and allow to not pass label to
Gtk2::Notebook->append_page, thus fixing rfbdrake:

but i still get the following error if i do not pass an extra undef
... :

after adding default values to the parameters (where app.) this problem
will be fixed i.e.

some_function (a, b, c) becomes some_function (a, b, c=NULL)


all of these changes will be in cvs shortly.

-rm




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