gstreamer/subprojects/gst-docs/markdown/plugin-development/basics/signals.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
496 B
Markdown
Raw Normal View History

2016-06-04 06:03:13 +00:00
---
title: Signals
...
# Signals
GObject signals can be used to notify applications of events specific to
this object. Note, however, that the application needs to be aware of
signals and their meaning, so if you're looking for a generic way for
application-element interaction, signals are probably not what you're
looking for. In many cases, however, signals can be very useful. See the
[GObject documentation](http://library.gnome.org/devel/gobject/stable/)
for all internals about signals.