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:
parent
1f76a739e3
commit
cc2e15a592
3 changed files with 8 additions and 14 deletions
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue