public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
* gdk-window-destroy reference count
@ 2003-09-09 23:27 Kevin Ryde
  0 siblings, 0 replies; only message in thread
From: Kevin Ryde @ 2003-09-09 23:27 UTC (permalink / raw)
  To: guile-gtk

        * gdk-1.2.defs, guile-gtk.c, guile-gtk.h (gdk_window_destroy): Use an
        interp to avoid the unref gdk_window_destroy does.

void
gdk_window_destroy_interp (GdkWindow *window)
{
  /* gdk_window_destroy will unref the window, but we don't want that */
  gdk_window_ref (window);
  gdk_window_destroy (window);
}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-09 23:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-09 23:27 gdk-window-destroy reference count Kevin Ryde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).