summaryrefslogtreecommitdiff
path: root/src/cups-pk-helper-mechanism.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cups-pk-helper-mechanism.c')
-rw-r--r--src/cups-pk-helper-mechanism.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cups-pk-helper-mechanism.c b/src/cups-pk-helper-mechanism.c
index d4b6a38..bc341f4 100644
--- a/src/cups-pk-helper-mechanism.c
+++ b/src/cups-pk-helper-mechanism.c
@@ -1170,6 +1170,7 @@ cph_mechanism_job_set_hold_until (CphMechanism *mechanism,
gboolean
cph_mechanism_devices_get (CphMechanism *mechanism,
int timeout,
+ int limit,
const char *include_schemes,
const char *exclude_schemes,
DBusGMethodInvocation *context)
@@ -1183,6 +1184,7 @@ cph_mechanism_devices_get (CphMechanism *mechanism,
devices = cph_cups_devices_get (mechanism->priv->cups,
timeout,
+ limit,
include_schemes,
exclude_schemes);
_cph_mechanism_return_error_and_value (mechanism, context,