Snippets for mate-netbook 1.26.0 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/1n7127gaskzw3lwv9z3bmb8b5wqi75fs-mate-netbook-1.26.0.drv.
-
main.c:74:3: warning: 'G_APPLICATION_FLAGS_NONE' is deprecated: Use 'G_APPLICATION_DEFAULT_FLAGS' instead [-Wdeprecated-declarations] 74 | application = g_application_new ("com.canonical.Maximus", G_APPLICATION_FLAGS_NONE); | ^~~~~~~~~~~ -
maximus-bind.c:467:3: warning: 'wnck_screen_get_default' is deprecated: Use 'wnck_handle_get_default_screen' instead [-Wdeprecated-declarations] 467 | priv->screen = screen = wnck_screen_get_default (); | ^~~~ -
maximus-app.c:209:1: warning: no previous prototype for 'window_is_too_large_for_screen' [-Wmissing-prototypes] 209 | window_is_too_large_for_screen (WnckWindow *window) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
maximus-app.c:533:3: warning: 'wnck_screen_get_default' is deprecated: Use 'wnck_handle_get_default_screen' instead [-Wdeprecated-declarations] 533 | priv->screen = screen = wnck_screen_get_default (); | ^~~~ -
applet.c:130:5: warning: 'gtk_rc_parse_string' is deprecated: Use 'GtkStyleContext' instead [-Wdeprecated-declarations] 130 | gtk_rc_parse_string ("\n" | ^~~~~~~~~~~~~~~~~~~ -
applet.c:172:3: warning: 'wnck_set_client_type' is deprecated: Use 'wnck_handle_new' instead [-Wdeprecated-declarations] 172 | wnck_set_client_type (WNCK_CLIENT_TYPE_PAGER); | ^~~~~~~~~~~~~~~~~~~~ -
applet.c:210:3: warning: 'gtk_action_group_new' is deprecated [-Wdeprecated-declarations] 210 | action_group = gtk_action_group_new ("MateWindowPicker Applet Actions"); | ^~~~~~~~~~~~ -
applet.c:211:3: warning: 'gtk_action_group_set_translation_domain' is deprecated [-Wdeprecated-declarations] 211 | gtk_action_group_set_translation_domain (action_group, GETTEXT_PACKAGE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
applet.c:212:3: warning: 'gtk_action_group_add_actions' is deprecated [-Wdeprecated-declarations] 212 | gtk_action_group_add_actions (action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
task-item.c:38:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 38 | GTimeVal urgent_time; | ^~~~~~~~ -
task-item.c:280:3: warning: 'gdk_cairo_create' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] 280 | cr = gdk_cairo_create (gtk_widget_get_window (widget)); | ^~ -
task-item.c:368:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 368 | GTimeVal current_time; | ^~~~~~~~ -
task-item.c:369:5: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] 369 | g_get_current_time (¤t_time); | ^~~~~~~~~~~~~~~~~~ -
task-item.c:425:5: 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] 425 | gtk_menu_popup (GTK_MENU (menu), NULL, NULL, NULL, NULL, | ^~~~~~~~~~~~~~ -
task-item.c:507:5: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] 507 | g_get_current_time (&priv->urgent_time); | ^~~~~~~~~~~~~~~~~~ -
task-list.c:163:3: warning: 'wnck_screen_get_default' is deprecated: Use 'wnck_handle_get_default_screen' instead [-Wdeprecated-declarations] 163 | priv->screen = wnck_screen_get_default (); | ^~~~ -
task-title.c:178:5: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations] 178 | GtkStyle *style = gtk_widget_get_style (widget); | ^~~~~~~~ -
task-title.c:187:5: warning: 'gtk_paint_box' is deprecated: Use 'GtkStyleContext and gtk_render_frame' instead [-Wdeprecated-declarations] 187 | gtk_paint_box (style, | ^~~~~~~~~~~~~ -
task-title.c:556:3: warning: 'wnck_screen_get_default' is deprecated: Use 'wnck_handle_get_default_screen' instead [-Wdeprecated-declarations] 556 | priv->screen = wnck_screen_get_default (); | ^~~~ -
task-title.c:565:3: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations] 565 | priv->align = gtk_alignment_new (0.0, 0.5, 1.0, 1.0); | ^~~~ -
task-title.c:566:3: warning: 'gtk_alignment_set_padding' is deprecated [-Wdeprecated-declarations] 566 | gtk_alignment_set_padding (GTK_ALIGNMENT (priv->align), | ^~~~~~~~~~~~~~~~~~~~~~~~~