summaryrefslogtreecommitdiff
path: root/src/cups.h
diff options
context:
space:
mode:
authorVincent Untz <vuntz@novell.com>2008-11-21 00:40:45 +0100
committerVincent Untz <vuntz@novell.com>2008-11-21 00:40:45 +0100
commit0045b8483c9a55ff46c9a5b994b58f6157a46803 (patch)
treeda77ed916902b8be74508c3d020726ab68f41d2b /src/cups.h
parente6e79a9b02b9a1f530b76d8016dd45c207461c25 (diff)
Add cph_cups_is_printer_local(), to make life easier.
Diffstat (limited to 'src/cups.h')
-rw-r--r--src/cups.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cups.h b/src/cups.h
index 57964c5..1b069dd 100644
--- a/src/cups.h
+++ b/src/cups.h
@@ -144,6 +144,8 @@ GHashTable *cph_cups_server_get_settings (CphCups *cups);
gboolean cph_cups_server_set_settings (CphCups *cups,
GHashTable *settings);
+gboolean cph_cups_is_printer_local (CphCups *cups,
+ const char *printer_name);
gboolean cph_cups_is_printer_uri_local (const char *uri);