File: connect.txt

package info (click to toggle)
qt-gstreamer 0.10.2-2.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,012 kB
  • ctags: 2,868
  • sloc: cpp: 17,352; yacc: 156; lex: 125; makefile: 23
file content (5 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (6)
1
2
3
4
5
connect() is a template method. When it is used, it takes the arguments of the given
slot and instantiates a template marshaller that is responsible for converting
the GValues that the signal provides to the C++ types that the slot expects.
This marshaller and the structure holding the receiver & slot are then attached on
the data of a GClosure and this GClosure is connected to the signal.