|
1003 | 1003 | <alloc init="true" no-fail="true">g_zlib_decompressor_new</alloc> |
1004 | 1004 | <use>g_object_ref</use> |
1005 | 1005 | <dealloc>g_object_unref</dealloc> |
1006 | | - <dealloc>gtk_widget_destroy</dealloc> |
1007 | 1006 | </memory> |
1008 | 1007 | <memory> |
1009 | 1008 | <alloc init="true" no-fail="true">g_tree_new</alloc> |
|
1019 | 1018 | <use>g_file_attribute_matcher_ref</use> |
1020 | 1019 | <dealloc>g_file_attribute_matcher_unref</dealloc> |
1021 | 1020 | </memory> |
| 1021 | + <memory> |
| 1022 | + <alloc init="true" no-fail="true">gtk_window_new</alloc> |
| 1023 | + <dealloc>gtk_widget_destroy</dealloc> |
| 1024 | + <dealloc>gtk_window_destroy</dealloc> |
| 1025 | + </memory> |
1022 | 1026 | <function name="g_application_get_default"> |
1023 | 1027 | <leak-ignore/> |
1024 | 1028 | <noreturn>false</noreturn> |
|
9787 | 9791 | <leak-ignore/> |
9788 | 9792 | <noreturn>false</noreturn> |
9789 | 9793 | </function> |
| 9794 | + <!-- gtk3: GtkWidget * gtk_window_new(GtkWindowType type) |
| 9795 | + gtk4: GtkWidget * gtk_window_new() --> |
| 9796 | + <function name="gtk_window_new"> |
| 9797 | + <noreturn>false</noreturn> |
| 9798 | + <use-retval/> |
| 9799 | + <returnValue type="GtkWidget *"/> |
| 9800 | + </function> |
9790 | 9801 | <function name="gtk_window_list_toplevels"> |
9791 | 9802 | <leak-ignore/> |
9792 | 9803 | <noreturn>false</noreturn> |
|
21229 | 21240 | <leak-ignore/> |
21230 | 21241 | <noreturn>false</noreturn> |
21231 | 21242 | </function> |
21232 | | - <function name="gtk_widget_destroy"> |
21233 | | - <leak-ignore/> |
21234 | | - <noreturn>false</noreturn> |
21235 | | - </function> |
21236 | 21243 | <function name="gtk_widget_destroyed"> |
21237 | 21244 | <leak-ignore/> |
21238 | 21245 | <noreturn>false</noreturn> |
|
21889 | 21896 | <leak-ignore/> |
21890 | 21897 | <noreturn>false</noreturn> |
21891 | 21898 | </function> |
| 21899 | + <function name="gtk_window_destroy"> |
| 21900 | + <noreturn>false</noreturn> |
| 21901 | + <returnValue type="void"/> |
| 21902 | + <arg nr="1"> |
| 21903 | + <not-uninit/> |
| 21904 | + </arg> |
| 21905 | + </function> |
21892 | 21906 | <function name="gtk_window_fullscreen"> |
21893 | 21907 | <leak-ignore/> |
21894 | 21908 | <noreturn>false</noreturn> |
|
23070 | 23084 | <define name="GTK_LEVEL_BAR_OFFSET_FULL" value=""full""/> |
23071 | 23085 | <define name="GTK_LEVEL_BAR_OFFSET_HIGH" value=""high""/> |
23072 | 23086 | <define name="GTK_LEVEL_BAR_OFFSET_LOW" value=""low""/> |
| 23087 | + <!-- gtk/gtkwindow.h --> |
| 23088 | + <define name="GTK_WINDOW_TOPLEVEL" value="0"/> |
| 23089 | + <define name="GTK_WINDOW_POPUP" value="1"/> |
23073 | 23090 | <!-- gtk/gtk.h --> |
23074 | 23091 | <define name="GTK_STOCK_ZOOM_IN" value=""gtk-zoom-in""/> |
23075 | 23092 | <define name="GTK_STOCK_ZOOM_FIT" value=""gtk-zoom-fit""/> |
|
0 commit comments