Re: linking / performance / interposing detection ...





On 12/13/05, Federico Mena Quintero <federico ximian com> wrote:
On Tue, 2005-12-13 at 12:16 -0600, Federico Mena Quintero wrote:
> Very neat.  How do interposed symbols happen?  Is it just people
> forgetting to put a "static" somewhere?  That seems to be the case for
> parent_class in metal_gtk2_engine.c.

Bah, I see now that it is more complicated.  The various .c files in the
metal engine do share the parent_class variable - it can't be made
static.

You can't make it static, but you don't have to export it. G_GNUC_INTERNAL...




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