gnome-control-center/panels/printers
Felipe Borges 4ea4f41e20 printers: Pass correct argument to gtk_builder_add_objects_from_resource
This is detectable with -Wincompatible-pointer-types and warns with
[1/7] Compiling C object panels/printers/libprinters.a.p/cc-printers-panel.c.o
../panels/printers/cc-printers-panel.c: In function ‘cc_printers_panel_init’:
../panels/printers/cc-printers-panel.c:1228:59: warning: passing argument 3 of ‘gtk_builder_add_objects_from_resource’ from incompatible pointer type [-Wincompatible-pointer-types]
 1228 |                                                           objects, &error);
      |                                                           ^~~~~~~
      |                                                           |
      |                                                           gchar ** {aka char **}
In file included from /usr/include/gtk-4.0/gtk/gtkbuildable.h:26,
                 from /usr/include/gtk-4.0/gtk/gtk.h:56,
                 from /usr/local/include/libadwaita-1/adwaita.h:9,
                 from ../shell/cc-panel.h:25,
                 from ../panels/printers/cc-printers-panel.h:21,
                 from ../panels/printers/cc-printers-panel.c:23:
/usr/include/gtk-4.0/gtk/gtkbuilder.h:122:66: note: expected ‘const char **’ but argument is of type ‘gchar **’ {aka ‘char **’}
  122 |                                                   const char   **object_ids,
      |                                                   ~~~~~~~~~~~~~~~^~~~~~~~~~
[7/7] Linking target tests/network/test-wifi-panel-text
2022-08-18 15:33:38 +02:00
..
icons Add individual app icons 2022-01-31 14:08:22 +00:00
cc-printers-panel.c printers: Pass correct argument to gtk_builder_add_objects_from_resource 2022-08-18 15:33:38 +02:00
cc-printers-panel.h printers: Replace ifdefs with #pragma once 2019-01-30 11:33:28 +13:00
gnome-printers-panel.desktop.in.in Add individual app icons 2022-01-31 14:08:22 +00:00
meson.build printers: Remove authentication-dialog.ui 2022-02-22 12:44:12 +01:00
new-printer-dialog.ui Printer panel a11y fixes 2022-06-20 23:04:56 +00:00
pp-cups.c printers: Use g_autoptr 2020-09-22 21:23:04 +00:00
pp-cups.h printers: Replace ifdefs with #pragma once 2019-01-30 11:33:28 +13:00
pp-details-dialog.c printers: Check for invalid characters in printer names 2022-05-10 05:11:51 +00:00
pp-details-dialog.h printers: use gtk_dialog_run 2019-09-10 00:18:53 +00:00
pp-details-dialog.ui printers: Add label for invalid characters in printer name 2022-05-10 05:11:51 +00:00
pp-host.c printers: Replace PpDevicesList with standard GPtrArray 2020-07-20 14:14:44 +12:00
pp-host.h printers: Replace PpDevicesList with standard GPtrArray 2020-07-20 14:14:44 +12:00
pp-ipp-option-widget.c printers: Use a GtkDropDown in PpOptionsDialog 2022-04-05 11:52:00 -03:00
pp-ipp-option-widget.h printers: Replace ifdefs with #pragma once 2019-01-30 11:33:28 +13:00
pp-job-row.c Fix formatting 2022-06-20 23:04:56 +00:00
pp-job-row.h printers: Add adjust printer task priority button 2021-11-10 15:10:20 +00:00
pp-job-row.ui printers: Port to GTK4 2021-12-14 22:34:21 -03:00
pp-job.c printers: Add adjust printer task priority button 2021-11-10 15:10:20 +00:00
pp-job.h printers: Add adjust printer task priority button 2021-11-10 15:10:20 +00:00
pp-jobs-dialog.c printers: Port to GTK4 2021-12-14 22:34:21 -03:00
pp-jobs-dialog.h printers: Convert jobs dialog to use GtkTemplate 2020-01-28 14:46:53 +00:00
pp-jobs-dialog.ui Printer panel a11y fixes 2022-06-20 23:04:56 +00:00
pp-maintenance-command.c printers: Use g_autoptr 2020-09-22 21:23:04 +00:00
pp-maintenance-command.h printers: Replace ifdefs with #pragma once 2019-01-30 11:33:28 +13:00
pp-new-printer-dialog.c printers: Destroy ppd selection dialog explicitly 2022-03-02 11:03:59 +00:00
pp-new-printer-dialog.h Return a PpNewPrinter instead of PpPrintDevice, use gtk_show_all 2021-07-26 16:03:05 +00:00
pp-new-printer.c printers: Don't pass PpMaintenanceCommand references around 2020-09-22 21:23:05 +00:00
pp-new-printer.h printers: Replace ifdefs with #pragma once 2019-01-30 11:33:28 +13:00
pp-options-dialog.c printers: Port to GTK4 2021-12-14 22:34:21 -03:00
pp-options-dialog.h printers: Make the options dialog a full widget using GtkTemplate 2019-09-10 12:36:38 +12:00
pp-options-dialog.ui printers: Port to GTK4 2021-12-14 22:34:21 -03:00
pp-ppd-option-widget.c printers: Use a GtkDropDown in PpOptionsDialog 2022-04-05 11:52:00 -03:00
pp-ppd-option-widget.h printers: Replace ifdefs with #pragma once 2019-01-30 11:33:28 +13:00
pp-ppd-selection-dialog.c ppd_list is not a copy, don't free it. 2021-07-26 16:03:05 +00:00
pp-ppd-selection-dialog.h Change PpPPDSelectionDialog to GtkDialog 2021-01-08 02:49:32 +00:00
pp-print-device.c Fix minor typos 2020-07-20 10:38:09 +03:00
pp-print-device.h printers: Replace ifdefs with #pragma once 2019-01-30 11:33:28 +13:00
pp-printer-entry.c printers: Check for invalid characters in printer names 2022-05-10 05:11:51 +00:00
pp-printer-entry.h printers: Add methods for getting printer name and location 2020-10-29 20:36:48 +00:00
pp-printer.c printers: Add adjust printer task priority button 2021-11-10 15:10:20 +00:00
pp-printer.h printers: Add methods for getting printer name and location 2020-10-29 20:36:48 +00:00
pp-samba.c printers: Replace PpDevicesList with standard GPtrArray 2020-07-20 14:14:44 +12:00
pp-samba.h printers: Replace PpDevicesList with standard GPtrArray 2020-07-20 14:14:44 +12:00
pp-utils.c printers: Fix missing const on string parameter 2022-05-11 12:16:25 +12:00
pp-utils.h printers: Fix missing const on string parameter 2022-05-11 12:16:25 +12:00
ppd-selection-dialog.ui printers: Remove redundant UI properties 2022-02-04 17:50:04 +01:00
printer-entry.ui panels: Use icon-name property instead 2022-07-20 14:15:57 +02:00
printers.gresource.xml printers: Remove authentication-dialog.ui 2022-02-22 12:44:12 +01:00
printers.ui panels: Use icon-name property instead 2022-07-20 14:15:57 +02:00