printers: Move common constants to pp-utils.h

Move constants which are used in more than one source file
to pp-utils.h. (#683229)
This commit is contained in:
Marek Kasik 2012-09-03 21:43:14 +02:00
parent 1f76a739e3
commit cc2e15a592
3 changed files with 8 additions and 14 deletions

View file

@ -24,6 +24,14 @@
#include <gtk/gtk.h>
#include <cups/cups.h>
#define ALLOWED_CHARACTERS "abcdefghijklmnopqrtsuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_"
#define MECHANISM_BUS "org.opensuse.CupsPkHelper.Mechanism"
#define SCP_BUS "org.fedoraproject.Config.Printing"
#define SCP_PATH "/org/fedoraproject/Config/Printing"
#define SCP_IFACE "org.fedoraproject.Config.Printing"
G_BEGIN_DECLS
/*