|
909 | 909 | <alloc init="true" no-fail="true">g_zlib_decompressor_new</alloc> |
910 | 910 | <use>g_object_ref</use> |
911 | 911 | <dealloc>g_object_unref</dealloc> |
912 | | - <dealloc>gtk_widget_destroy</dealloc> |
913 | 912 | </memory> |
914 | 913 | <memory> |
915 | 914 | <alloc init="true" no-fail="true">g_tree_new</alloc> |
|
925 | 924 | <use>g_file_attribute_matcher_ref</use> |
926 | 925 | <dealloc>g_file_attribute_matcher_unref</dealloc> |
927 | 926 | </memory> |
| 927 | + <memory> |
| 928 | + <alloc init="true" no-fail="true">gtk_window_new</alloc> |
| 929 | + <dealloc>gtk_widget_destroy</dealloc> |
| 930 | + <dealloc>gtk_window_destroy</dealloc> |
| 931 | + </memory> |
928 | 932 | <function name="g_application_get_default"> |
929 | 933 | <leak-ignore/> |
930 | 934 | <noreturn>false</noreturn> |
|
9693 | 9697 | <leak-ignore/> |
9694 | 9698 | <noreturn>false</noreturn> |
9695 | 9699 | </function> |
| 9700 | + <function name="gtk_window_new"> |
| 9701 | + <noreturn>false</noreturn> |
| 9702 | + <use-retval/> |
| 9703 | + <returnValue type="GtkWidget *"/> |
| 9704 | + <arg nr="1"> |
| 9705 | + <not-bool/> |
| 9706 | + </arg> |
| 9707 | + </function> |
9696 | 9708 | <function name="gtk_window_list_toplevels"> |
9697 | 9709 | <leak-ignore/> |
9698 | 9710 | <noreturn>false</noreturn> |
|
21135 | 21147 | <leak-ignore/> |
21136 | 21148 | <noreturn>false</noreturn> |
21137 | 21149 | </function> |
21138 | | - <function name="gtk_widget_destroy"> |
21139 | | - <leak-ignore/> |
21140 | | - <noreturn>false</noreturn> |
21141 | | - </function> |
21142 | 21150 | <function name="gtk_widget_destroyed"> |
21143 | 21151 | <leak-ignore/> |
21144 | 21152 | <noreturn>false</noreturn> |
|
21795 | 21803 | <leak-ignore/> |
21796 | 21804 | <noreturn>false</noreturn> |
21797 | 21805 | </function> |
| 21806 | + <function name="gtk_window_destroy"> |
| 21807 | + <noreturn>false</noreturn> |
| 21808 | + <returnValue type="void"/> |
| 21809 | + <arg nr="1"> |
| 21810 | + <not-uninit/> |
| 21811 | + </arg> |
| 21812 | + </function> |
21798 | 21813 | <function name="gtk_window_fullscreen"> |
21799 | 21814 | <leak-ignore/> |
21800 | 21815 | <noreturn>false</noreturn> |
|
22972 | 22987 | <define name="GTK_IMAGE_ICON_NAME" value="1"/> |
22973 | 22988 | <define name="GTK_IMAGE_GICON" value="2"/> |
22974 | 22989 | <define name="GTK_IMAGE_PAINTABLE" value="3"/> |
| 22990 | + <!-- gtk/gtkwindow.h --> |
| 22991 | + <define name="GTK_WINDOW_TOPLEVEL" value="0"/> |
| 22992 | + <define name="GTK_WINDOW_POPUP" value="1"/> |
22975 | 22993 | <!-- gtk/gtk.h --> |
22976 | 22994 | <define name="GTK_STOCK_ZOOM_IN" value=""gtk-zoom-in""/> |
22977 | 22995 | <define name="GTK_STOCK_ZOOM_FIT" value=""gtk-zoom-fit""/> |
|
0 commit comments