~ubuntu-branches/ubuntu/wily/gpaste/wily

« back to all changes in this revision

Viewing changes to src/libgpaste/gpaste.h

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2015-06-19 11:05:16 UTC
  • mfrom: (6.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20150619110516-h53wz9xi9i4k3smb
Tags: 3.16.2.1-1
* Imported Upstream version 3.16.2.1 (Closes: #789255)
* gpaste-applet does not need a manpage - upstream dropped it
* Build-Depends gtk >= 3.16
* Depends gnome-shell >= 3.16
* Major API changes, bump soname to 3 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *      This file is part of GPaste.
3
3
 *
4
 
 *      Copyright 2011-2013 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
 
4
 *      Copyright 2011-2015 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
5
5
 *
6
6
 *      GPaste is free software: you can redistribute it and/or modify
7
7
 *      it under the terms of the GNU General Public License as published by
22
22
 
23
23
#define __G_PASTE_H_INSIDE__
24
24
 
25
 
#include <gpaste-config.h>
 
25
/* Misc. macros */
26
26
#include <gpaste-macros.h>
27
 
#include <gpaste-applet.h>
 
27
 
 
28
/* Core GPaste Components */
28
29
#include <gpaste-clipboard.h>
29
30
#include <gpaste-clipboards-manager.h>
30
31
#include <gpaste-history.h>
 
32
#include <gpaste-image-item.h>
 
33
#include <gpaste-item.h>
 
34
#include <gpaste-password-item.h>
 
35
#include <gpaste-text-item.h>
 
36
#include <gpaste-uris-item.h>
 
37
 
 
38
/* GPasteUtil */
 
39
#include <gpaste-util.h>
 
40
 
 
41
/* GPasteKeybinder */
31
42
#include <gpaste-keybinder.h>
 
43
#include <gpaste-keybinding.h>
 
44
#include <gpaste-make-password-keybinding.h>
 
45
#include <gpaste-pop-keybinding.h>
 
46
#include <gpaste-show-history-keybinding.h>
 
47
#include <gpaste-sync-clipboard-to-primary-keybinding.h>
 
48
#include <gpaste-sync-primary-to-clipboard-keybinding.h>
 
49
#include <gpaste-ui-keybinding.h>
 
50
#include <gpaste-upload-keybinding.h>
 
51
 
 
52
/* GPasteDaemon */
 
53
#include <gpaste-daemon.h>
 
54
#include <gpaste-gdbus-defines.h>
 
55
#include <gpaste-update-enums.h>
 
56
 
 
57
/* GPasteClient */
 
58
#include <gpaste-client.h>
 
59
 
 
60
/* GPasteGnomeShellClient */
 
61
#include <gpaste-gnome-shell-client.h>
 
62
 
 
63
/* GPasteScreensaverClient */
 
64
#include <gpaste-screensaver-client.h>
 
65
 
 
66
/* GPasteSettings */
 
67
#include <gpaste-gsettings-keys.h>
32
68
#include <gpaste-settings.h>
 
69
 
 
70
/* GPasteSettingsUi */
 
71
#include <gpaste-settings-ui-panel.h>
 
72
#include <gpaste-settings-ui-stack.h>
33
73
#include <gpaste-settings-ui-widget.h>
34
74
 
 
75
/* GPasteApplet */
 
76
#include <gpaste-applet-about.h>
 
77
#include <gpaste-applet-icon.h>
 
78
#include <gpaste-applet-menu.h>
 
79
#include <gpaste-applet-quit.h>
 
80
#include <gpaste-applet-settings.h>
 
81
#include <gpaste-applet-status-icon.h>
 
82
#include <gpaste-applet-ui.h>
 
83
#include <gpaste-applet.h>
 
84
 
 
85
/* GPasteUi */
 
86
#include <gpaste-ui-about.h>
 
87
#include <gpaste-ui-delete.h>
 
88
#include <gpaste-ui-empty.h>
 
89
#include <gpaste-ui-empty-item.h>
 
90
#include <gpaste-ui-header.h>
 
91
#include <gpaste-ui-history.h>
 
92
#include <gpaste-ui-item.h>
 
93
#include <gpaste-ui-settings.h>
 
94
#include <gpaste-ui-switch.h>
 
95
#include <gpaste-ui-window.h>
 
96
 
35
97
#undef __G_PASTE_H_INSIDE__
36
98
 
37
99
#endif /*__G_PASTE_H__*/