Displaying 2 results from an estimated 2 matches for "gdkapplaunchcontext".
2019 Aug 29
2
[PATCH] p2v: Ignore gtk2 deprecated declarations.
This patch is against libguestfs's old copy of p2v, but the same patch
ought to also apply against virt-p2v.
Rich.
2019 Aug 29
0
[PATCH] p2v: Ignore gtk2 deprecated declarations.
....h:29,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from gui.c:82:
/usr/include/glib-2.0/gobject/gtype.h:677:1: note: declared here
  677 | {
      | ^
---
 p2v/gui.c  | 1 +
 p2v/main.c | 1 +
 2 files changed, 2 in...