WARNING: Using --header and --body at the same time is deprecated; use --body --prototypes instead
INFO: Reading /tmp/dbus-binding-tool-c-marshallers.MIQ0H3...
WARNING: Using --header and --body at the same time is deprecated; use --body --prototypes instead
INFO: Reading /tmp/dbus-binding-tool-c-marshallers.PSX0H3...
WARNING: Using --header and --body at the same time is deprecated; use --body --prototypes instead
INFO: Reading /tmp/dbus-binding-tool-c-marshallers.I3I0H3...
gpm-button.c: In function ‘gpm_button_is_lid_closed’:
gpm-button.c:302:17: warning: ‘up_client_get_lid_is_closed’ is deprecated [-Wdeprecated-declarations]
302 | return up_client_get_lid_is_closed (button->priv->client);
| ^~~~~~
In file included from /usr/include/libupower-glib/upower.h:38,
from gpm-button.c:33:
/usr/include/libupower-glib/up-client.h:98:18: note: declared here
98 | gboolean up_client_get_lid_is_closed (UpClient *client);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gpm-button.c: In function ‘gpm_button_init’:
gpm-button.c:362:9: warning: ‘up_client_get_lid_is_closed’ is deprecated [-Wdeprecated-declarations]
362 | button->priv->lid_is_closed = up_client_get_lid_is_closed (button->priv->client);
| ^~~~~~
/usr/include/libupower-glib/up-client.h:98:18: note: declared here
98 | gboolean up_client_get_lid_is_closed (UpClient *client);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gpm-tray-icon.c: In function ‘gpm_tray_icon_show’:
gpm-tray-icon.c:82:9: warning: ‘gtk_status_icon_set_visible’ is deprecated [-Wdeprecated-declarations]
82 | gtk_status_icon_set_visible (icon->priv->status_icon, enabled);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:275,
from gpm-tray-icon.c:41:
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151:23: note: declared here
151 | void gtk_status_icon_set_visible (GtkStatusIcon *status_icon,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gpm-tray-icon.c: In function ‘gpm_tray_icon_set_tooltip’:
gpm-tray-icon.c:96:9: warning: ‘gtk_status_icon_set_tooltip_text’ is deprecated [-Wdeprecated-declarations]
96 | gtk_status_icon_set_tooltip_text (icon->priv->status_icon, tooltip);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:137:23: note: declared here
137 | void gtk_status_icon_set_tooltip_text (GtkStatusIcon *status_icon,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpm-tray-icon.c: In function ‘gpm_tray_icon_set_icon’:
gpm-tray-icon.c:125:17: warning: ‘gtk_status_icon_set_from_icon_name’ is deprecated [-Wdeprecated-declarations]
125 | gtk_status_icon_set_from_icon_name (icon->priv->status_icon,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:106:23: note: declared here
106 | void gtk_status_icon_set_from_icon_name (GtkStatusIcon *status_icon,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpm-tray-icon.c: In function ‘gpm_tray_icon_popup_menu’:
gpm-tray-icon.c:440:9: warning: ‘gtk_menu_popup’ is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
440 | gtk_menu_popup (GTK_MENU (menu), NULL, NULL,
| ^~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:34,
from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
from /usr/include/gtk-3.0/gtk/gtk.h:33:
/usr/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here
138 | void gtk_menu_popup (GtkMenu *menu,
| ^~~~~~~~~~~~~~
gpm-tray-icon.c:441:25: warning: ‘gtk_status_icon_position_menu’ is deprecated [-Wdeprecated-declarations]
441 | gtk_status_icon_position_menu, icon->priv->status_icon,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:160:23: note: declared here
160 | void gtk_status_icon_position_menu (GtkMenu *menu,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpm-tray-icon.c: In function ‘gpm_tray_icon_init’:
gpm-tray-icon.c:507:9: warning: ‘gtk_status_icon_new’ is deprecated [-Wdeprecated-declarations]
507 | icon->priv->status_icon = gtk_status_icon_new ();
| ^~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:84:23: note: declared here
84 | GtkStatusIcon *gtk_status_icon_new (void);
| ^~~~~~~~~~~~~~~~~~~
gpm-manager.c: In function ‘gpm_manager_notify’:
gpm-manager.c:486:13: warning: ‘gtk_status_icon_is_embedded’ is deprecated [-Wdeprecated-declarations]
486 | gtk_status_icon_is_embedded (manager->priv->status_icon))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:275,
from gpm-manager.c:40:
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:157:23: note: declared here
157 | gboolean gtk_status_icon_is_embedded (GtkStatusIcon *status_icon);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gpm-manager.c:487:17: warning: ‘gtk_status_icon_get_icon_name’ is deprecated [-Wdeprecated-declarations]
487 | notification = notify_notification_new (title, message, gtk_status_icon_get_icon_name(manager->priv->status_icon));
| ^~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:120:23: note: declared here
120 | const gchar * gtk_status_icon_get_icon_name (GtkStatusIcon *status_icon);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpm-prefs-core.c: In function ‘gpm_prefs_init’:
gpm-prefs-core.c:723:17: warning: ‘up_client_get_lid_is_present’ is deprecated [-Wdeprecated-declarations]
723 | prefs->priv->has_button_lid = up_client_get_lid_is_present (prefs->priv->client);
| ^~~~~
In file included from /usr/include/libupower-glib/upower.h:38,
from gpm-prefs-core.c:34:
/usr/include/libupower-glib/up-client.h:100:18: note: declared here
100 | gboolean up_client_get_lid_is_present (UpClient *client);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
brightness-applet.c: In function ‘gpm_applet_draw_cb’:
brightness-applet.c:291:9: warning: ‘gdk_cairo_create’ is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations]
291 | cr = gdk_cairo_create (gtk_widget_get_window (GTK_WIDGET(applet)));
| ^~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:33,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from /usr/include/mate-panel-4.0/libmate-panel-applet/mate-panel-applet.h:30,
from brightness-applet.c:32:
/usr/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here
35 | cairo_t * gdk_cairo_create (GdkWindow *window);
| ^~~~~~~~~~~~~~~~
brightness-applet.c: In function ‘gpm_applet_cb’:
brightness-applet.c:1090:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
1090 | action_group = gtk_action_group_new ("Brightness Applet Actions");
| ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
175 | GtkActionGroup *gtk_action_group_new (const gchar *name);
| ^~~~~~~~~~~~~~~~~~~~
brightness-applet.c:1091:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
1091 | gtk_action_group_set_translation_domain (action_group, GETTEXT_PACKAGE);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:252:17: note: declared here
252 | void gtk_action_group_set_translation_domain (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
brightness-applet.c:1092:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
1092 | gtk_action_group_add_actions (action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here
210 | void gtk_action_group_add_actions (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
inhibit-applet.c: In function ‘gpm_applet_cb’:
inhibit-applet.c:514:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
514 | action_group = gtk_action_group_new ("Inhibit Applet Actions");
| ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
from /usr/include/mate-panel-4.0/libmate-panel-applet/mate-panel-applet.h:30,
from inhibit-applet.c:32:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
175 | GtkActionGroup *gtk_action_group_new (const gchar *name);
| ^~~~~~~~~~~~~~~~~~~~
inhibit-applet.c:515:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
515 | gtk_action_group_set_translation_domain (action_group, GETTEXT_PACKAGE);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:252:17: note: declared here
252 | void gtk_action_group_set_translation_domain (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
inhibit-applet.c:516:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
516 | gtk_action_group_add_actions (action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here
210 | void gtk_action_group_add_actions (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~