Re: [PHP-GTK-DEV] Reflection woes
[email protected] (Andrei Zmievski)
| Newsgroups | php.gtk.dev |
|---|---|
| Message-ID | <[email protected]> |
I'd like to make sure that we cannot turn it off.. Because otherwise I don't see a way around it. -Andrei Steph Fox wrote: > Hi Frédéric, > > I had a vague memory of that - that's why I asked. It's come up on the > mailing list a few times in the past. > > Andrei: there's a use case for it in PHP-GTK, we can't just turn it off :( > > - Steph > > ----- Original Message ----- From: ""Frédéric G. MARAND"" <[email protected]> > To: "Steph Fox" <[email protected]> > Sent: Sunday, May 11, 2008 11:57 PM > Subject: Re: [PHP-GTK-DEV] Reflection woes > > > These are the default X.11 arguments: --display, for instance, allows > the application to display a remote display, different from the one it > was started on. > > Sample case: from a putty session, without a X display, open a PHP-GTK > app to the attached X server. > > Steph Fox a écrit : >> Hiya Andrei, >> >>> Any ideas? The reason gtk_init() needs argc/argv is to parse out >>> options like --display, etc. If we are willing to remove support for >>> those options, then we can call gtk_init() with argc=0, argv=NULL and >>> have it in MINIT. >> >> Could you please clarify where '--display, etc' are used? As in, which >> scenarios? >> >> Thanks, >> >> - Steph >> >