diff options
author | Filippo Argiolas <filippo.argiolas@gmail.com> | 2010-02-21 21:11:56 +0100 |
---|---|---|
committer | Filippo Argiolas <filippo.argiolas@gmail.com> | 2010-02-21 22:32:16 +0100 |
commit | 3dbd5ff54ee7b3031462cc767ac5b174eb9aab93 (patch) | |
tree | 0bbe787000c50a232ea450d7f23b6714eaf93e9c /docs | |
parent | d92b053c0bc0f6d27e539addea1d867c95c02951 (diff) |
widget: turn the widget into a basic state machine
Get rid of "ready" and "error" signals and use a "state" property to keep
track of the current widget state (none, ready, error).
Users can now connect to the notify::state signal to get notified about
state changes.
If an error occurred (i.e. the widget is in the error state) users can
call cheese_widget_get_error() to get a GError containing more details
about what went wrong.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 93e3dce..7b14792 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -58,6 +58,7 @@ IGNORE_HFILES= \ cheese-flash.h \ cheese-gconf.h \ cheese-widget-private.h \ + cheese-enum-types.h \ um-crop-area.h # Images to copy into HTML directory. |