File: gobject_probes.d

package info (click to toggle)
glib2.0 2.87.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 67,436 kB
  • sloc: ansic: 546,337; python: 9,937; sh: 1,612; xml: 1,511; perl: 1,223; cpp: 551; makefile: 308; javascript: 11
file content (13 lines) | stat: -rw-r--r-- 598 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
provider gobject {
	probe type__new(char *, uintmax_t, uintmax_t);
	probe object__new(void*, uintmax_t);
	probe object__ref(void*, uintmax_t, int);
	probe object__unref(void*, uintmax_t, int);
	probe object__dispose(void*, uintmax_t, unsigned int);
	probe object__dispose__end(void*, uintmax_t, unsigned int);
	probe object__finalize(void*, uintmax_t);
	probe object__finalize__end(void*, uintmax_t);
	probe signal__new(unsigned int, char *, uintmax_t);
	probe signal__emit(unsigned int, unsigned int, void *, uintmax_t);
	probe signal__emit__end(unsigned int, unsigned int, void *, uintmax_t);
};