[Cogl] [PATCH] doc: CoglXlibFilterReturn has been consolidated to CoglFilterReturn

Robert Bragg robert at sixbynine.org
Sun Apr 21 13:53:58 PDT 2013


This looks good to land to me:

Reviewed-by: Robert Bragg <robert at linux.intel.com>

thanks,
- Robert


On Sun, Apr 21, 2013 at 3:49 PM, Damien Lespiau
<damien.lespiau at intel.com> wrote:
> ---
>  cogl/cogl-xlib.h | 11 +++++------
>  1 file changed, 5 insertions(+), 6 deletions(-)
>
> diff --git a/cogl/cogl-xlib.h b/cogl/cogl-xlib.h
> index 345b3eb..4e7e37f 100644
> --- a/cogl/cogl-xlib.h
> +++ b/cogl/cogl-xlib.h
> @@ -43,12 +43,11 @@ COGL_BEGIN_DECLS
>   * into external X event retrieval (for example that done by Clutter
>   * or GDK).
>   *
> - * Return value: #CoglXlibFilterReturn. %COGL_XLIB_FILTER_REMOVE
> - * indicates that Cogl has internally handled the event and the
> - * caller should do no further processing. %COGL_XLIB_FILTER_CONTINUE
> - * indicates that Cogl is either not interested in the event,
> - * or has used the event to update internal state without taking
> - * any exclusive action.
> + * Return value: #CoglFilterReturn. %COGL_FILTER_REMOVE indicates
> + * that Cogl has internally handled the event and the caller should
> + * do no further processing.  %COGL_FILTER_CONTINUE indicates that
> + * Cogl is either not interested in the event, or has used the event
> + * to update internal state without taking any exclusive action.
>   *
>   * Stability: Unstable
>   */
> --
> 1.8.1.4
>
> _______________________________________________
> Cogl mailing list
> Cogl at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/cogl


More information about the Cogl mailing list