Hi,
Is it good to use gboolean as return type for query some bit masked propety?
For example, clutter_actor_get_reactive return CLUTTER_ACTOR_IS_REACTIVE
(actor), it is neither TRUE nor FALSE in glib 's definition. So there is a
potential problem if people compare the return value of these functions to
FALSE or TRUE in their condition expression.

WEIKAI

Reply via email to