~ubuntu-branches/ubuntu/saucy/cairo-dock-plug-ins/saucy-proposed

« back to all changes in this revision

Viewing changes to Printers-Menu/src/applet-indicator3.h

  • Committer: Package Import Robot
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2013-03-05 00:11:48 UTC
  • mfrom: (36.1.2 cairo-dock-plug-ins)
  • Revision ID: package-import@ubuntu.com-20130305001148-943u62h0hb8q0x39
Tags: 3.1.99.rc2.1~20130304~bzr2752-0ubuntu1
* New upstream snapshot.
* Short Upstream ChangeLog:
  - New applet: Screenshot
  - New plug-in: Sound-Effects
  - Added Gnome-Shell support
  - Added GDM support for user switching
  - Added support for all the Unity indicators
  - Countless bug-fixes and improvements
* debian/rules:
  - CMake flags: switch to ON/OFF
* debian/control:
  - Bumped Cairo-Dock versions
  - Added a few indicator applets as 'Suggests'
* debian/cairo-dock-plug-ins.install
  - cairo-dock-unity-bridge has been renamed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**
2
 
* This file is a part of the Cairo-Dock project
3
 
*
4
 
* Copyright : (C) see the 'copyright' file.
5
 
* E-mail    : see the 'copyright' file.
6
 
*
7
 
* This program is free software; you can redistribute it and/or
8
 
* modify it under the terms of the GNU General Public License
9
 
* as published by the Free Software Foundation; either version 3
10
 
* of the License, or (at your option) any later version.
11
 
*
12
 
* This program is distributed in the hope that it will be useful,
13
 
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14
 
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
 
* GNU General Public License for more details.
16
 
* You should have received a copy of the GNU General Public License
17
 
* along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
 
*/
19
 
 
20
 
#ifndef __CD_APPLET_INDICATOR3__
21
 
#define  __CD_APPLET_INDICATOR3__
22
 
 
23
 
#include "indicator-applet3.h"
24
 
 
25
 
void cd_printers_accessible_desc_update (IndicatorObject *pIndicator G_GNUC_UNUSED, IndicatorObjectEntry *pEntry, gpointer data);
26
 
 
27
 
void cd_printers_entry_added (IndicatorObject *pIndicator, IndicatorObjectEntry *pEntry, gpointer data);
28
 
 
29
 
void cd_printers_entry_removed (IndicatorObject *pIndicator, IndicatorObjectEntry *pEntry, gpointer data);
30
 
 
31
 
void cd_printers_destroy (IndicatorObject *pIndicator, IndicatorObjectEntry *pEntry, gpointer data);
32
 
 
33
 
void cd_printers_reload (IndicatorObject *pIndicator, IndicatorObjectEntry *pEntry, gpointer data);
34
 
 
35
 
#endif /* __CD_APPLET_INDICATOR3__ */