X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=hildon%2Fhildon-window.h;h=818f9abd234125d211aa3d65c53cf956811bdef9;hb=d1d98a785388888304e9375989fb61f524d108d1;hp=be0f03bb49bf0c59f31d29f61e22ee748306534c;hpb=7018c41f9371c09c3c8f5586506a85b6a17df592;p=hildon diff --git a/hildon/hildon-window.h b/hildon/hildon-window.h index be0f03b..818f9ab 100644 --- a/hildon/hildon-window.h +++ b/hildon/hildon-window.h @@ -31,7 +31,18 @@ G_BEGIN_DECLS -#define HILDON_WINDOW_LONG_PRESS_TIME 800 /* in ms */ +#ifndef HILDON_DISABLE_DEPRECATED +/** + * HILDON_WINDOW_LONG_PRESS_TIME: + * + * Time (in miliseconds) after which a hardware key press is + * considered a long press. + * + * Deprecated: Hildon 2.2: this value is only meant to be used + * internally by Hildon. + */ +#define HILDON_WINDOW_LONG_PRESS_TIME 800 +#endif #define HILDON_TYPE_WINDOW \ (hildon_window_get_type())