File: prefs-notify.h

package info (click to toggle)
apt-watch 0.3.2-15
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 816 kB
  • ctags: 290
  • sloc: sh: 3,473; cpp: 3,058; makefile: 123
file content (19 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// prefs-notify.h                        -*-c++-*-
//
//  Copyright 2004 Daniel Burrows
//
// Code to manage the "notifications about upgrades" dialog.

#ifndef PREFS_NOTIFY_H
#define PREFS_NOTIFY_H

struct _PanelApplet;
typedef struct _PanelApplet PanelApplet;
struct _GladeXML;
typedef struct _GladeXML GladeXML;

void init_preferences_notify(PanelApplet *applet, GladeXML *xml);


#endif  // PREFS_NOTIFY_H