Home | History | Annotate | Download | only in gobject

Lines Matching full:complex

1227     The signal system which was built in GType is pretty complex and
1306 commonly needed closures that one can use. If you want to have complex
1346 <filename>maman-file-complex-marshall.c</filename>. This C file is finally included in
1347 <filename>maman-file-complex.c</filename>.
1353 <filename>sample/signal/maman-file-complex.{h|c}</filename>):
1426 g_print ("Complex Write event before: 0x%x, %u\n", buffer, size);
1432 g_print ("Complex Write event after: 0x%x, %u\n", buffer, size);
1457 Complex Write event before: 0xbfffe280, 50
1459 Complex Write event after: 0xbfffe280, 50
1562 <filename>sample/signal/maman-file-complex.c</filename> and in
1697 To understand the reason for such a complex scheme to access the signal's default handler,