GNOME Bugzilla – Bug 592371
gdk_directfb_window_new removed but exported as public API
Last modified: 2009-09-21 16:33:38 UTC
Hi, In http://git.gnome.org/cgit/gtk+/commit/?id=313b6f39a62fae3bbbd6d55993a2c3cfa03e3ba9, the gdk_directfb_window_new() method. However it's exported in gdkdirectfb.h, so removing it right breaks the API. It should be kept around, possibly marked as deprecated. The attached patch adds it back and marks it as deprecated API. It's against 2.17.8, builds fine and the built library exports the symbol: emilio@saturno:~$ nm -D /usr/lib/libgdk-directfb-2.0.so.0.1708.0 | grep gdk_directfb_window_new 00053e60 T gdk_directfb_window_new emilio@saturno:~$
Created attachment 141179 [details] [review] readd gdk_directfb_window_new and mark it as deprecated
Created attachment 141181 [details] [review] readd gdk_directfb_window_new and mark it as deprecated This time using git format-patch and against master.
Marking as blocker for 2.28 as this broke the API