Lines Matching full:emphasis
249 method is called <emphasis>before</emphasis> the GType's instance_init
254 run <emphasis>after</emphasis> GType's instance_init function since the
255 user-provided constructor <emphasis>must</emphasis> (you've been warned)
256 chain up <emphasis>before</emphasis> doing anything useful.
310 a reference to the object, the <emphasis>dispose</emphasis> and the
311 <emphasis>finalize</emphasis> class methods are invoked.
314 Finally, after <emphasis>finalize</emphasis> is invoked,
485 for object destruction are closely followed. Otherwise, <emphasis>Bad Bad Things</emphasis>
660 <type><link linkend="GParamSpec">GParamSpec</link></type> the <emphasis>param_id</emphasis>
667 <emphasis>if (strcmp (a, b) == 0) {} else if (strcmp (a, b) == 0) {}</emphasis> statements.