File: gam_kqueue.h

package info (click to toggle)
gamin 0.1.9-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,632 kB
  • ctags: 1,866
  • sloc: ansic: 10,776; sh: 8,591; python: 3,706; xml: 1,303; makefile: 350; awk: 48
file content (16 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __MD_KQUEUE_H__
#define __MD_KQUEUE_H__

#include <glib.h>
#include "gam_subscription.h"

G_BEGIN_DECLS

gboolean   gam_kqueue_init                  (void);
gboolean   gam_kqueue_add_subscription      (GamSubscription *sub);
gboolean   gam_kqueue_remove_subscription   (GamSubscription *sub);
gboolean   gam_kqueue_remove_all_for        (GamListener *listener);

G_END_DECLS

#endif /* __MD_KQUEUE_H__ */