File: prefs-notify.h

package info (click to toggle)
apt-watch 0.4.0-2.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 784 kB
  • sloc: cpp: 3,025; sh: 1,032; makefile: 131
file content (20 lines) | stat: -rw-r--r-- 456 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// prefs-notify.h                        -*-c++-*-
//
//  Copyright 2004 Daniel Burrows
//  Copyright 2011 John Lightsey
//
// Code to manage the "notifications about upgrades" dialog.

#ifndef PREFS_NOTIFY_H
#define PREFS_NOTIFY_H

struct _PanelApplet;
typedef struct _PanelApplet PanelApplet;
struct _GtkBuilder;
typedef struct _GtkBuilder GtkBuilder;

void init_preferences_notify(PanelApplet *applet, GtkBuilder *builder);


#endif  // PREFS_NOTIFY_H