Mercurial > audlegacy-plugins
view src/hotkey/grab.h @ 3085:ac0af6b39272
Introduce new GIO plugin to buildsystem. stdio is now deprecated.
Thoughts:
- getc()/ungetc() should be moved to VFS core now
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Wed, 29 Apr 2009 20:58:36 -0500 |
parents | 0be42d832217 |
children |
line wrap: on
line source
#ifndef _GRAB_H_INCLUDED_ #define _GRAB_H_INCLUDED_ #include <glib.h> void grab_keys (); void ungrab_keys (); gboolean setup_filter(); void release_filter(); #endif