aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am8
-rw-r--r--src/Makefile.in53
-rw-r--r--src/cups-notifier.c3531
-rw-r--r--src/cups-notifier.h418
-rw-r--r--src/indicator-printer-state-notifier.c25
-rw-r--r--src/indicator-printers-service.c73
6 files changed, 133 insertions, 3975 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bedc091..6e10cb9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -17,7 +17,7 @@ cups_notifier_sources = \
cups-notifier.c \
cups-notifier.h
-$(cups_notifier_sources): $(top_srcdir)/src/org.cups.cupsd.Notifier.xml
+$(cups_notifier_sources): org.cups.cupsd.Notifier.xml
gdbus-codegen \
--interface-prefix org.cups.cupsd \
--c-namespace Cups \
@@ -34,13 +34,15 @@ indicator_printers_service_SOURCES = \
indicator-printer-state-notifier.h \
spawn-printer-settings.c \
spawn-printer-settings.h \
- dbus-names.h \
- $(cups_notifier_sources)
+ dbus-names.h
+
+nodist_indicator_printers_service_SOURCES = $(cups_notifier_sources)
indicator_printers_service_CPPFLAGS = $(SERVICE_CFLAGS)
indicator_printers_service_LDADD = $(SERVICE_LIBS)
BUILT_SOURCES = $(cups_notifier_sources)
+CLEANFILES= $(BUILT_SOURCES)
EXTRA_DIST = org.cups.cupsd.Notifier.xml
diff --git a/src/Makefile.in b/src/Makefile.in
index 03c80ac..06e00ad 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -42,7 +42,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
@@ -90,14 +90,15 @@ libprintersmenu_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_CFLAGS) $(CFLAGS) $(libprintersmenu_la_LDFLAGS) \
$(LDFLAGS) -o $@
PROGRAMS = $(libexec_PROGRAMS)
-am__objects_1 = indicator_printers_service-cups-notifier.$(OBJEXT)
am_indicator_printers_service_OBJECTS = indicator_printers_service-indicator-printers-service.$(OBJEXT) \
indicator_printers_service-indicator-printers-menu.$(OBJEXT) \
indicator_printers_service-indicator-printer-state-notifier.$(OBJEXT) \
- indicator_printers_service-spawn-printer-settings.$(OBJEXT) \
- $(am__objects_1)
+ indicator_printers_service-spawn-printer-settings.$(OBJEXT)
+am__objects_1 = indicator_printers_service-cups-notifier.$(OBJEXT)
+nodist_indicator_printers_service_OBJECTS = $(am__objects_1)
indicator_printers_service_OBJECTS = \
- $(am_indicator_printers_service_OBJECTS)
+ $(am_indicator_printers_service_OBJECTS) \
+ $(nodist_indicator_printers_service_OBJECTS)
indicator_printers_service_DEPENDENCIES = $(am__DEPENDENCIES_1)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
@@ -126,13 +127,15 @@ AM_V_GEN = $(am__v_GEN_@AM_V@)
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
am__v_GEN_0 = @echo " GEN " $@;
SOURCES = $(libprintersmenu_la_SOURCES) \
- $(indicator_printers_service_SOURCES)
+ $(indicator_printers_service_SOURCES) \
+ $(nodist_indicator_printers_service_SOURCES)
DIST_SOURCES = $(libprintersmenu_la_SOURCES) \
$(indicator_printers_service_SOURCES)
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
+ALL_LINGUAS = @ALL_LINGUAS@
AMTAR = @AMTAR@
AM_CFLAGS = @AM_CFLAGS@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
@@ -143,6 +146,8 @@ AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
+CATALOGS = @CATALOGS@
+CATOBJEXT = @CATOBJEXT@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
@@ -150,6 +155,7 @@ CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CUPS_CONFIG = @CUPS_CONFIG@
CYGPATH_W = @CYGPATH_W@
+DATADIRNAME = @DATADIRNAME@
DBUSSERVICEDIR = @DBUSSERVICEDIR@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
@@ -162,14 +168,27 @@ ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+GMOFILES = @GMOFILES@
+GMSGFMT = @GMSGFMT@
GREP = @GREP@
INDICATORDIR = @INDICATORDIR@
-INDICATORICONDIR = @INDICATORICONDIR@
+INDICATORICONSDIR = @INDICATORICONSDIR@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INSTOBJEXT = @INSTOBJEXT@
+INTLLIBS = @INTLLIBS@
+INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
+INTLTOOL_MERGE = @INTLTOOL_MERGE@
+INTLTOOL_PERL = @INTLTOOL_PERL@
+INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
+INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
+INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
+INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
@@ -181,6 +200,10 @@ LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MKDIR_P = @MKDIR_P@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+MSGFMT = @MSGFMT@
+MSGFMT_OPTS = @MSGFMT_OPTS@
+MSGMERGE = @MSGMERGE@
NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
@@ -198,6 +221,10 @@ PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+POFILES = @POFILES@
+POSUB = @POSUB@
+PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
+PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
RANLIB = @RANLIB@
SED = @SED@
SERVICE_CFLAGS = @SERVICE_CFLAGS@
@@ -205,7 +232,9 @@ SERVICE_LIBS = @SERVICE_LIBS@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
+USE_NLS = @USE_NLS@
VERSION = @VERSION@
+XGETTEXT = @XGETTEXT@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
@@ -239,6 +268,8 @@ htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
+intltool__v_merge_options_ = @intltool__v_merge_options_@
+intltool__v_merge_options_0 = @intltool__v_merge_options_0@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
@@ -282,12 +313,13 @@ indicator_printers_service_SOURCES = \
indicator-printer-state-notifier.h \
spawn-printer-settings.c \
spawn-printer-settings.h \
- dbus-names.h \
- $(cups_notifier_sources)
+ dbus-names.h
+nodist_indicator_printers_service_SOURCES = $(cups_notifier_sources)
indicator_printers_service_CPPFLAGS = $(SERVICE_CFLAGS)
indicator_printers_service_LDADD = $(SERVICE_LIBS)
BUILT_SOURCES = $(cups_notifier_sources)
+CLEANFILES = $(BUILT_SOURCES)
EXTRA_DIST = org.cups.cupsd.Notifier.xml
all: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) all-am
@@ -642,6 +674,7 @@ install-strip:
mostlyclean-generic:
clean-generic:
+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
@@ -742,7 +775,7 @@ uninstall-am: uninstall-libexecPROGRAMS \
uninstall-libexecPROGRAMS uninstall-printersmenulibLTLIBRARIES
-$(cups_notifier_sources): $(top_srcdir)/src/org.cups.cupsd.Notifier.xml
+$(cups_notifier_sources): org.cups.cupsd.Notifier.xml
gdbus-codegen \
--interface-prefix org.cups.cupsd \
--c-namespace Cups \
diff --git a/src/cups-notifier.c b/src/cups-notifier.c
deleted file mode 100644
index c28a327..0000000
--- a/src/cups-notifier.c
+++ /dev/null
@@ -1,3531 +0,0 @@
-/*
- * Generated by gdbus-codegen 2.31.16. DO NOT EDIT.
- *
- * The license of this code is the same as for the source it was derived from.
- */
-
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
-#include "cups-notifier.h"
-
-#ifdef G_OS_UNIX
-# include <gio/gunixfdlist.h>
-#endif
-
-typedef struct
-{
- GDBusArgInfo parent_struct;
- gboolean use_gvariant;
-} _ExtendedGDBusArgInfo;
-
-typedef struct
-{
- GDBusMethodInfo parent_struct;
- const gchar *signal_name;
- gboolean pass_fdlist;
-} _ExtendedGDBusMethodInfo;
-
-typedef struct
-{
- GDBusSignalInfo parent_struct;
- const gchar *signal_name;
-} _ExtendedGDBusSignalInfo;
-
-typedef struct
-{
- GDBusPropertyInfo parent_struct;
- const gchar *hyphen_name;
- gboolean use_gvariant;
-} _ExtendedGDBusPropertyInfo;
-
-typedef struct
-{
- GDBusInterfaceInfo parent_struct;
- const gchar *hyphen_name;
-} _ExtendedGDBusInterfaceInfo;
-
-typedef struct
-{
- const _ExtendedGDBusPropertyInfo *info;
- guint prop_id;
- GValue orig_value; /* the value before the change */
-} ChangedProperty;
-
-static void
-_changed_property_free (ChangedProperty *data)
-{
- g_value_unset (&data->orig_value);
- g_free (data);
-}
-
-static gboolean
-_g_strv_equal0 (gchar **a, gchar **b)
-{
- gboolean ret = FALSE;
- guint n;
- if (a == NULL && b == NULL)
- {
- ret = TRUE;
- goto out;
- }
- if (a == NULL || b == NULL)
- goto out;
- if (g_strv_length (a) != g_strv_length (b))
- goto out;
- for (n = 0; a[n] != NULL; n++)
- if (g_strcmp0 (a[n], b[n]) != 0)
- goto out;
- ret = TRUE;
-out:
- return ret;
-}
-
-static gboolean
-_g_variant_equal0 (GVariant *a, GVariant *b)
-{
- gboolean ret = FALSE;
- if (a == NULL && b == NULL)
- {
- ret = TRUE;
- goto out;
- }
- if (a == NULL || b == NULL)
- goto out;
- ret = g_variant_equal (a, b);
-out:
- return ret;
-}
-
-G_GNUC_UNUSED static gboolean
-_g_value_equal (const GValue *a, const GValue *b)
-{
- gboolean ret = FALSE;
- g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));
- switch (G_VALUE_TYPE (a))
- {
- case G_TYPE_BOOLEAN:
- ret = (g_value_get_boolean (a) == g_value_get_boolean (b));
- break;
- case G_TYPE_UCHAR:
- ret = (g_value_get_uchar (a) == g_value_get_uchar (b));
- break;
- case G_TYPE_INT:
- ret = (g_value_get_int (a) == g_value_get_int (b));
- break;
- case G_TYPE_UINT:
- ret = (g_value_get_uint (a) == g_value_get_uint (b));
- break;
- case G_TYPE_INT64:
- ret = (g_value_get_int64 (a) == g_value_get_int64 (b));
- break;
- case G_TYPE_UINT64:
- ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));
- break;
- case G_TYPE_DOUBLE:
- ret = (g_value_get_double (a) == g_value_get_double (b));
- break;
- case G_TYPE_STRING:
- ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);
- break;
- case G_TYPE_VARIANT:
- ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));
- break;
- default:
- if (G_VALUE_TYPE (a) == G_TYPE_STRV)
- ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));
- else
- g_critical ("_g_value_equal() does not handle type %s", g_type_name (G_VALUE_TYPE (a)));
- break;
- }
- return ret;
-}
-
-/* ------------------------------------------------------------------------
- * Code for interface org.cups.cupsd.Notifier
- * ------------------------------------------------------------------------
- */
-
-/**
- * SECTION:CupsNotifier
- * @title: CupsNotifier
- * @short_description: Generated C code for the org.cups.cupsd.Notifier D-Bus interface
- *
- * This section contains code for working with the <link linkend="gdbus-interface-org-cups-cupsd-Notifier.top_of_page">org.cups.cupsd.Notifier</link> D-Bus interface in C.
- */
-
-/* ---- Introspection data for org.cups.cupsd.Notifier ---- */
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_server_started_ARG_text =
-{
- {
- -1,
- "text",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _cups_notifier_signal_info_server_started_ARG_pointers[] =
-{
- &_cups_notifier_signal_info_server_started_ARG_text,
- NULL
-};
-
-static const _ExtendedGDBusSignalInfo _cups_notifier_signal_info_server_started =
-{
- {
- -1,
- "ServerStarted",
- (GDBusArgInfo **) &_cups_notifier_signal_info_server_started_ARG_pointers,
- NULL
- },
- "server-started"
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_server_restarted_ARG_text =
-{
- {
- -1,
- "text",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _cups_notifier_signal_info_server_restarted_ARG_pointers[] =
-{
- &_cups_notifier_signal_info_server_restarted_ARG_text,
- NULL
-};
-
-static const _ExtendedGDBusSignalInfo _cups_notifier_signal_info_server_restarted =
-{
- {
- -1,
- "ServerRestarted",
- (GDBusArgInfo **) &_cups_notifier_signal_info_server_restarted_ARG_pointers,
- NULL
- },
- "server-restarted"
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_server_stopped_ARG_text =
-{
- {
- -1,
- "text",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _cups_notifier_signal_info_server_stopped_ARG_pointers[] =
-{
- &_cups_notifier_signal_info_server_stopped_ARG_text,
- NULL
-};
-
-static const _ExtendedGDBusSignalInfo _cups_notifier_signal_info_server_stopped =
-{
- {
- -1,
- "ServerStopped",
- (GDBusArgInfo **) &_cups_notifier_signal_info_server_stopped_ARG_pointers,
- NULL
- },
- "server-stopped"
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_server_audit_ARG_text =
-{
- {
- -1,
- "text",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _cups_notifier_signal_info_server_audit_ARG_pointers[] =
-{
- &_cups_notifier_signal_info_server_audit_ARG_text,
- NULL
-};
-
-static const _ExtendedGDBusSignalInfo _cups_notifier_signal_info_server_audit =
-{
- {
- -1,
- "ServerAudit",
- (GDBusArgInfo **) &_cups_notifier_signal_info_server_audit_ARG_pointers,
- NULL
- },
- "server-audit"
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_added_ARG_text =
-{
- {
- -1,
- "text",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_added_ARG_printer_uri =
-{
- {
- -1,
- "printer_uri",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_added_ARG_printer_name =
-{
- {
- -1,
- "printer_name",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_added_ARG_printer_state =
-{
- {
- -1,
- "printer_state",
- "u",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_added_ARG_printer_state_reasons =
-{
- {
- -1,
- "printer_state_reasons",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_added_ARG_printer_is_accepting_jobs =
-{
- {
- -1,
- "printer_is_accepting_jobs",
- "b",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _cups_notifier_signal_info_printer_added_ARG_pointers[] =
-{
- &_cups_notifier_signal_info_printer_added_ARG_text,
- &_cups_notifier_signal_info_printer_added_ARG_printer_uri,
- &_cups_notifier_signal_info_printer_added_ARG_printer_name,
- &_cups_notifier_signal_info_printer_added_ARG_printer_state,
- &_cups_notifier_signal_info_printer_added_ARG_printer_state_reasons,
- &_cups_notifier_signal_info_printer_added_ARG_printer_is_accepting_jobs,
- NULL
-};
-
-static const _ExtendedGDBusSignalInfo _cups_notifier_signal_info_printer_added =
-{
- {
- -1,
- "PrinterAdded",
- (GDBusArgInfo **) &_cups_notifier_signal_info_printer_added_ARG_pointers,
- NULL
- },
- "printer-added"
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_deleted_ARG_text =
-{
- {
- -1,
- "text",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_deleted_ARG_printer_uri =
-{
- {
- -1,
- "printer_uri",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_deleted_ARG_printer_name =
-{
- {
- -1,
- "printer_name",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_deleted_ARG_printer_state =
-{
- {
- -1,
- "printer_state",
- "u",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_deleted_ARG_printer_state_reasons =
-{
- {
- -1,
- "printer_state_reasons",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_deleted_ARG_printer_is_accepting_jobs =
-{
- {
- -1,
- "printer_is_accepting_jobs",
- "b",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _cups_notifier_signal_info_printer_deleted_ARG_pointers[] =
-{
- &_cups_notifier_signal_info_printer_deleted_ARG_text,
- &_cups_notifier_signal_info_printer_deleted_ARG_printer_uri,
- &_cups_notifier_signal_info_printer_deleted_ARG_printer_name,
- &_cups_notifier_signal_info_printer_deleted_ARG_printer_state,
- &_cups_notifier_signal_info_printer_deleted_ARG_printer_state_reasons,
- &_cups_notifier_signal_info_printer_deleted_ARG_printer_is_accepting_jobs,
- NULL
-};
-
-static const _ExtendedGDBusSignalInfo _cups_notifier_signal_info_printer_deleted =
-{
- {
- -1,
- "PrinterDeleted",
- (GDBusArgInfo **) &_cups_notifier_signal_info_printer_deleted_ARG_pointers,
- NULL
- },
- "printer-deleted"
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_modified_ARG_text =
-{
- {
- -1,
- "text",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_modified_ARG_printer_uri =
-{
- {
- -1,
- "printer_uri",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_modified_ARG_printer_name =
-{
- {
- -1,
- "printer_name",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_modified_ARG_printer_state =
-{
- {
- -1,
- "printer_state",
- "u",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_modified_ARG_printer_state_reasons =
-{
- {
- -1,
- "printer_state_reasons",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_modified_ARG_printer_is_accepting_jobs =
-{
- {
- -1,
- "printer_is_accepting_jobs",
- "b",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _cups_notifier_signal_info_printer_modified_ARG_pointers[] =
-{
- &_cups_notifier_signal_info_printer_modified_ARG_text,
- &_cups_notifier_signal_info_printer_modified_ARG_printer_uri,
- &_cups_notifier_signal_info_printer_modified_ARG_printer_name,
- &_cups_notifier_signal_info_printer_modified_ARG_printer_state,
- &_cups_notifier_signal_info_printer_modified_ARG_printer_state_reasons,
- &_cups_notifier_signal_info_printer_modified_ARG_printer_is_accepting_jobs,
- NULL
-};
-
-static const _ExtendedGDBusSignalInfo _cups_notifier_signal_info_printer_modified =
-{
- {
- -1,
- "PrinterModified",
- (GDBusArgInfo **) &_cups_notifier_signal_info_printer_modified_ARG_pointers,
- NULL
- },
- "printer-modified"
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_restarted_ARG_text =
-{
- {
- -1,
- "text",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_restarted_ARG_printer_uri =
-{
- {
- -1,
- "printer_uri",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_restarted_ARG_printer_name =
-{
- {
- -1,
- "printer_name",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_restarted_ARG_printer_state =
-{
- {
- -1,
- "printer_state",
- "u",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_restarted_ARG_printer_state_reasons =
-{
- {
- -1,
- "printer_state_reasons",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_restarted_ARG_printer_is_accepting_jobs =
-{
- {
- -1,
- "printer_is_accepting_jobs",
- "b",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _cups_notifier_signal_info_printer_restarted_ARG_pointers[] =
-{
- &_cups_notifier_signal_info_printer_restarted_ARG_text,
- &_cups_notifier_signal_info_printer_restarted_ARG_printer_uri,
- &_cups_notifier_signal_info_printer_restarted_ARG_printer_name,
- &_cups_notifier_signal_info_printer_restarted_ARG_printer_state,
- &_cups_notifier_signal_info_printer_restarted_ARG_printer_state_reasons,
- &_cups_notifier_signal_info_printer_restarted_ARG_printer_is_accepting_jobs,
- NULL
-};
-
-static const _ExtendedGDBusSignalInfo _cups_notifier_signal_info_printer_restarted =
-{
- {
- -1,
- "PrinterRestarted",
- (GDBusArgInfo **) &_cups_notifier_signal_info_printer_restarted_ARG_pointers,
- NULL
- },
- "printer-restarted"
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_stopped_ARG_text =
-{
- {
- -1,
- "text",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_stopped_ARG_printer_uri =
-{
- {
- -1,
- "printer_uri",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_stopped_ARG_printer_name =
-{
- {
- -1,
- "printer_name",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_stopped_ARG_printer_state =
-{
- {
- -1,
- "printer_state",
- "u",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_stopped_ARG_printer_state_reasons =
-{
- {
- -1,
- "printer_state_reasons",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_stopped_ARG_printer_is_accepting_jobs =
-{
- {
- -1,
- "printer_is_accepting_jobs",
- "b",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _cups_notifier_signal_info_printer_stopped_ARG_pointers[] =
-{
- &_cups_notifier_signal_info_printer_stopped_ARG_text,
- &_cups_notifier_signal_info_printer_stopped_ARG_printer_uri,
- &_cups_notifier_signal_info_printer_stopped_ARG_printer_name,
- &_cups_notifier_signal_info_printer_stopped_ARG_printer_state,
- &_cups_notifier_signal_info_printer_stopped_ARG_printer_state_reasons,
- &_cups_notifier_signal_info_printer_stopped_ARG_printer_is_accepting_jobs,
- NULL
-};
-
-static const _ExtendedGDBusSignalInfo _cups_notifier_signal_info_printer_stopped =
-{
- {
- -1,
- "PrinterStopped",
- (GDBusArgInfo **) &_cups_notifier_signal_info_printer_stopped_ARG_pointers,
- NULL
- },
- "printer-stopped"
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_shutdown_ARG_text =
-{
- {
- -1,
- "text",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_shutdown_ARG_printer_uri =
-{
- {
- -1,
- "printer_uri",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_shutdown_ARG_printer_name =
-{
- {
- -1,
- "printer_name",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_shutdown_ARG_printer_state =
-{
- {
- -1,
- "printer_state",
- "u",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_shutdown_ARG_printer_state_reasons =
-{
- {
- -1,
- "printer_state_reasons",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_shutdown_ARG_printer_is_accepting_jobs =
-{
- {
- -1,
- "printer_is_accepting_jobs",
- "b",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _cups_notifier_signal_info_printer_shutdown_ARG_pointers[] =
-{
- &_cups_notifier_signal_info_printer_shutdown_ARG_text,
- &_cups_notifier_signal_info_printer_shutdown_ARG_printer_uri,
- &_cups_notifier_signal_info_printer_shutdown_ARG_printer_name,
- &_cups_notifier_signal_info_printer_shutdown_ARG_printer_state,
- &_cups_notifier_signal_info_printer_shutdown_ARG_printer_state_reasons,
- &_cups_notifier_signal_info_printer_shutdown_ARG_printer_is_accepting_jobs,
- NULL
-};
-
-static const _ExtendedGDBusSignalInfo _cups_notifier_signal_info_printer_shutdown =
-{
- {
- -1,
- "PrinterShutdown",
- (GDBusArgInfo **) &_cups_notifier_signal_info_printer_shutdown_ARG_pointers,
- NULL
- },
- "printer-shutdown"
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_state_changed_ARG_text =
-{
- {
- -1,
- "text",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_state_changed_ARG_printer_uri =
-{
- {
- -1,
- "printer_uri",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_state_changed_ARG_printer_name =
-{
- {
- -1,
- "printer_name",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_state_changed_ARG_printer_state =
-{
- {
- -1,
- "printer_state",
- "u",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_state_changed_ARG_printer_state_reasons =
-{
- {
- -1,
- "printer_state_reasons",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_state_changed_ARG_printer_is_accepting_jobs =
-{
- {
- -1,
- "printer_is_accepting_jobs",
- "b",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _cups_notifier_signal_info_printer_state_changed_ARG_pointers[] =
-{
- &_cups_notifier_signal_info_printer_state_changed_ARG_text,
- &_cups_notifier_signal_info_printer_state_changed_ARG_printer_uri,
- &_cups_notifier_signal_info_printer_state_changed_ARG_printer_name,
- &_cups_notifier_signal_info_printer_state_changed_ARG_printer_state,
- &_cups_notifier_signal_info_printer_state_changed_ARG_printer_state_reasons,
- &_cups_notifier_signal_info_printer_state_changed_ARG_printer_is_accepting_jobs,
- NULL
-};
-
-static const _ExtendedGDBusSignalInfo _cups_notifier_signal_info_printer_state_changed =
-{
- {
- -1,
- "PrinterStateChanged",
- (GDBusArgInfo **) &_cups_notifier_signal_info_printer_state_changed_ARG_pointers,
- NULL
- },
- "printer-state-changed"
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_finishings_changed_ARG_text =
-{
- {
- -1,
- "text",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_finishings_changed_ARG_printer_uri =
-{
- {
- -1,
- "printer_uri",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_finishings_changed_ARG_printer_name =
-{
- {
- -1,
- "printer_name",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_finishings_changed_ARG_printer_state =
-{
- {
- -1,
- "printer_state",
- "u",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_finishings_changed_ARG_printer_state_reasons =
-{
- {
- -1,
- "printer_state_reasons",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_finishings_changed_ARG_printer_is_accepting_jobs =
-{
- {
- -1,
- "printer_is_accepting_jobs",
- "b",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _cups_notifier_signal_info_printer_finishings_changed_ARG_pointers[] =
-{
- &_cups_notifier_signal_info_printer_finishings_changed_ARG_text,
- &_cups_notifier_signal_info_printer_finishings_changed_ARG_printer_uri,
- &_cups_notifier_signal_info_printer_finishings_changed_ARG_printer_name,
- &_cups_notifier_signal_info_printer_finishings_changed_ARG_printer_state,
- &_cups_notifier_signal_info_printer_finishings_changed_ARG_printer_state_reasons,
- &_cups_notifier_signal_info_printer_finishings_changed_ARG_printer_is_accepting_jobs,
- NULL
-};
-
-static const _ExtendedGDBusSignalInfo _cups_notifier_signal_info_printer_finishings_changed =
-{
- {
- -1,
- "PrinterFinishingsChanged",
- (GDBusArgInfo **) &_cups_notifier_signal_info_printer_finishings_changed_ARG_pointers,
- NULL
- },
- "printer-finishings-changed"
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_media_changed_ARG_text =
-{
- {
- -1,
- "text",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_media_changed_ARG_printer_uri =
-{
- {
- -1,
- "printer_uri",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_media_changed_ARG_printer_name =
-{
- {
- -1,
- "printer_name",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_media_changed_ARG_printer_state =
-{
- {
- -1,
- "printer_state",
- "u",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_media_changed_ARG_printer_state_reasons =
-{
- {
- -1,
- "printer_state_reasons",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_printer_media_changed_ARG_printer_is_accepting_jobs =
-{
- {
- -1,
- "printer_is_accepting_jobs",
- "b",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _cups_notifier_signal_info_printer_media_changed_ARG_pointers[] =
-{
- &_cups_notifier_signal_info_printer_media_changed_ARG_text,
- &_cups_notifier_signal_info_printer_media_changed_ARG_printer_uri,
- &_cups_notifier_signal_info_printer_media_changed_ARG_printer_name,
- &_cups_notifier_signal_info_printer_media_changed_ARG_printer_state,
- &_cups_notifier_signal_info_printer_media_changed_ARG_printer_state_reasons,
- &_cups_notifier_signal_info_printer_media_changed_ARG_printer_is_accepting_jobs,
- NULL
-};
-
-static const _ExtendedGDBusSignalInfo _cups_notifier_signal_info_printer_media_changed =
-{
- {
- -1,
- "PrinterMediaChanged",
- (GDBusArgInfo **) &_cups_notifier_signal_info_printer_media_changed_ARG_pointers,
- NULL
- },
- "printer-media-changed"
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_created_ARG_text =
-{
- {
- -1,
- "text",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_created_ARG_printer_uri =
-{
- {
- -1,
- "printer_uri",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_created_ARG_printer_name =
-{
- {
- -1,
- "printer_name",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_created_ARG_printer_state =
-{
- {
- -1,
- "printer_state",
- "u",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_created_ARG_printer_state_reasons =
-{
- {
- -1,
- "printer_state_reasons",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_created_ARG_printer_is_accepting_jobs =
-{
- {
- -1,
- "printer_is_accepting_jobs",
- "b",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_created_ARG_job_id =
-{
- {
- -1,
- "job_id",
- "u",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_created_ARG_job_state =
-{
- {
- -1,
- "job_state",
- "u",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_created_ARG_job_state_reasons =
-{
- {
- -1,
- "job_state_reasons",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_created_ARG_job_name =
-{
- {
- -1,
- "job_name",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_created_ARG_job_impressions_completed =
-{
- {
- -1,
- "job_impressions_completed",
- "u",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _cups_notifier_signal_info_job_created_ARG_pointers[] =
-{
- &_cups_notifier_signal_info_job_created_ARG_text,
- &_cups_notifier_signal_info_job_created_ARG_printer_uri,
- &_cups_notifier_signal_info_job_created_ARG_printer_name,
- &_cups_notifier_signal_info_job_created_ARG_printer_state,
- &_cups_notifier_signal_info_job_created_ARG_printer_state_reasons,
- &_cups_notifier_signal_info_job_created_ARG_printer_is_accepting_jobs,
- &_cups_notifier_signal_info_job_created_ARG_job_id,
- &_cups_notifier_signal_info_job_created_ARG_job_state,
- &_cups_notifier_signal_info_job_created_ARG_job_state_reasons,
- &_cups_notifier_signal_info_job_created_ARG_job_name,
- &_cups_notifier_signal_info_job_created_ARG_job_impressions_completed,
- NULL
-};
-
-static const _ExtendedGDBusSignalInfo _cups_notifier_signal_info_job_created =
-{
- {
- -1,
- "JobCreated",
- (GDBusArgInfo **) &_cups_notifier_signal_info_job_created_ARG_pointers,
- NULL
- },
- "job-created"
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_completed_ARG_text =
-{
- {
- -1,
- "text",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_completed_ARG_printer_uri =
-{
- {
- -1,
- "printer_uri",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_completed_ARG_printer_name =
-{
- {
- -1,
- "printer_name",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_completed_ARG_printer_state =
-{
- {
- -1,
- "printer_state",
- "u",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_completed_ARG_printer_state_reasons =
-{
- {
- -1,
- "printer_state_reasons",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_completed_ARG_printer_is_accepting_jobs =
-{
- {
- -1,
- "printer_is_accepting_jobs",
- "b",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_completed_ARG_job_id =
-{
- {
- -1,
- "job_id",
- "u",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_completed_ARG_job_state =
-{
- {
- -1,
- "job_state",
- "u",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_completed_ARG_job_state_reasons =
-{
- {
- -1,
- "job_state_reasons",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_completed_ARG_job_name =
-{
- {
- -1,
- "job_name",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_completed_ARG_job_impressions_completed =
-{
- {
- -1,
- "job_impressions_completed",
- "u",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _cups_notifier_signal_info_job_completed_ARG_pointers[] =
-{
- &_cups_notifier_signal_info_job_completed_ARG_text,
- &_cups_notifier_signal_info_job_completed_ARG_printer_uri,
- &_cups_notifier_signal_info_job_completed_ARG_printer_name,
- &_cups_notifier_signal_info_job_completed_ARG_printer_state,
- &_cups_notifier_signal_info_job_completed_ARG_printer_state_reasons,
- &_cups_notifier_signal_info_job_completed_ARG_printer_is_accepting_jobs,
- &_cups_notifier_signal_info_job_completed_ARG_job_id,
- &_cups_notifier_signal_info_job_completed_ARG_job_state,
- &_cups_notifier_signal_info_job_completed_ARG_job_state_reasons,
- &_cups_notifier_signal_info_job_completed_ARG_job_name,
- &_cups_notifier_signal_info_job_completed_ARG_job_impressions_completed,
- NULL
-};
-
-static const _ExtendedGDBusSignalInfo _cups_notifier_signal_info_job_completed =
-{
- {
- -1,
- "JobCompleted",
- (GDBusArgInfo **) &_cups_notifier_signal_info_job_completed_ARG_pointers,
- NULL
- },
- "job-completed"
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_state_ARG_text =
-{
- {
- -1,
- "text",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_state_ARG_printer_uri =
-{
- {
- -1,
- "printer_uri",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_state_ARG_printer_name =
-{
- {
- -1,
- "printer_name",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_state_ARG_printer_state =
-{
- {
- -1,
- "printer_state",
- "u",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_state_ARG_printer_state_reasons =
-{
- {
- -1,
- "printer_state_reasons",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_state_ARG_printer_is_accepting_jobs =
-{
- {
- -1,
- "printer_is_accepting_jobs",
- "b",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_state_ARG_job_id =
-{
- {
- -1,
- "job_id",
- "u",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_state_ARG_job_state =
-{
- {
- -1,
- "job_state",
- "u",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_state_ARG_job_state_reasons =
-{
- {
- -1,
- "job_state_reasons",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_state_ARG_job_name =
-{
- {
- -1,
- "job_name",
- "s",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo _cups_notifier_signal_info_job_state_ARG_job_impressions_completed =
-{
- {
- -1,
- "job_impressions_completed",
- "u",
- NULL
- },
- FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _cups_notifier_signal_info_job_state_ARG_pointers[] =
-{
- &_cups_notifier_signal_info_job_state_ARG_text,
- &_cups_notifier_signal_info_job_state_ARG_printer_uri,
- &_cups_notifier_signal_info_job_state_ARG_printer_name,
- &_cups_notifier_signal_info_job_state_ARG_printer_state,
- &_cups_notifier_signal_info_job_state_ARG_printer_state_reasons,
- &_cups_notifier_signal_info_job_state_ARG_printer_is_accepting_jobs,
- &_cups_notifier_signal_info_job_state_ARG_job_id,
- &_cups_notifier_signal_info_job_state_ARG_job_state,
- &_cups_notifier_signal_info_job_state_ARG_job_state_reasons,
- &_cups_notifier_signal_info_job_state_ARG_job_name,
- &_cups_notifier_signal_info_job_state_ARG_job_impressions_completed,
- NULL
-};
-
-static const _ExtendedGDBusSignalInfo _cups_notifier_signal_info_job_state =
-{
- {
- -1,
- "JobState",
- (GDBusArgInfo **) &_cups_notifier_signal_info_job_state_ARG_pointers,
- NULL
- },
- "job-state"
-};
-
-static const _ExtendedGDBusSignalInfo * const _cups_notifier_signal_info_pointers[] =
-{
- &_cups_notifier_signal_info_server_started,
- &_cups_notifier_signal_info_server_restarted,
- &_cups_notifier_signal_info_server_stopped,
- &_cups_notifier_signal_info_server_audit,
- &_cups_notifier_signal_info_printer_added,
- &_cups_notifier_signal_info_printer_deleted,
- &_cups_notifier_signal_info_printer_modified,
- &_cups_notifier_signal_info_printer_restarted,
- &_cups_notifier_signal_info_printer_stopped,
- &_cups_notifier_signal_info_printer_shutdown,
- &_cups_notifier_signal_info_printer_state_changed,
- &_cups_notifier_signal_info_printer_finishings_changed,
- &_cups_notifier_signal_info_printer_media_changed,
- &_cups_notifier_signal_info_job_created,
- &_cups_notifier_signal_info_job_completed,
- &_cups_notifier_signal_info_job_state,
- NULL
-};
-
-static const _ExtendedGDBusInterfaceInfo _cups_notifier_interface_info =
-{
- {
- -1,
- "org.cups.cupsd.Notifier",
- NULL,
- (GDBusSignalInfo **) &_cups_notifier_signal_info_pointers,
- NULL,
- NULL
- },
- "notifier",
-};
-
-
-/**
- * cups_notifier_interface_info:
- *
- * Gets a machine-readable description of the <link linkend="gdbus-interface-org-cups-cupsd-Notifier.top_of_page">org.cups.cupsd.Notifier</link> D-Bus interface.
- *
- * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.
- */
-GDBusInterfaceInfo *
-cups_notifier_interface_info (void)
-{
- return (GDBusInterfaceInfo *) &_cups_notifier_interface_info;
-}
-
-/**
- * cups_notifier_override_properties:
- * @klass: The class structure for a #GObject<!-- -->-derived class.
- * @property_id_begin: The property id to assign to the first overridden property.
- *
- * Overrides all #GObject properties in the #CupsNotifier interface for a concrete class.
- * The properties are overridden in the order they are defined.
- *
- * Returns: The last property id.
- */
-guint
-cups_notifier_override_properties (GObjectClass *klass, guint property_id_begin)
-{
- return property_id_begin - 1;
-}
-
-
-
-/**
- * CupsNotifier:
- *
- * Abstract interface type for the D-Bus interface <link linkend="gdbus-interface-org-cups-cupsd-Notifier.top_of_page">org.cups.cupsd.Notifier</link>.
- */
-
-/**
- * CupsNotifierIface:
- * @parent_iface: The parent interface.
- * @job_completed: Handler for the #CupsNotifier::job-completed signal.
- * @job_created: Handler for the #CupsNotifier::job-created signal.
- * @job_state: Handler for the #CupsNotifier::job-state signal.
- * @printer_added: Handler for the #CupsNotifier::printer-added signal.
- * @printer_deleted: Handler for the #CupsNotifier::printer-deleted signal.
- * @printer_finishings_changed: Handler for the #CupsNotifier::printer-finishings-changed signal.
- * @printer_media_changed: Handler for the #CupsNotifier::printer-media-changed signal.
- * @printer_modified: Handler for the #CupsNotifier::printer-modified signal.
- * @printer_restarted: Handler for the #CupsNotifier::printer-restarted signal.
- * @printer_shutdown: Handler for the #CupsNotifier::printer-shutdown signal.
- * @printer_state_changed: Handler for the #CupsNotifier::printer-state-changed signal.
- * @printer_stopped: Handler for the #CupsNotifier::printer-stopped signal.
- * @server_audit: Handler for the #CupsNotifier::server-audit signal.
- * @server_restarted: Handler for the #CupsNotifier::server-restarted signal.
- * @server_started: Handler for the #CupsNotifier::server-started signal.
- * @server_stopped: Handler for the #CupsNotifier::server-stopped signal.
- *
- * Virtual table for the D-Bus interface <link linkend="gdbus-interface-org-cups-cupsd-Notifier.top_of_page">org.cups.cupsd.Notifier</link>.
- */
-
-static void
-cups_notifier_default_init (CupsNotifierIface *iface)
-{
- /* GObject signals for received D-Bus signals: */
- /**
- * CupsNotifier::server-started:
- * @object: A #CupsNotifier.
- * @arg_text: Argument.
- *
- * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend="gdbus-signal-org-cups-cupsd-Notifier.ServerStarted">"ServerStarted"</link> is received.
- *
- * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.
- */
- g_signal_new ("server-started",
- G_TYPE_FROM_INTERFACE (iface),
- G_SIGNAL_RUN_LAST,
- G_STRUCT_OFFSET (CupsNotifierIface, server_started),
- NULL,
- NULL,
- g_cclosure_marshal_generic,
- G_TYPE_NONE,
- 1, G_TYPE_STRING);
-
- /**
- * CupsNotifier::server-restarted:
- * @object: A #CupsNotifier.
- * @arg_text: Argument.
- *
- * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend="gdbus-signal-org-cups-cupsd-Notifier.ServerRestarted">"ServerRestarted"</link> is received.
- *
- * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.
- */
- g_signal_new ("server-restarted",
- G_TYPE_FROM_INTERFACE (iface),
- G_SIGNAL_RUN_LAST,
- G_STRUCT_OFFSET (CupsNotifierIface, server_restarted),
- NULL,
- NULL,
- g_cclosure_marshal_generic,
- G_TYPE_NONE,
- 1, G_TYPE_STRING);
-
- /**
- * CupsNotifier::server-stopped:
- * @object: A #CupsNotifier.
- * @arg_text: Argument.
- *
- * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend="gdbus-signal-org-cups-cupsd-Notifier.ServerStopped">"ServerStopped"</link> is received.
- *
- * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.
- */
- g_signal_new ("server-stopped",
- G_TYPE_FROM_INTERFACE (iface),
- G_SIGNAL_RUN_LAST,
- G_STRUCT_OFFSET (CupsNotifierIface, server_stopped),
- NULL,
- NULL,
- g_cclosure_marshal_generic,
- G_TYPE_NONE,
- 1, G_TYPE_STRING);
-
- /**
- * CupsNotifier::server-audit:
- * @object: A #CupsNotifier.
- * @arg_text: Argument.
- *
- * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend="gdbus-signal-org-cups-cupsd-Notifier.ServerAudit">"ServerAudit"</link> is received.
- *
- * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.
- */
- g_signal_new ("server-audit",
- G_TYPE_FROM_INTERFACE (iface),
- G_SIGNAL_RUN_LAST,
- G_STRUCT_OFFSET (CupsNotifierIface, server_audit),
- NULL,
- NULL,
- g_cclosure_marshal_generic,
- G_TYPE_NONE,
- 1, G_TYPE_STRING);
-
- /**
- * CupsNotifier::printer-added:
- * @object: A #CupsNotifier.
- * @arg_text: Argument.
- * @arg_printer_uri: Argument.
- * @arg_printer_name: Argument.
- * @arg_printer_state: Argument.
- * @arg_printer_state_reasons: Argument.
- * @arg_printer_is_accepting_jobs: Argument.
- *
- * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend="gdbus-signal-org-cups-cupsd-Notifier.PrinterAdded">"PrinterAdded"</link> is received.
- *
- * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.
- */
- g_signal_new ("printer-added",
- G_TYPE_FROM_INTERFACE (iface),
- G_SIGNAL_RUN_LAST,
- G_STRUCT_OFFSET (CupsNotifierIface, printer_added),
- NULL,
- NULL,
- g_cclosure_marshal_generic,
- G_TYPE_NONE,
- 6, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_UINT, G_TYPE_STRING, G_TYPE_BOOLEAN);
-
- /**
- * CupsNotifier::printer-deleted:
- * @object: A #CupsNotifier.
- * @arg_text: Argument.
- * @arg_printer_uri: Argument.
- * @arg_printer_name: Argument.
- * @arg_printer_state: Argument.
- * @arg_printer_state_reasons: Argument.
- * @arg_printer_is_accepting_jobs: Argument.
- *
- * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend="gdbus-signal-org-cups-cupsd-Notifier.PrinterDeleted">"PrinterDeleted"</link> is received.
- *
- * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.
- */
- g_signal_new ("printer-deleted",
- G_TYPE_FROM_INTERFACE (iface),
- G_SIGNAL_RUN_LAST,
- G_STRUCT_OFFSET (CupsNotifierIface, printer_deleted),
- NULL,
- NULL,
- g_cclosure_marshal_generic,
- G_TYPE_NONE,
- 6, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_UINT, G_TYPE_STRING, G_TYPE_BOOLEAN);
-
- /**
- * CupsNotifier::printer-modified:
- * @object: A #CupsNotifier.
- * @arg_text: Argument.
- * @arg_printer_uri: Argument.
- * @arg_printer_name: Argument.
- * @arg_printer_state: Argument.
- * @arg_printer_state_reasons: Argument.
- * @arg_printer_is_accepting_jobs: Argument.
- *
- * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend="gdbus-signal-org-cups-cupsd-Notifier.PrinterModified">"PrinterModified"</link> is received.
- *
- * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.
- */
- g_signal_new ("printer-modified",
- G_TYPE_FROM_INTERFACE (iface),
- G_SIGNAL_RUN_LAST,
- G_STRUCT_OFFSET (CupsNotifierIface, printer_modified),
- NULL,
- NULL,
- g_cclosure_marshal_generic,
- G_TYPE_NONE,
- 6, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_UINT, G_TYPE_STRING, G_TYPE_BOOLEAN);
-
- /**
- * CupsNotifier::printer-restarted:
- * @object: A #CupsNotifier.
- * @arg_text: Argument.
- * @arg_printer_uri: Argument.
- * @arg_printer_name: Argument.
- * @arg_printer_state: Argument.
- * @arg_printer_state_reasons: Argument.
- * @arg_printer_is_accepting_jobs: Argument.
- *
- * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend="gdbus-signal-org-cups-cupsd-Notifier.PrinterRestarted">"PrinterRestarted"</link> is received.
- *
- * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.
- */
- g_signal_new ("printer-restarted",
- G_TYPE_FROM_INTERFACE (iface),
- G_SIGNAL_RUN_LAST,
- G_STRUCT_OFFSET (CupsNotifierIface, printer_restarted),
- NULL,
- NULL,
- g_cclosure_marshal_generic,
- G_TYPE_NONE,
- 6, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_UINT, G_TYPE_STRING, G_TYPE_BOOLEAN);
-
- /**
- * CupsNotifier::printer-stopped:
- * @object: A #CupsNotifier.
- * @arg_text: Argument.
- * @arg_printer_uri: Argument.
- * @arg_printer_name: Argument.
- * @arg_printer_state: Argument.
- * @arg_printer_state_reasons: Argument.
- * @arg_printer_is_accepting_jobs: Argument.
- *
- * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend="gdbus-signal-org-cups-cupsd-Notifier.PrinterStopped">"PrinterStopped"</link> is received.
- *
- * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.
- */
- g_signal_new ("printer-stopped",
- G_TYPE_FROM_INTERFACE (iface),
- G_SIGNAL_RUN_LAST,
- G_STRUCT_OFFSET (CupsNotifierIface, printer_stopped),
- NULL,
- NULL,
- g_cclosure_marshal_generic,
- G_TYPE_NONE,
- 6, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_UINT, G_TYPE_STRING, G_TYPE_BOOLEAN);
-
- /**
- * CupsNotifier::printer-shutdown:
- * @object: A #CupsNotifier.
- * @arg_text: Argument.
- * @arg_printer_uri: Argument.
- * @arg_printer_name: Argument.
- * @arg_printer_state: Argument.
- * @arg_printer_state_reasons: Argument.
- * @arg_printer_is_accepting_jobs: Argument.
- *
- * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend="gdbus-signal-org-cups-cupsd-Notifier.PrinterShutdown">"PrinterShutdown"</link> is received.
- *
- * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.
- */
- g_signal_new ("printer-shutdown",
- G_TYPE_FROM_INTERFACE (iface),
- G_SIGNAL_RUN_LAST,
- G_STRUCT_OFFSET (CupsNotifierIface, printer_shutdown),
- NULL,
- NULL,
- g_cclosure_marshal_generic,
- G_TYPE_NONE,
- 6, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_UINT, G_TYPE_STRING, G_TYPE_BOOLEAN);
-
- /**
- * CupsNotifier::printer-state-changed:
- * @object: A #CupsNotifier.
- * @arg_text: Argument.
- * @arg_printer_uri: Argument.
- * @arg_printer_name: Argument.
- * @arg_printer_state: Argument.
- * @arg_printer_state_reasons: Argument.
- * @arg_printer_is_accepting_jobs: Argument.
- *
- * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend="gdbus-signal-org-cups-cupsd-Notifier.PrinterStateChanged">"PrinterStateChanged"</link> is received.
- *
- * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.
- */
- g_signal_new ("printer-state-changed",
- G_TYPE_FROM_INTERFACE (iface),
- G_SIGNAL_RUN_LAST,
- G_STRUCT_OFFSET (CupsNotifierIface, printer_state_changed),
- NULL,
- NULL,
- g_cclosure_marshal_generic,
- G_TYPE_NONE,
- 6, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_UINT, G_TYPE_STRING, G_TYPE_BOOLEAN);
-
- /**
- * CupsNotifier::printer-finishings-changed:
- * @object: A #CupsNotifier.
- * @arg_text: Argument.
- * @arg_printer_uri: Argument.
- * @arg_printer_name: Argument.
- * @arg_printer_state: Argument.
- * @arg_printer_state_reasons: Argument.
- * @arg_printer_is_accepting_jobs: Argument.
- *
- * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend="gdbus-signal-org-cups-cupsd-Notifier.PrinterFinishingsChanged">"PrinterFinishingsChanged"</link> is received.
- *
- * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.
- */
- g_signal_new ("printer-finishings-changed",
- G_TYPE_FROM_INTERFACE (iface),
- G_SIGNAL_RUN_LAST,
- G_STRUCT_OFFSET (CupsNotifierIface, printer_finishings_changed),
- NULL,
- NULL,
- g_cclosure_marshal_generic,
- G_TYPE_NONE,
- 6, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_UINT, G_TYPE_STRING, G_TYPE_BOOLEAN);
-
- /**
- * CupsNotifier::printer-media-changed:
- * @object: A #CupsNotifier.
- * @arg_text: Argument.
- * @arg_printer_uri: Argument.
- * @arg_printer_name: Argument.
- * @arg_printer_state: Argument.
- * @arg_printer_state_reasons: Argument.
- * @arg_printer_is_accepting_jobs: Argument.
- *
- * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend="gdbus-signal-org-cups-cupsd-Notifier.PrinterMediaChanged">"PrinterMediaChanged"</link> is received.
- *
- * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.
- */
- g_signal_new ("printer-media-changed",
- G_TYPE_FROM_INTERFACE (iface),
- G_SIGNAL_RUN_LAST,
- G_STRUCT_OFFSET (CupsNotifierIface, printer_media_changed),
- NULL,
- NULL,
- g_cclosure_marshal_generic,
- G_TYPE_NONE,
- 6, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_UINT, G_TYPE_STRING, G_TYPE_BOOLEAN);
-
- /**
- * CupsNotifier::job-created:
- * @object: A #CupsNotifier.
- * @arg_text: Argument.
- * @arg_printer_uri: Argument.
- * @arg_printer_name: Argument.
- * @arg_printer_state: Argument.
- * @arg_printer_state_reasons: Argument.
- * @arg_printer_is_accepting_jobs: Argument.
- * @arg_job_id: Argument.
- * @arg_job_state: Argument.
- * @arg_job_state_reasons: Argument.
- * @arg_job_name: Argument.
- * @arg_job_impressions_completed: Argument.
- *
- * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend="gdbus-signal-org-cups-cupsd-Notifier.JobCreated">"JobCreated"</link> is received.
- *
- * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.
- */
- g_signal_new ("job-created",
- G_TYPE_FROM_INTERFACE (iface),
- G_SIGNAL_RUN_LAST,
- G_STRUCT_OFFSET (CupsNotifierIface, job_created),
- NULL,
- NULL,
- g_cclosure_marshal_generic,
- G_TYPE_NONE,
- 11, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_UINT, G_TYPE_STRING, G_TYPE_BOOLEAN, G_TYPE_UINT, G_TYPE_UINT, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_UINT);
-
- /**
- * CupsNotifier::job-completed:
- * @object: A #CupsNotifier.
- * @arg_text: Argument.
- * @arg_printer_uri: Argument.
- * @arg_printer_name: Argument.
- * @arg_printer_state: Argument.
- * @arg_printer_state_reasons: Argument.
- * @arg_printer_is_accepting_jobs: Argument.
- * @arg_job_id: Argument.
- * @arg_job_state: Argument.
- * @arg_job_state_reasons: Argument.
- * @arg_job_name: Argument.
- * @arg_job_impressions_completed: Argument.
- *
- * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend="gdbus-signal-org-cups-cupsd-Notifier.JobCompleted">"JobCompleted"</link> is received.
- *
- * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.
- */
- g_signal_new ("job-completed",
- G_TYPE_FROM_INTERFACE (iface),
- G_SIGNAL_RUN_LAST,
- G_STRUCT_OFFSET (CupsNotifierIface, job_completed),
- NULL,
- NULL,
- g_cclosure_marshal_generic,
- G_TYPE_NONE,
- 11, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_UINT, G_TYPE_STRING, G_TYPE_BOOLEAN, G_TYPE_UINT, G_TYPE_UINT, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_UINT);
-
- /**
- * CupsNotifier::job-state:
- * @object: A #CupsNotifier.
- * @arg_text: Argument.
- * @arg_printer_uri: Argument.
- * @arg_printer_name: Argument.
- * @arg_printer_state: Argument.
- * @arg_printer_state_reasons: Argument.
- * @arg_printer_is_accepting_jobs: Argument.
- * @arg_job_id: Argument.
- * @arg_job_state: Argument.
- * @arg_job_state_reasons: Argument.
- * @arg_job_name: Argument.
- * @arg_job_impressions_completed: Argument.
- *
- * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend="gdbus-signal-org-cups-cupsd-Notifier.JobState">"JobState"</link> is received.
- *
- * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.
- */
- g_signal_new ("job-state",
- G_TYPE_FROM_INTERFACE (iface),
- G_SIGNAL_RUN_LAST,
- G_STRUCT_OFFSET (CupsNotifierIface, job_state),
- NULL,
- NULL,
- g_cclosure_marshal_generic,
- G_TYPE_NONE,
- 11, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_UINT, G_TYPE_STRING, G_TYPE_BOOLEAN, G_TYPE_UINT, G_TYPE_UINT, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_UINT);
-
-}
-
-typedef CupsNotifierIface CupsNotifierInterface;
-G_DEFINE_INTERFACE (CupsNotifier, cups_notifier, G_TYPE_OBJECT);
-
-/**
- * cups_notifier_emit_server_started:
- * @object: A #CupsNotifier.
- * @arg_text: Argument to pass with the signal.
- *
- * Emits the <link linkend="gdbus-signal-org-cups-cupsd-Notifier.ServerStarted">"ServerStarted"</link> D-Bus signal.
- */
-void
-cups_notifier_emit_server_started (
- CupsNotifier *object,
- const gchar *arg_text)
-{
- g_signal_emit_by_name (object, "server-started", arg_text);
-}
-
-/**
- * cups_notifier_emit_server_restarted:
- * @object: A #CupsNotifier.
- * @arg_text: Argument to pass with the signal.
- *
- * Emits the <link linkend="gdbus-signal-org-cups-cupsd-Notifier.ServerRestarted">"ServerRestarted"</link> D-Bus signal.
- */
-void
-cups_notifier_emit_server_restarted (
- CupsNotifier *object,
- const gchar *arg_text)
-{
- g_signal_emit_by_name (object, "server-restarted", arg_text);
-}
-
-/**
- * cups_notifier_emit_server_stopped:
- * @object: A #CupsNotifier.
- * @arg_text: Argument to pass with the signal.
- *
- * Emits the <link linkend="gdbus-signal-org-cups-cupsd-Notifier.ServerStopped">"ServerStopped"</link> D-Bus signal.
- */
-void
-cups_notifier_emit_server_stopped (
- CupsNotifier *object,
- const gchar *arg_text)
-{
- g_signal_emit_by_name (object, "server-stopped", arg_text);
-}
-
-/**
- * cups_notifier_emit_server_audit:
- * @object: A #CupsNotifier.
- * @arg_text: Argument to pass with the signal.
- *
- * Emits the <link linkend="gdbus-signal-org-cups-cupsd-Notifier.ServerAudit">"ServerAudit"</link> D-Bus signal.
- */
-void
-cups_notifier_emit_server_audit (
- CupsNotifier *object,
- const gchar *arg_text)
-{
- g_signal_emit_by_name (object, "server-audit", arg_text);
-}
-
-/**
- * cups_notifier_emit_printer_added:
- * @object: A #CupsNotifier.
- * @arg_text: Argument to pass with the signal.
- * @arg_printer_uri: Argument to pass with the signal.
- * @arg_printer_name: Argument to pass with the signal.
- * @arg_printer_state: Argument to pass with the signal.
- * @arg_printer_state_reasons: Argument to pass with the signal.
- * @arg_printer_is_accepting_jobs: Argument to pass with the signal.
- *
- * Emits the <link linkend="gdbus-signal-org-cups-cupsd-Notifier.PrinterAdded">"PrinterAdded"</link> D-Bus signal.
- */
-void
-cups_notifier_emit_printer_added (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs)
-{
- g_signal_emit_by_name (object, "printer-added", arg_text, arg_printer_uri, arg_printer_name, arg_printer_state, arg_printer_state_reasons, arg_printer_is_accepting_jobs);
-}
-
-/**
- * cups_notifier_emit_printer_deleted:
- * @object: A #CupsNotifier.
- * @arg_text: Argument to pass with the signal.
- * @arg_printer_uri: Argument to pass with the signal.
- * @arg_printer_name: Argument to pass with the signal.
- * @arg_printer_state: Argument to pass with the signal.
- * @arg_printer_state_reasons: Argument to pass with the signal.
- * @arg_printer_is_accepting_jobs: Argument to pass with the signal.
- *
- * Emits the <link linkend="gdbus-signal-org-cups-cupsd-Notifier.PrinterDeleted">"PrinterDeleted"</link> D-Bus signal.
- */
-void
-cups_notifier_emit_printer_deleted (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs)
-{
- g_signal_emit_by_name (object, "printer-deleted", arg_text, arg_printer_uri, arg_printer_name, arg_printer_state, arg_printer_state_reasons, arg_printer_is_accepting_jobs);
-}
-
-/**
- * cups_notifier_emit_printer_modified:
- * @object: A #CupsNotifier.
- * @arg_text: Argument to pass with the signal.
- * @arg_printer_uri: Argument to pass with the signal.
- * @arg_printer_name: Argument to pass with the signal.
- * @arg_printer_state: Argument to pass with the signal.
- * @arg_printer_state_reasons: Argument to pass with the signal.
- * @arg_printer_is_accepting_jobs: Argument to pass with the signal.
- *
- * Emits the <link linkend="gdbus-signal-org-cups-cupsd-Notifier.PrinterModified">"PrinterModified"</link> D-Bus signal.
- */
-void
-cups_notifier_emit_printer_modified (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs)
-{
- g_signal_emit_by_name (object, "printer-modified", arg_text, arg_printer_uri, arg_printer_name, arg_printer_state, arg_printer_state_reasons, arg_printer_is_accepting_jobs);
-}
-
-/**
- * cups_notifier_emit_printer_restarted:
- * @object: A #CupsNotifier.
- * @arg_text: Argument to pass with the signal.
- * @arg_printer_uri: Argument to pass with the signal.
- * @arg_printer_name: Argument to pass with the signal.
- * @arg_printer_state: Argument to pass with the signal.
- * @arg_printer_state_reasons: Argument to pass with the signal.
- * @arg_printer_is_accepting_jobs: Argument to pass with the signal.
- *
- * Emits the <link linkend="gdbus-signal-org-cups-cupsd-Notifier.PrinterRestarted">"PrinterRestarted"</link> D-Bus signal.
- */
-void
-cups_notifier_emit_printer_restarted (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs)
-{
- g_signal_emit_by_name (object, "printer-restarted", arg_text, arg_printer_uri, arg_printer_name, arg_printer_state, arg_printer_state_reasons, arg_printer_is_accepting_jobs);
-}
-
-/**
- * cups_notifier_emit_printer_stopped:
- * @object: A #CupsNotifier.
- * @arg_text: Argument to pass with the signal.
- * @arg_printer_uri: Argument to pass with the signal.
- * @arg_printer_name: Argument to pass with the signal.
- * @arg_printer_state: Argument to pass with the signal.
- * @arg_printer_state_reasons: Argument to pass with the signal.
- * @arg_printer_is_accepting_jobs: Argument to pass with the signal.
- *
- * Emits the <link linkend="gdbus-signal-org-cups-cupsd-Notifier.PrinterStopped">"PrinterStopped"</link> D-Bus signal.
- */
-void
-cups_notifier_emit_printer_stopped (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs)
-{
- g_signal_emit_by_name (object, "printer-stopped", arg_text, arg_printer_uri, arg_printer_name, arg_printer_state, arg_printer_state_reasons, arg_printer_is_accepting_jobs);
-}
-
-/**
- * cups_notifier_emit_printer_shutdown:
- * @object: A #CupsNotifier.
- * @arg_text: Argument to pass with the signal.
- * @arg_printer_uri: Argument to pass with the signal.
- * @arg_printer_name: Argument to pass with the signal.
- * @arg_printer_state: Argument to pass with the signal.
- * @arg_printer_state_reasons: Argument to pass with the signal.
- * @arg_printer_is_accepting_jobs: Argument to pass with the signal.
- *
- * Emits the <link linkend="gdbus-signal-org-cups-cupsd-Notifier.PrinterShutdown">"PrinterShutdown"</link> D-Bus signal.
- */
-void
-cups_notifier_emit_printer_shutdown (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs)
-{
- g_signal_emit_by_name (object, "printer-shutdown", arg_text, arg_printer_uri, arg_printer_name, arg_printer_state, arg_printer_state_reasons, arg_printer_is_accepting_jobs);
-}
-
-/**
- * cups_notifier_emit_printer_state_changed:
- * @object: A #CupsNotifier.
- * @arg_text: Argument to pass with the signal.
- * @arg_printer_uri: Argument to pass with the signal.
- * @arg_printer_name: Argument to pass with the signal.
- * @arg_printer_state: Argument to pass with the signal.
- * @arg_printer_state_reasons: Argument to pass with the signal.
- * @arg_printer_is_accepting_jobs: Argument to pass with the signal.
- *
- * Emits the <link linkend="gdbus-signal-org-cups-cupsd-Notifier.PrinterStateChanged">"PrinterStateChanged"</link> D-Bus signal.
- */
-void
-cups_notifier_emit_printer_state_changed (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs)
-{
- g_signal_emit_by_name (object, "printer-state-changed", arg_text, arg_printer_uri, arg_printer_name, arg_printer_state, arg_printer_state_reasons, arg_printer_is_accepting_jobs);
-}
-
-/**
- * cups_notifier_emit_printer_finishings_changed:
- * @object: A #CupsNotifier.
- * @arg_text: Argument to pass with the signal.
- * @arg_printer_uri: Argument to pass with the signal.
- * @arg_printer_name: Argument to pass with the signal.
- * @arg_printer_state: Argument to pass with the signal.
- * @arg_printer_state_reasons: Argument to pass with the signal.
- * @arg_printer_is_accepting_jobs: Argument to pass with the signal.
- *
- * Emits the <link linkend="gdbus-signal-org-cups-cupsd-Notifier.PrinterFinishingsChanged">"PrinterFinishingsChanged"</link> D-Bus signal.
- */
-void
-cups_notifier_emit_printer_finishings_changed (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs)
-{
- g_signal_emit_by_name (object, "printer-finishings-changed", arg_text, arg_printer_uri, arg_printer_name, arg_printer_state, arg_printer_state_reasons, arg_printer_is_accepting_jobs);
-}
-
-/**
- * cups_notifier_emit_printer_media_changed:
- * @object: A #CupsNotifier.
- * @arg_text: Argument to pass with the signal.
- * @arg_printer_uri: Argument to pass with the signal.
- * @arg_printer_name: Argument to pass with the signal.
- * @arg_printer_state: Argument to pass with the signal.
- * @arg_printer_state_reasons: Argument to pass with the signal.
- * @arg_printer_is_accepting_jobs: Argument to pass with the signal.
- *
- * Emits the <link linkend="gdbus-signal-org-cups-cupsd-Notifier.PrinterMediaChanged">"PrinterMediaChanged"</link> D-Bus signal.
- */
-void
-cups_notifier_emit_printer_media_changed (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs)
-{
- g_signal_emit_by_name (object, "printer-media-changed", arg_text, arg_printer_uri, arg_printer_name, arg_printer_state, arg_printer_state_reasons, arg_printer_is_accepting_jobs);
-}
-
-/**
- * cups_notifier_emit_job_created:
- * @object: A #CupsNotifier.
- * @arg_text: Argument to pass with the signal.
- * @arg_printer_uri: Argument to pass with the signal.
- * @arg_printer_name: Argument to pass with the signal.
- * @arg_printer_state: Argument to pass with the signal.
- * @arg_printer_state_reasons: Argument to pass with the signal.
- * @arg_printer_is_accepting_jobs: Argument to pass with the signal.
- * @arg_job_id: Argument to pass with the signal.
- * @arg_job_state: Argument to pass with the signal.
- * @arg_job_state_reasons: Argument to pass with the signal.
- * @arg_job_name: Argument to pass with the signal.
- * @arg_job_impressions_completed: Argument to pass with the signal.
- *
- * Emits the <link linkend="gdbus-signal-org-cups-cupsd-Notifier.JobCreated">"JobCreated"</link> D-Bus signal.
- */
-void
-cups_notifier_emit_job_created (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs,
- guint arg_job_id,
- guint arg_job_state,
- const gchar *arg_job_state_reasons,
- const gchar *arg_job_name,
- guint arg_job_impressions_completed)
-{
- g_signal_emit_by_name (object, "job-created", arg_text, arg_printer_uri, arg_printer_name, arg_printer_state, arg_printer_state_reasons, arg_printer_is_accepting_jobs, arg_job_id, arg_job_state, arg_job_state_reasons, arg_job_name, arg_job_impressions_completed);
-}
-
-/**
- * cups_notifier_emit_job_completed:
- * @object: A #CupsNotifier.
- * @arg_text: Argument to pass with the signal.
- * @arg_printer_uri: Argument to pass with the signal.
- * @arg_printer_name: Argument to pass with the signal.
- * @arg_printer_state: Argument to pass with the signal.
- * @arg_printer_state_reasons: Argument to pass with the signal.
- * @arg_printer_is_accepting_jobs: Argument to pass with the signal.
- * @arg_job_id: Argument to pass with the signal.
- * @arg_job_state: Argument to pass with the signal.
- * @arg_job_state_reasons: Argument to pass with the signal.
- * @arg_job_name: Argument to pass with the signal.
- * @arg_job_impressions_completed: Argument to pass with the signal.
- *
- * Emits the <link linkend="gdbus-signal-org-cups-cupsd-Notifier.JobCompleted">"JobCompleted"</link> D-Bus signal.
- */
-void
-cups_notifier_emit_job_completed (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs,
- guint arg_job_id,
- guint arg_job_state,
- const gchar *arg_job_state_reasons,
- const gchar *arg_job_name,
- guint arg_job_impressions_completed)
-{
- g_signal_emit_by_name (object, "job-completed", arg_text, arg_printer_uri, arg_printer_name, arg_printer_state, arg_printer_state_reasons, arg_printer_is_accepting_jobs, arg_job_id, arg_job_state, arg_job_state_reasons, arg_job_name, arg_job_impressions_completed);
-}
-
-/**
- * cups_notifier_emit_job_state:
- * @object: A #CupsNotifier.
- * @arg_text: Argument to pass with the signal.
- * @arg_printer_uri: Argument to pass with the signal.
- * @arg_printer_name: Argument to pass with the signal.
- * @arg_printer_state: Argument to pass with the signal.
- * @arg_printer_state_reasons: Argument to pass with the signal.
- * @arg_printer_is_accepting_jobs: Argument to pass with the signal.
- * @arg_job_id: Argument to pass with the signal.
- * @arg_job_state: Argument to pass with the signal.
- * @arg_job_state_reasons: Argument to pass with the signal.
- * @arg_job_name: Argument to pass with the signal.
- * @arg_job_impressions_completed: Argument to pass with the signal.
- *
- * Emits the <link linkend="gdbus-signal-org-cups-cupsd-Notifier.JobState">"JobState"</link> D-Bus signal.
- */
-void
-cups_notifier_emit_job_state (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs,
- guint arg_job_id,
- guint arg_job_state,
- const gchar *arg_job_state_reasons,
- const gchar *arg_job_name,
- guint arg_job_impressions_completed)
-{
- g_signal_emit_by_name (object, "job-state", arg_text, arg_printer_uri, arg_printer_name, arg_printer_state, arg_printer_state_reasons, arg_printer_is_accepting_jobs, arg_job_id, arg_job_state, arg_job_state_reasons, arg_job_name, arg_job_impressions_completed);
-}
-
-/* ------------------------------------------------------------------------ */
-
-/**
- * CupsNotifierProxy:
- *
- * The #CupsNotifierProxy structure contains only private data and should only be accessed using the provided API.
- */
-
-/**
- * CupsNotifierProxyClass:
- * @parent_class: The parent class.
- *
- * Class structure for #CupsNotifierProxy.
- */
-
-struct _CupsNotifierProxyPrivate
-{
- GData *qdata;
-};
-
-static void cups_notifier_proxy_iface_init (CupsNotifierIface *iface);
-
-G_DEFINE_TYPE_WITH_CODE (CupsNotifierProxy, cups_notifier_proxy, G_TYPE_DBUS_PROXY,
- G_IMPLEMENT_INTERFACE (CUPS_TYPE_NOTIFIER, cups_notifier_proxy_iface_init));
-
-static void
-cups_notifier_proxy_finalize (GObject *object)
-{
- CupsNotifierProxy *proxy = CUPS_NOTIFIER_PROXY (object);
- g_datalist_clear (&proxy->priv->qdata);
- G_OBJECT_CLASS (cups_notifier_proxy_parent_class)->finalize (object);
-}
-
-static void
-cups_notifier_proxy_get_property (GObject *object,
- guint prop_id,
- GValue *value,
- GParamSpec *pspec)
-{
-}
-
-static void
-cups_notifier_proxy_set_property (GObject *object,
- guint prop_id,
- const GValue *value,
- GParamSpec *pspec)
-{
-}
-
-static void
-cups_notifier_proxy_g_signal (GDBusProxy *proxy,
- const gchar *sender_name,
- const gchar *signal_name,
- GVariant *parameters)
-{
- _ExtendedGDBusSignalInfo *info;
- GVariantIter iter;
- GVariant *child;
- GValue *paramv;
- guint num_params;
- guint n;
- guint signal_id;
- info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_cups_notifier_interface_info, signal_name);
- if (info == NULL)
- return;
- num_params = g_variant_n_children (parameters);
- paramv = g_new0 (GValue, num_params + 1);
- g_value_init (&paramv[0], CUPS_TYPE_NOTIFIER);
- g_value_set_object (&paramv[0], proxy);
- g_variant_iter_init (&iter, parameters);
- n = 1;
- while ((child = g_variant_iter_next_value (&iter)) != NULL)
- {
- _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];
- if (arg_info->use_gvariant)
- {
- g_value_init (&paramv[n], G_TYPE_VARIANT);
- g_value_set_variant (&paramv[n], child);
- n++;
- }
- else
- g_dbus_gvariant_to_gvalue (child, &paramv[n++]);
- g_variant_unref (child);
- }
- signal_id = g_signal_lookup (info->signal_name, CUPS_TYPE_NOTIFIER);
- g_signal_emitv (paramv, signal_id, 0, NULL);
- for (n = 0; n < num_params + 1; n++)
- g_value_unset (&paramv[n]);
- g_free (paramv);
-}
-
-static void
-cups_notifier_proxy_g_properties_changed (GDBusProxy *_proxy,
- GVariant *changed_properties,
- const gchar *const *invalidated_properties)
-{
- CupsNotifierProxy *proxy = CUPS_NOTIFIER_PROXY (_proxy);
- guint n;
- const gchar *key;
- GVariantIter *iter;
- _ExtendedGDBusPropertyInfo *info;
- g_variant_get (changed_properties, "a{sv}", &iter);
- while (g_variant_iter_next (iter, "{&sv}", &key, NULL))
- {
- info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_cups_notifier_interface_info, key);
- g_datalist_remove_data (&proxy->priv->qdata, key);
- if (info != NULL)
- g_object_notify (G_OBJECT (proxy), info->hyphen_name);
- }
- g_variant_iter_free (iter);
- for (n = 0; invalidated_properties[n] != NULL; n++)
- {
- info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_cups_notifier_interface_info, invalidated_properties[n]);
- g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);
- if (info != NULL)
- g_object_notify (G_OBJECT (proxy), info->hyphen_name);
- }
-}
-
-static void
-cups_notifier_proxy_init (CupsNotifierProxy *proxy)
-{
- proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, CUPS_TYPE_NOTIFIER_PROXY, CupsNotifierProxyPrivate);
- g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), cups_notifier_interface_info ());
-}
-
-static void
-cups_notifier_proxy_class_init (CupsNotifierProxyClass *klass)
-{
- GObjectClass *gobject_class;
- GDBusProxyClass *proxy_class;
-
- g_type_class_add_private (klass, sizeof (CupsNotifierProxyPrivate));
-
- gobject_class = G_OBJECT_CLASS (klass);
- gobject_class->finalize = cups_notifier_proxy_finalize;
- gobject_class->get_property = cups_notifier_proxy_get_property;
- gobject_class->set_property = cups_notifier_proxy_set_property;
-
- proxy_class = G_DBUS_PROXY_CLASS (klass);
- proxy_class->g_signal = cups_notifier_proxy_g_signal;
- proxy_class->g_properties_changed = cups_notifier_proxy_g_properties_changed;
-
-}
-
-static void
-cups_notifier_proxy_iface_init (CupsNotifierIface *iface)
-{
-}
-
-/**
- * cups_notifier_proxy_new:
- * @connection: A #GDBusConnection.
- * @flags: Flags from the #GDBusProxyFlags enumeration.
- * @name: (allow-none): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.
- * @object_path: An object path.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @callback: A #GAsyncReadyCallback to call when the request is satisfied.
- * @user_data: User data to pass to @callback.
- *
- * Asynchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-cups-cupsd-Notifier.top_of_page">org.cups.cupsd.Notifier</link>. See g_dbus_proxy_new() for more details.
- *
- * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
- * You can then call cups_notifier_proxy_new_finish() to get the result of the operation.
- *
- * See cups_notifier_proxy_new_sync() for the synchronous, blocking version of this constructor.
- */
-void
-cups_notifier_proxy_new (
- GDBusConnection *connection,
- GDBusProxyFlags flags,
- const gchar *name,
- const gchar *object_path,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data)
-{
- g_async_initable_new_async (CUPS_TYPE_NOTIFIER_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, "g-flags", flags, "g-name", name, "g-connection", connection, "g-object-path", object_path, "g-interface-name", "org.cups.cupsd.Notifier", NULL);
-}
-
-/**
- * cups_notifier_proxy_new_finish:
- * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to cups_notifier_proxy_new().
- * @error: Return location for error or %NULL
- *
- * Finishes an operation started with cups_notifier_proxy_new().
- *
- * Returns: (transfer full) (type CupsNotifierProxy): The constructed proxy object or %NULL if @error is set.
- */
-CupsNotifier *
-cups_notifier_proxy_new_finish (
- GAsyncResult *res,
- GError **error)
-{
- GObject *ret;
- GObject *source_object;
- source_object = g_async_result_get_source_object (res);
- ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);
- g_object_unref (source_object);
- if (ret != NULL)
- return CUPS_NOTIFIER (ret);
- else
- return NULL;
-}
-
-/**
- * cups_notifier_proxy_new_sync:
- * @connection: A #GDBusConnection.
- * @flags: Flags from the #GDBusProxyFlags enumeration.
- * @name: (allow-none): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.
- * @object_path: An object path.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @error: Return location for error or %NULL
- *
- * Synchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-cups-cupsd-Notifier.top_of_page">org.cups.cupsd.Notifier</link>. See g_dbus_proxy_new_sync() for more details.
- *
- * The calling thread is blocked until a reply is received.
- *
- * See cups_notifier_proxy_new() for the asynchronous version of this constructor.
- *
- * Returns: (transfer full) (type CupsNotifierProxy): The constructed proxy object or %NULL if @error is set.
- */
-CupsNotifier *
-cups_notifier_proxy_new_sync (
- GDBusConnection *connection,
- GDBusProxyFlags flags,
- const gchar *name,
- const gchar *object_path,
- GCancellable *cancellable,
- GError **error)
-{
- GInitable *ret;
- ret = g_initable_new (CUPS_TYPE_NOTIFIER_PROXY, cancellable, error, "g-flags", flags, "g-name", name, "g-connection", connection, "g-object-path", object_path, "g-interface-name", "org.cups.cupsd.Notifier", NULL);
- if (ret != NULL)
- return CUPS_NOTIFIER (ret);
- else
- return NULL;
-}
-
-
-/**
- * cups_notifier_proxy_new_for_bus:
- * @bus_type: A #GBusType.
- * @flags: Flags from the #GDBusProxyFlags enumeration.
- * @name: A bus name (well-known or unique).
- * @object_path: An object path.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @callback: A #GAsyncReadyCallback to call when the request is satisfied.
- * @user_data: User data to pass to @callback.
- *
- * Like cups_notifier_proxy_new() but takes a #GBusType instead of a #GDBusConnection.
- *
- * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
- * You can then call cups_notifier_proxy_new_for_bus_finish() to get the result of the operation.
- *
- * See cups_notifier_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.
- */
-void
-cups_notifier_proxy_new_for_bus (
- GBusType bus_type,
- GDBusProxyFlags flags,
- const gchar *name,
- const gchar *object_path,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data)
-{
- g_async_initable_new_async (CUPS_TYPE_NOTIFIER_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, "g-flags", flags, "g-name", name, "g-bus-type", bus_type, "g-object-path", object_path, "g-interface-name", "org.cups.cupsd.Notifier", NULL);
-}
-
-/**
- * cups_notifier_proxy_new_for_bus_finish:
- * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to cups_notifier_proxy_new_for_bus().
- * @error: Return location for error or %NULL
- *
- * Finishes an operation started with cups_notifier_proxy_new_for_bus().
- *
- * Returns: (transfer full) (type CupsNotifierProxy): The constructed proxy object or %NULL if @error is set.
- */
-CupsNotifier *
-cups_notifier_proxy_new_for_bus_finish (
- GAsyncResult *res,
- GError **error)
-{
- GObject *ret;
- GObject *source_object;
- source_object = g_async_result_get_source_object (res);
- ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);
- g_object_unref (source_object);
- if (ret != NULL)
- return CUPS_NOTIFIER (ret);
- else
- return NULL;
-}
-
-/**
- * cups_notifier_proxy_new_for_bus_sync:
- * @bus_type: A #GBusType.
- * @flags: Flags from the #GDBusProxyFlags enumeration.
- * @name: A bus name (well-known or unique).
- * @object_path: An object path.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @error: Return location for error or %NULL
- *
- * Like cups_notifier_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.
- *
- * The calling thread is blocked until a reply is received.
- *
- * See cups_notifier_proxy_new_for_bus() for the asynchronous version of this constructor.
- *
- * Returns: (transfer full) (type CupsNotifierProxy): The constructed proxy object or %NULL if @error is set.
- */
-CupsNotifier *
-cups_notifier_proxy_new_for_bus_sync (
- GBusType bus_type,
- GDBusProxyFlags flags,
- const gchar *name,
- const gchar *object_path,
- GCancellable *cancellable,
- GError **error)
-{
- GInitable *ret;
- ret = g_initable_new (CUPS_TYPE_NOTIFIER_PROXY, cancellable, error, "g-flags", flags, "g-name", name, "g-bus-type", bus_type, "g-object-path", object_path, "g-interface-name", "org.cups.cupsd.Notifier", NULL);
- if (ret != NULL)
- return CUPS_NOTIFIER (ret);
- else
- return NULL;
-}
-
-
-/* ------------------------------------------------------------------------ */
-
-/**
- * CupsNotifierSkeleton:
- *
- * The #CupsNotifierSkeleton structure contains only private data and should only be accessed using the provided API.
- */
-
-/**
- * CupsNotifierSkeletonClass:
- * @parent_class: The parent class.
- *
- * Class structure for #CupsNotifierSkeleton.
- */
-
-struct _CupsNotifierSkeletonPrivate
-{
- GValue *properties;
- GList *changed_properties;
- GSource *changed_properties_idle_source;
- GMainContext *context;
- GMutex lock;
-};
-
-static void
-_cups_notifier_skeleton_handle_method_call (
- GDBusConnection *connection,
- const gchar *sender,
- const gchar *object_path,
- const gchar *interface_name,
- const gchar *method_name,
- GVariant *parameters,
- GDBusMethodInvocation *invocation,
- gpointer user_data)
-{
- CupsNotifierSkeleton *skeleton = CUPS_NOTIFIER_SKELETON (user_data);
- _ExtendedGDBusMethodInfo *info;
- GVariantIter iter;
- GVariant *child;
- GValue *paramv;
- guint num_params;
- guint num_extra;
- guint n;
- guint signal_id;
- GValue return_value = G_VALUE_INIT;
- info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);
- g_assert (info != NULL);
- num_params = g_variant_n_children (parameters);
- num_extra = info->pass_fdlist ? 3 : 2; paramv = g_new0 (GValue, num_params + num_extra);
- n = 0;
- g_value_init (&paramv[n], CUPS_TYPE_NOTIFIER);
- g_value_set_object (&paramv[n++], skeleton);
- g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);
- g_value_set_object (&paramv[n++], invocation);
- if (info->pass_fdlist)
- {
-#ifdef G_OS_UNIX
- g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);
- g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));
-#else
- g_assert_not_reached ();
-#endif
- }
- g_variant_iter_init (&iter, parameters);
- while ((child = g_variant_iter_next_value (&iter)) != NULL)
- {
- _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];
- if (arg_info->use_gvariant)
- {
- g_value_init (&paramv[n], G_TYPE_VARIANT);
- g_value_set_variant (&paramv[n], child);
- n++;
- }
- else
- g_dbus_gvariant_to_gvalue (child, &paramv[n++]);
- g_variant_unref (child);
- }
- signal_id = g_signal_lookup (info->signal_name, CUPS_TYPE_NOTIFIER);
- g_value_init (&return_value, G_TYPE_BOOLEAN);
- g_signal_emitv (paramv, signal_id, 0, &return_value);
- if (!g_value_get_boolean (&return_value))
- g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, "Method %s is not implemented on interface %s", method_name, interface_name);
- g_value_unset (&return_value);
- for (n = 0; n < num_params + num_extra; n++)
- g_value_unset (&paramv[n]);
- g_free (paramv);
-}
-
-static GVariant *
-_cups_notifier_skeleton_handle_get_property (
- GDBusConnection *connection,
- const gchar *sender,
- const gchar *object_path,
- const gchar *interface_name,
- const gchar *property_name,
- GError **error,
- gpointer user_data)
-{
- CupsNotifierSkeleton *skeleton = CUPS_NOTIFIER_SKELETON (user_data);
- GValue value = G_VALUE_INIT;
- GParamSpec *pspec;
- _ExtendedGDBusPropertyInfo *info;
- GVariant *ret;
- ret = NULL;
- info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_cups_notifier_interface_info, property_name);
- g_assert (info != NULL);
- pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);
- if (pspec == NULL)
- {
- g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, "No property with name %s", property_name);
- }
- else
- {
- g_value_init (&value, pspec->value_type);
- g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);
- ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));
- g_value_unset (&value);
- }
- return ret;
-}
-
-static gboolean
-_cups_notifier_skeleton_handle_set_property (
- GDBusConnection *connection,
- const gchar *sender,
- const gchar *object_path,
- const gchar *interface_name,
- const gchar *property_name,
- GVariant *variant,
- GError **error,
- gpointer user_data)
-{
- CupsNotifierSkeleton *skeleton = CUPS_NOTIFIER_SKELETON (user_data);
- GValue value = G_VALUE_INIT;
- GParamSpec *pspec;
- _ExtendedGDBusPropertyInfo *info;
- gboolean ret;
- ret = FALSE;
- info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_cups_notifier_interface_info, property_name);
- g_assert (info != NULL);
- pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);
- if (pspec == NULL)
- {
- g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, "No property with name %s", property_name);
- }
- else
- {
- if (info->use_gvariant)
- g_value_set_variant (&value, variant);
- else
- g_dbus_gvariant_to_gvalue (variant, &value);
- g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);
- g_value_unset (&value);
- ret = TRUE;
- }
- return ret;
-}
-
-static const GDBusInterfaceVTable _cups_notifier_skeleton_vtable =
-{
- _cups_notifier_skeleton_handle_method_call,
- _cups_notifier_skeleton_handle_get_property,
- _cups_notifier_skeleton_handle_set_property
-};
-
-static GDBusInterfaceInfo *
-cups_notifier_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton)
-{
- return cups_notifier_interface_info ();
-}
-
-static GDBusInterfaceVTable *
-cups_notifier_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton)
-{
- return (GDBusInterfaceVTable *) &_cups_notifier_skeleton_vtable;
-}
-
-static GVariant *
-cups_notifier_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)
-{
- CupsNotifierSkeleton *skeleton = CUPS_NOTIFIER_SKELETON (_skeleton);
-
- GVariantBuilder builder;
- guint n;
- g_variant_builder_init (&builder, G_VARIANT_TYPE ("a{sv}"));
- if (_cups_notifier_interface_info.parent_struct.properties == NULL)
- goto out;
- for (n = 0; _cups_notifier_interface_info.parent_struct.properties[n] != NULL; n++)
- {
- GDBusPropertyInfo *info = _cups_notifier_interface_info.parent_struct.properties[n];
- if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)
- {
- GVariant *value;
- value = _cups_notifier_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.cups.cupsd.Notifier", info->name, NULL, skeleton);
- if (value != NULL)
- {
- g_variant_take_ref (value);
- g_variant_builder_add (&builder, "{sv}", info->name, value);
- g_variant_unref (value);
- }
- }
- }
-out:
- return g_variant_builder_end (&builder);
-}
-
-static void
-cups_notifier_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton)
-{
-}
-
-static void
-_cups_notifier_on_signal_server_started (
- CupsNotifier *object,
- const gchar *arg_text)
-{
- CupsNotifierSkeleton *skeleton = CUPS_NOTIFIER_SKELETON (object);
-
- GList *connections, *l;
- GVariant *signal_variant;
- connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));
-
- signal_variant = g_variant_ref_sink (g_variant_new ("(s)",
- arg_text));
- for (l = connections; l != NULL; l = l->next)
- {
- GDBusConnection *connection = l->data;
- g_dbus_connection_emit_signal (connection,
- NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.cups.cupsd.Notifier", "ServerStarted",
- signal_variant, NULL);
- }
- g_variant_unref (signal_variant);
- g_list_free_full (connections, g_object_unref);
-}
-
-static void
-_cups_notifier_on_signal_server_restarted (
- CupsNotifier *object,
- const gchar *arg_text)
-{
- CupsNotifierSkeleton *skeleton = CUPS_NOTIFIER_SKELETON (object);
-
- GList *connections, *l;
- GVariant *signal_variant;
- connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));
-
- signal_variant = g_variant_ref_sink (g_variant_new ("(s)",
- arg_text));
- for (l = connections; l != NULL; l = l->next)
- {
- GDBusConnection *connection = l->data;
- g_dbus_connection_emit_signal (connection,
- NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.cups.cupsd.Notifier", "ServerRestarted",
- signal_variant, NULL);
- }
- g_variant_unref (signal_variant);
- g_list_free_full (connections, g_object_unref);
-}
-
-static void
-_cups_notifier_on_signal_server_stopped (
- CupsNotifier *object,
- const gchar *arg_text)
-{
- CupsNotifierSkeleton *skeleton = CUPS_NOTIFIER_SKELETON (object);
-
- GList *connections, *l;
- GVariant *signal_variant;
- connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));
-
- signal_variant = g_variant_ref_sink (g_variant_new ("(s)",
- arg_text));
- for (l = connections; l != NULL; l = l->next)
- {
- GDBusConnection *connection = l->data;
- g_dbus_connection_emit_signal (connection,
- NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.cups.cupsd.Notifier", "ServerStopped",
- signal_variant, NULL);
- }
- g_variant_unref (signal_variant);
- g_list_free_full (connections, g_object_unref);
-}
-
-static void
-_cups_notifier_on_signal_server_audit (
- CupsNotifier *object,
- const gchar *arg_text)
-{
- CupsNotifierSkeleton *skeleton = CUPS_NOTIFIER_SKELETON (object);
-
- GList *connections, *l;
- GVariant *signal_variant;
- connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));
-
- signal_variant = g_variant_ref_sink (g_variant_new ("(s)",
- arg_text));
- for (l = connections; l != NULL; l = l->next)
- {
- GDBusConnection *connection = l->data;
- g_dbus_connection_emit_signal (connection,
- NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.cups.cupsd.Notifier", "ServerAudit",
- signal_variant, NULL);
- }
- g_variant_unref (signal_variant);
- g_list_free_full (connections, g_object_unref);
-}
-
-static void
-_cups_notifier_on_signal_printer_added (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs)
-{
- CupsNotifierSkeleton *skeleton = CUPS_NOTIFIER_SKELETON (object);
-
- GList *connections, *l;
- GVariant *signal_variant;
- connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));
-
- signal_variant = g_variant_ref_sink (g_variant_new ("(sssusb)",
- arg_text,
- arg_printer_uri,
- arg_printer_name,
- arg_printer_state,
- arg_printer_state_reasons,
- arg_printer_is_accepting_jobs));
- for (l = connections; l != NULL; l = l->next)
- {
- GDBusConnection *connection = l->data;
- g_dbus_connection_emit_signal (connection,
- NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.cups.cupsd.Notifier", "PrinterAdded",
- signal_variant, NULL);
- }
- g_variant_unref (signal_variant);
- g_list_free_full (connections, g_object_unref);
-}
-
-static void
-_cups_notifier_on_signal_printer_deleted (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs)
-{
- CupsNotifierSkeleton *skeleton = CUPS_NOTIFIER_SKELETON (object);
-
- GList *connections, *l;
- GVariant *signal_variant;
- connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));
-
- signal_variant = g_variant_ref_sink (g_variant_new ("(sssusb)",
- arg_text,
- arg_printer_uri,
- arg_printer_name,
- arg_printer_state,
- arg_printer_state_reasons,
- arg_printer_is_accepting_jobs));
- for (l = connections; l != NULL; l = l->next)
- {
- GDBusConnection *connection = l->data;
- g_dbus_connection_emit_signal (connection,
- NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.cups.cupsd.Notifier", "PrinterDeleted",
- signal_variant, NULL);
- }
- g_variant_unref (signal_variant);
- g_list_free_full (connections, g_object_unref);
-}
-
-static void
-_cups_notifier_on_signal_printer_modified (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs)
-{
- CupsNotifierSkeleton *skeleton = CUPS_NOTIFIER_SKELETON (object);
-
- GList *connections, *l;
- GVariant *signal_variant;
- connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));
-
- signal_variant = g_variant_ref_sink (g_variant_new ("(sssusb)",
- arg_text,
- arg_printer_uri,
- arg_printer_name,
- arg_printer_state,
- arg_printer_state_reasons,
- arg_printer_is_accepting_jobs));
- for (l = connections; l != NULL; l = l->next)
- {
- GDBusConnection *connection = l->data;
- g_dbus_connection_emit_signal (connection,
- NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.cups.cupsd.Notifier", "PrinterModified",
- signal_variant, NULL);
- }
- g_variant_unref (signal_variant);
- g_list_free_full (connections, g_object_unref);
-}
-
-static void
-_cups_notifier_on_signal_printer_restarted (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs)
-{
- CupsNotifierSkeleton *skeleton = CUPS_NOTIFIER_SKELETON (object);
-
- GList *connections, *l;
- GVariant *signal_variant;
- connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));
-
- signal_variant = g_variant_ref_sink (g_variant_new ("(sssusb)",
- arg_text,
- arg_printer_uri,
- arg_printer_name,
- arg_printer_state,
- arg_printer_state_reasons,
- arg_printer_is_accepting_jobs));
- for (l = connections; l != NULL; l = l->next)
- {
- GDBusConnection *connection = l->data;
- g_dbus_connection_emit_signal (connection,
- NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.cups.cupsd.Notifier", "PrinterRestarted",
- signal_variant, NULL);
- }
- g_variant_unref (signal_variant);
- g_list_free_full (connections, g_object_unref);
-}
-
-static void
-_cups_notifier_on_signal_printer_stopped (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs)
-{
- CupsNotifierSkeleton *skeleton = CUPS_NOTIFIER_SKELETON (object);
-
- GList *connections, *l;
- GVariant *signal_variant;
- connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));
-
- signal_variant = g_variant_ref_sink (g_variant_new ("(sssusb)",
- arg_text,
- arg_printer_uri,
- arg_printer_name,
- arg_printer_state,
- arg_printer_state_reasons,
- arg_printer_is_accepting_jobs));
- for (l = connections; l != NULL; l = l->next)
- {
- GDBusConnection *connection = l->data;
- g_dbus_connection_emit_signal (connection,
- NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.cups.cupsd.Notifier", "PrinterStopped",
- signal_variant, NULL);
- }
- g_variant_unref (signal_variant);
- g_list_free_full (connections, g_object_unref);
-}
-
-static void
-_cups_notifier_on_signal_printer_shutdown (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs)
-{
- CupsNotifierSkeleton *skeleton = CUPS_NOTIFIER_SKELETON (object);
-
- GList *connections, *l;
- GVariant *signal_variant;
- connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));
-
- signal_variant = g_variant_ref_sink (g_variant_new ("(sssusb)",
- arg_text,
- arg_printer_uri,
- arg_printer_name,
- arg_printer_state,
- arg_printer_state_reasons,
- arg_printer_is_accepting_jobs));
- for (l = connections; l != NULL; l = l->next)
- {
- GDBusConnection *connection = l->data;
- g_dbus_connection_emit_signal (connection,
- NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.cups.cupsd.Notifier", "PrinterShutdown",
- signal_variant, NULL);
- }
- g_variant_unref (signal_variant);
- g_list_free_full (connections, g_object_unref);
-}
-
-static void
-_cups_notifier_on_signal_printer_state_changed (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs)
-{
- CupsNotifierSkeleton *skeleton = CUPS_NOTIFIER_SKELETON (object);
-
- GList *connections, *l;
- GVariant *signal_variant;
- connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));
-
- signal_variant = g_variant_ref_sink (g_variant_new ("(sssusb)",
- arg_text,
- arg_printer_uri,
- arg_printer_name,
- arg_printer_state,
- arg_printer_state_reasons,
- arg_printer_is_accepting_jobs));
- for (l = connections; l != NULL; l = l->next)
- {
- GDBusConnection *connection = l->data;
- g_dbus_connection_emit_signal (connection,
- NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.cups.cupsd.Notifier", "PrinterStateChanged",
- signal_variant, NULL);
- }
- g_variant_unref (signal_variant);
- g_list_free_full (connections, g_object_unref);
-}
-
-static void
-_cups_notifier_on_signal_printer_finishings_changed (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs)
-{
- CupsNotifierSkeleton *skeleton = CUPS_NOTIFIER_SKELETON (object);
-
- GList *connections, *l;
- GVariant *signal_variant;
- connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));
-
- signal_variant = g_variant_ref_sink (g_variant_new ("(sssusb)",
- arg_text,
- arg_printer_uri,
- arg_printer_name,
- arg_printer_state,
- arg_printer_state_reasons,
- arg_printer_is_accepting_jobs));
- for (l = connections; l != NULL; l = l->next)
- {
- GDBusConnection *connection = l->data;
- g_dbus_connection_emit_signal (connection,
- NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.cups.cupsd.Notifier", "PrinterFinishingsChanged",
- signal_variant, NULL);
- }
- g_variant_unref (signal_variant);
- g_list_free_full (connections, g_object_unref);
-}
-
-static void
-_cups_notifier_on_signal_printer_media_changed (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs)
-{
- CupsNotifierSkeleton *skeleton = CUPS_NOTIFIER_SKELETON (object);
-
- GList *connections, *l;
- GVariant *signal_variant;
- connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));
-
- signal_variant = g_variant_ref_sink (g_variant_new ("(sssusb)",
- arg_text,
- arg_printer_uri,
- arg_printer_name,
- arg_printer_state,
- arg_printer_state_reasons,
- arg_printer_is_accepting_jobs));
- for (l = connections; l != NULL; l = l->next)
- {
- GDBusConnection *connection = l->data;
- g_dbus_connection_emit_signal (connection,
- NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.cups.cupsd.Notifier", "PrinterMediaChanged",
- signal_variant, NULL);
- }
- g_variant_unref (signal_variant);
- g_list_free_full (connections, g_object_unref);
-}
-
-static void
-_cups_notifier_on_signal_job_created (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs,
- guint arg_job_id,
- guint arg_job_state,
- const gchar *arg_job_state_reasons,
- const gchar *arg_job_name,
- guint arg_job_impressions_completed)
-{
- CupsNotifierSkeleton *skeleton = CUPS_NOTIFIER_SKELETON (object);
-
- GList *connections, *l;
- GVariant *signal_variant;
- connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));
-
- signal_variant = g_variant_ref_sink (g_variant_new ("(sssusbuussu)",
- arg_text,
- arg_printer_uri,
- arg_printer_name,
- arg_printer_state,
- arg_printer_state_reasons,
- arg_printer_is_accepting_jobs,
- arg_job_id,
- arg_job_state,
- arg_job_state_reasons,
- arg_job_name,
- arg_job_impressions_completed));
- for (l = connections; l != NULL; l = l->next)
- {
- GDBusConnection *connection = l->data;
- g_dbus_connection_emit_signal (connection,
- NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.cups.cupsd.Notifier", "JobCreated",
- signal_variant, NULL);
- }
- g_variant_unref (signal_variant);
- g_list_free_full (connections, g_object_unref);
-}
-
-static void
-_cups_notifier_on_signal_job_completed (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs,
- guint arg_job_id,
- guint arg_job_state,
- const gchar *arg_job_state_reasons,
- const gchar *arg_job_name,
- guint arg_job_impressions_completed)
-{
- CupsNotifierSkeleton *skeleton = CUPS_NOTIFIER_SKELETON (object);
-
- GList *connections, *l;
- GVariant *signal_variant;
- connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));
-
- signal_variant = g_variant_ref_sink (g_variant_new ("(sssusbuussu)",
- arg_text,
- arg_printer_uri,
- arg_printer_name,
- arg_printer_state,
- arg_printer_state_reasons,
- arg_printer_is_accepting_jobs,
- arg_job_id,
- arg_job_state,
- arg_job_state_reasons,
- arg_job_name,
- arg_job_impressions_completed));
- for (l = connections; l != NULL; l = l->next)
- {
- GDBusConnection *connection = l->data;
- g_dbus_connection_emit_signal (connection,
- NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.cups.cupsd.Notifier", "JobCompleted",
- signal_variant, NULL);
- }
- g_variant_unref (signal_variant);
- g_list_free_full (connections, g_object_unref);
-}
-
-static void
-_cups_notifier_on_signal_job_state (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs,
- guint arg_job_id,
- guint arg_job_state,
- const gchar *arg_job_state_reasons,
- const gchar *arg_job_name,
- guint arg_job_impressions_completed)
-{
- CupsNotifierSkeleton *skeleton = CUPS_NOTIFIER_SKELETON (object);
-
- GList *connections, *l;
- GVariant *signal_variant;
- connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));
-
- signal_variant = g_variant_ref_sink (g_variant_new ("(sssusbuussu)",
- arg_text,
- arg_printer_uri,
- arg_printer_name,
- arg_printer_state,
- arg_printer_state_reasons,
- arg_printer_is_accepting_jobs,
- arg_job_id,
- arg_job_state,
- arg_job_state_reasons,
- arg_job_name,
- arg_job_impressions_completed));
- for (l = connections; l != NULL; l = l->next)
- {
- GDBusConnection *connection = l->data;
- g_dbus_connection_emit_signal (connection,
- NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.cups.cupsd.Notifier", "JobState",
- signal_variant, NULL);
- }
- g_variant_unref (signal_variant);
- g_list_free_full (connections, g_object_unref);
-}
-
-static void cups_notifier_skeleton_iface_init (CupsNotifierIface *iface);
-G_DEFINE_TYPE_WITH_CODE (CupsNotifierSkeleton, cups_notifier_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,
- G_IMPLEMENT_INTERFACE (CUPS_TYPE_NOTIFIER, cups_notifier_skeleton_iface_init));
-
-static void
-cups_notifier_skeleton_finalize (GObject *object)
-{
- CupsNotifierSkeleton *skeleton = CUPS_NOTIFIER_SKELETON (object);
- g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);
- if (skeleton->priv->changed_properties_idle_source != NULL)
- g_source_destroy (skeleton->priv->changed_properties_idle_source);
- g_main_context_unref (skeleton->priv->context);
- g_mutex_clear (&skeleton->priv->lock);
- G_OBJECT_CLASS (cups_notifier_skeleton_parent_class)->finalize (object);
-}
-
-static void
-cups_notifier_skeleton_init (CupsNotifierSkeleton *skeleton)
-{
- skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, CUPS_TYPE_NOTIFIER_SKELETON, CupsNotifierSkeletonPrivate);
- g_mutex_init (&skeleton->priv->lock);
- skeleton->priv->context = g_main_context_ref_thread_default ();
-}
-
-static void
-cups_notifier_skeleton_class_init (CupsNotifierSkeletonClass *klass)
-{
- GObjectClass *gobject_class;
- GDBusInterfaceSkeletonClass *skeleton_class;
-
- g_type_class_add_private (klass, sizeof (CupsNotifierSkeletonPrivate));
-
- gobject_class = G_OBJECT_CLASS (klass);
- gobject_class->finalize = cups_notifier_skeleton_finalize;
-
- skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);
- skeleton_class->get_info = cups_notifier_skeleton_dbus_interface_get_info;
- skeleton_class->get_properties = cups_notifier_skeleton_dbus_interface_get_properties;
- skeleton_class->flush = cups_notifier_skeleton_dbus_interface_flush;
- skeleton_class->get_vtable = cups_notifier_skeleton_dbus_interface_get_vtable;
-}
-
-static void
-cups_notifier_skeleton_iface_init (CupsNotifierIface *iface)
-{
- iface->server_started = _cups_notifier_on_signal_server_started;
- iface->server_restarted = _cups_notifier_on_signal_server_restarted;
- iface->server_stopped = _cups_notifier_on_signal_server_stopped;
- iface->server_audit = _cups_notifier_on_signal_server_audit;
- iface->printer_added = _cups_notifier_on_signal_printer_added;
- iface->printer_deleted = _cups_notifier_on_signal_printer_deleted;
- iface->printer_modified = _cups_notifier_on_signal_printer_modified;
- iface->printer_restarted = _cups_notifier_on_signal_printer_restarted;
- iface->printer_stopped = _cups_notifier_on_signal_printer_stopped;
- iface->printer_shutdown = _cups_notifier_on_signal_printer_shutdown;
- iface->printer_state_changed = _cups_notifier_on_signal_printer_state_changed;
- iface->printer_finishings_changed = _cups_notifier_on_signal_printer_finishings_changed;
- iface->printer_media_changed = _cups_notifier_on_signal_printer_media_changed;
- iface->job_created = _cups_notifier_on_signal_job_created;
- iface->job_completed = _cups_notifier_on_signal_job_completed;
- iface->job_state = _cups_notifier_on_signal_job_state;
-}
-
-/**
- * cups_notifier_skeleton_new:
- *
- * Creates a skeleton object for the D-Bus interface <link linkend="gdbus-interface-org-cups-cupsd-Notifier.top_of_page">org.cups.cupsd.Notifier</link>.
- *
- * Returns: (transfer full) (type CupsNotifierSkeleton): The skeleton object.
- */
-CupsNotifier *
-cups_notifier_skeleton_new (void)
-{
- return CUPS_NOTIFIER (g_object_new (CUPS_TYPE_NOTIFIER_SKELETON, NULL));
-}
-
diff --git a/src/cups-notifier.h b/src/cups-notifier.h
deleted file mode 100644
index fac96d1..0000000
--- a/src/cups-notifier.h
+++ /dev/null
@@ -1,418 +0,0 @@
-/*
- * Generated by gdbus-codegen 2.31.16. DO NOT EDIT.
- *
- * The license of this code is the same as for the source it was derived from.
- */
-
-#ifndef __CUPS_NOTIFIER_H__
-#define __CUPS_NOTIFIER_H__
-
-#include <gio/gio.h>
-
-G_BEGIN_DECLS
-
-
-/* ------------------------------------------------------------------------ */
-/* Declarations for org.cups.cupsd.Notifier */
-
-#define CUPS_TYPE_NOTIFIER (cups_notifier_get_type ())
-#define CUPS_NOTIFIER(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), CUPS_TYPE_NOTIFIER, CupsNotifier))
-#define CUPS_IS_NOTIFIER(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), CUPS_TYPE_NOTIFIER))
-#define CUPS_NOTIFIER_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), CUPS_TYPE_NOTIFIER, CupsNotifierIface))
-
-struct _CupsNotifier;
-typedef struct _CupsNotifier CupsNotifier;
-typedef struct _CupsNotifierIface CupsNotifierIface;
-
-struct _CupsNotifierIface
-{
- GTypeInterface parent_iface;
-
- void (*job_completed) (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs,
- guint arg_job_id,
- guint arg_job_state,
- const gchar *arg_job_state_reasons,
- const gchar *arg_job_name,
- guint arg_job_impressions_completed);
-
- void (*job_created) (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs,
- guint arg_job_id,
- guint arg_job_state,
- const gchar *arg_job_state_reasons,
- const gchar *arg_job_name,
- guint arg_job_impressions_completed);
-
- void (*job_state) (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs,
- guint arg_job_id,
- guint arg_job_state,
- const gchar *arg_job_state_reasons,
- const gchar *arg_job_name,
- guint arg_job_impressions_completed);
-
- void (*printer_added) (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs);
-
- void (*printer_deleted) (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs);
-
- void (*printer_finishings_changed) (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs);
-
- void (*printer_media_changed) (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs);
-
- void (*printer_modified) (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs);
-
- void (*printer_restarted) (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs);
-
- void (*printer_shutdown) (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs);
-
- void (*printer_state_changed) (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs);
-
- void (*printer_stopped) (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs);
-
- void (*server_audit) (
- CupsNotifier *object,
- const gchar *arg_text);
-
- void (*server_restarted) (
- CupsNotifier *object,
- const gchar *arg_text);
-
- void (*server_started) (
- CupsNotifier *object,
- const gchar *arg_text);
-
- void (*server_stopped) (
- CupsNotifier *object,
- const gchar *arg_text);
-
-};
-
-GType cups_notifier_get_type (void) G_GNUC_CONST;
-
-GDBusInterfaceInfo *cups_notifier_interface_info (void);
-guint cups_notifier_override_properties (GObjectClass *klass, guint property_id_begin);
-
-
-/* D-Bus signal emissions functions: */
-void cups_notifier_emit_server_started (
- CupsNotifier *object,
- const gchar *arg_text);
-
-void cups_notifier_emit_server_restarted (
- CupsNotifier *object,
- const gchar *arg_text);
-
-void cups_notifier_emit_server_stopped (
- CupsNotifier *object,
- const gchar *arg_text);
-
-void cups_notifier_emit_server_audit (
- CupsNotifier *object,
- const gchar *arg_text);
-
-void cups_notifier_emit_printer_added (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs);
-
-void cups_notifier_emit_printer_deleted (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs);
-
-void cups_notifier_emit_printer_modified (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs);
-
-void cups_notifier_emit_printer_restarted (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs);
-
-void cups_notifier_emit_printer_stopped (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs);
-
-void cups_notifier_emit_printer_shutdown (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs);
-
-void cups_notifier_emit_printer_state_changed (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs);
-
-void cups_notifier_emit_printer_finishings_changed (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs);
-
-void cups_notifier_emit_printer_media_changed (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs);
-
-void cups_notifier_emit_job_created (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs,
- guint arg_job_id,
- guint arg_job_state,
- const gchar *arg_job_state_reasons,
- const gchar *arg_job_name,
- guint arg_job_impressions_completed);
-
-void cups_notifier_emit_job_completed (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs,
- guint arg_job_id,
- guint arg_job_state,
- const gchar *arg_job_state_reasons,
- const gchar *arg_job_name,
- guint arg_job_impressions_completed);
-
-void cups_notifier_emit_job_state (
- CupsNotifier *object,
- const gchar *arg_text,
- const gchar *arg_printer_uri,
- const gchar *arg_printer_name,
- guint arg_printer_state,
- const gchar *arg_printer_state_reasons,
- gboolean arg_printer_is_accepting_jobs,
- guint arg_job_id,
- guint arg_job_state,
- const gchar *arg_job_state_reasons,
- const gchar *arg_job_name,
- guint arg_job_impressions_completed);
-
-
-
-/* ---- */
-
-#define CUPS_TYPE_NOTIFIER_PROXY (cups_notifier_proxy_get_type ())
-#define CUPS_NOTIFIER_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), CUPS_TYPE_NOTIFIER_PROXY, CupsNotifierProxy))
-#define CUPS_NOTIFIER_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), CUPS_TYPE_NOTIFIER_PROXY, CupsNotifierProxyClass))
-#define CUPS_NOTIFIER_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), CUPS_TYPE_NOTIFIER_PROXY, CupsNotifierProxyClass))
-#define CUPS_IS_NOTIFIER_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), CUPS_TYPE_NOTIFIER_PROXY))
-#define CUPS_IS_NOTIFIER_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), CUPS_TYPE_NOTIFIER_PROXY))
-
-typedef struct _CupsNotifierProxy CupsNotifierProxy;
-typedef struct _CupsNotifierProxyClass CupsNotifierProxyClass;
-typedef struct _CupsNotifierProxyPrivate CupsNotifierProxyPrivate;
-
-struct _CupsNotifierProxy
-{
- /*< private >*/
- GDBusProxy parent_instance;
- CupsNotifierProxyPrivate *priv;
-};
-
-struct _CupsNotifierProxyClass
-{
- GDBusProxyClass parent_class;
-};
-
-GType cups_notifier_proxy_get_type (void) G_GNUC_CONST;
-
-void cups_notifier_proxy_new (
- GDBusConnection *connection,
- GDBusProxyFlags flags,
- const gchar *name,
- const gchar *object_path,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
-CupsNotifier *cups_notifier_proxy_new_finish (
- GAsyncResult *res,
- GError **error);
-CupsNotifier *cups_notifier_proxy_new_sync (
- GDBusConnection *connection,
- GDBusProxyFlags flags,
- const gchar *name,
- const gchar *object_path,
- GCancellable *cancellable,
- GError **error);
-
-void cups_notifier_proxy_new_for_bus (
- GBusType bus_type,
- GDBusProxyFlags flags,
- const gchar *name,
- const gchar *object_path,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
-CupsNotifier *cups_notifier_proxy_new_for_bus_finish (
- GAsyncResult *res,
- GError **error);
-CupsNotifier *cups_notifier_proxy_new_for_bus_sync (
- GBusType bus_type,
- GDBusProxyFlags flags,
- const gchar *name,
- const gchar *object_path,
- GCancellable *cancellable,
- GError **error);
-
-
-/* ---- */
-
-#define CUPS_TYPE_NOTIFIER_SKELETON (cups_notifier_skeleton_get_type ())
-#define CUPS_NOTIFIER_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), CUPS_TYPE_NOTIFIER_SKELETON, CupsNotifierSkeleton))
-#define CUPS_NOTIFIER_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), CUPS_TYPE_NOTIFIER_SKELETON, CupsNotifierSkeletonClass))
-#define CUPS_NOTIFIER_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), CUPS_TYPE_NOTIFIER_SKELETON, CupsNotifierSkeletonClass))
-#define CUPS_IS_NOTIFIER_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), CUPS_TYPE_NOTIFIER_SKELETON))
-#define CUPS_IS_NOTIFIER_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), CUPS_TYPE_NOTIFIER_SKELETON))
-
-typedef struct _CupsNotifierSkeleton CupsNotifierSkeleton;
-typedef struct _CupsNotifierSkeletonClass CupsNotifierSkeletonClass;
-typedef struct _CupsNotifierSkeletonPrivate CupsNotifierSkeletonPrivate;
-
-struct _CupsNotifierSkeleton
-{
- /*< private >*/
- GDBusInterfaceSkeleton parent_instance;
- CupsNotifierSkeletonPrivate *priv;
-};
-
-struct _CupsNotifierSkeletonClass
-{
- GDBusInterfaceSkeletonClass parent_class;
-};
-
-GType cups_notifier_skeleton_get_type (void) G_GNUC_CONST;
-
-CupsNotifier *cups_notifier_skeleton_new (void);
-
-
-G_END_DECLS
-
-#endif /* __CUPS_NOTIFIER_H__ */
diff --git a/src/indicator-printer-state-notifier.c b/src/indicator-printer-state-notifier.c
index d3668a2..8261274 100644
--- a/src/indicator-printer-state-notifier.c
+++ b/src/indicator-printer-state-notifier.c
@@ -18,6 +18,7 @@
#include "indicator-printer-state-notifier.h"
+#include <glib/gi18n.h>
#include <gtk/gtk.h>
#include <cups/cups.h>
#include <string.h>
@@ -125,13 +126,13 @@ show_alert_box (const gchar *printer,
primary_text = g_strdup_printf (reason, printer);
if (njobs == 1)
- fmt = "You have %d job queued to print on this printer.";
+ fmt = _("You have %d job queued to print on this printer.");
else
- fmt = "You have %d jobs queued to print on this printer.";
+ fmt = _("You have %d jobs queued to print on this printer.");
secondary_text = g_strdup_printf (fmt, njobs);
dialog = g_object_new (GTK_TYPE_MESSAGE_DIALOG,
- "title", "Printing Problem",
+ "title", _("Printing Problem"),
"icon-name", "printer",
"image", image,
"text", primary_text,
@@ -147,7 +148,7 @@ show_alert_box (const gchar *printer,
g_free (secondary_text);
gtk_dialog_add_buttons (GTK_DIALOG (dialog),
- "_Settings…", RESPONSE_SHOW_SYSTEM_SETTINGS,
+ _("_Settings…"), RESPONSE_SHOW_SYSTEM_SETTINGS,
GTK_STOCK_OK, GTK_RESPONSE_OK,
NULL);
gtk_dialog_set_default_response (GTK_DIALOG (dialog),
@@ -313,14 +314,14 @@ indicator_printer_state_notifier_init (IndicatorPrinterStateNotifier *self)
priv->printer_alerts = g_hash_table_new (g_str_hash, g_str_equal);
g_hash_table_insert_many ( priv->printer_alerts,
- "media-low", "The printer “%s” is low on paper.",
- "media-empty", "The printer “%s” is out of paper.",
- "toner-low", "The printer “%s” is low on toner.",
- "toner-empty", "The printer “%s” is out of toner.",
- "cover-open", "A cover is open on the printer “%s”.",
- "door-open", "A door is open on the printer “%s”.",
- "cups-missing-filter", "The printer “%s” can’t be used, because required software is missing.",
- "offline", "The printer “%s” is currently off-line.",
+ "media-low", _("The printer “%s” is low on paper."),
+ "media-empty", _("The printer “%s” is out of paper."),
+ "toner-low", _("The printer “%s” is low on toner."),
+ "toner-empty", _("The printer “%s” is out of toner."),
+ "cover-open", _("A cover is open on the printer “%s”."),
+ "door-open", _("A door is open on the printer “%s”."),
+ "cups-missing-filter", _("The printer “%s” can’t be used, because required software is missing."),
+ "offline", _("The printer “%s” is currently off-line."),
NULL);
}
diff --git a/src/indicator-printers-service.c b/src/indicator-printers-service.c
index 58644ab..5daf697 100644
--- a/src/indicator-printers-service.c
+++ b/src/indicator-printers-service.c
@@ -19,6 +19,7 @@
#include <libindicator/indicator-service.h>
#include <libdbusmenu-glib/dbusmenu-glib.h>
#include <gtk/gtk.h>
+#include <cups/cups.h>
#include "dbus-names.h"
#include "cups-notifier.h"
@@ -26,10 +27,77 @@
#include "indicator-printer-state-notifier.h"
+static int
+create_subscription ()
+{
+ ipp_t *req;
+ ipp_t *resp;
+ ipp_attribute_t *attr;
+ int id = 0;
+
+ req = ippNewRequest (IPP_CREATE_PRINTER_SUBSCRIPTION);
+ ippAddString (req, IPP_TAG_OPERATION, IPP_TAG_URI,
+ "printer-uri", NULL, "/");
+ ippAddString (req, IPP_TAG_SUBSCRIPTION, IPP_TAG_KEYWORD,
+ "notify-events", NULL, "all");
+ ippAddString (req, IPP_TAG_SUBSCRIPTION, IPP_TAG_URI,
+ "notify-recipient-uri", NULL, "dbus://");
+ ippAddInteger (req, IPP_TAG_SUBSCRIPTION, IPP_TAG_INTEGER,
+ "notify-lease-duration", 0);
+
+ resp = cupsDoRequest (CUPS_HTTP_DEFAULT, req, "/");
+ if (!resp || cupsLastError() != IPP_OK) {
+ g_warning ("Error subscribing to CUPS notifications: %s\n",
+ cupsLastErrorString ());
+ return 0;
+ }
+
+ attr = ippFindAttribute (resp, "notify-subscription-id", IPP_TAG_INTEGER);
+ if (attr)
+ id = attr->values[0].integer;
+ else
+ g_warning ("ipp-create-printer-subscription response doesn't contain "
+ "subscription id.\n");
+
+ ippDelete (resp);
+ return id;
+}
+
+
+void
+cancel_subscription (int id)
+{
+ ipp_t *req;
+ ipp_t *resp;
+
+ if (id <= 0)
+ return;
+
+ req = ippNewRequest (IPP_CANCEL_SUBSCRIPTION);
+ ippAddString (req, IPP_TAG_OPERATION, IPP_TAG_URI,
+ "printer-uri", NULL, "/");
+ ippAddInteger (req, IPP_TAG_OPERATION, IPP_TAG_INTEGER,
+ "notify-subscription-id", id);
+
+ resp = cupsDoRequest (CUPS_HTTP_DEFAULT, req, "/");
+ if (!resp || cupsLastError() != IPP_OK) {
+ g_warning ("Error subscribing to CUPS notifications: %s\n",
+ cupsLastErrorString ());
+ return;
+ }
+
+ ippDelete (resp);
+}
+
+
static void
service_shutdown (IndicatorService *service, gpointer user_data)
{
+ int subscription_id = GPOINTER_TO_INT (user_data);
+
g_debug("Shutting down indicator-printers-service");
+
+ cancel_subscription (subscription_id);
gtk_main_quit ();
}
@@ -42,15 +110,18 @@ int main (int argc, char *argv[])
IndicatorPrintersMenu *menu;
IndicatorPrinterStateNotifier *state_notifier;
GError *error = NULL;
+ int subscription_id;
gtk_init (&argc, &argv);
+ subscription_id = create_subscription ();
+
service = indicator_service_new_version (INDICATOR_PRINTERS_DBUS_NAME,
INDICATOR_PRINTERS_DBUS_VERSION);
g_signal_connect (service,
"shutdown",
G_CALLBACK (service_shutdown),
- NULL);
+ GINT_TO_POINTER (subscription_id));
cups_notifier = cups_notifier_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM,
0,