diff options
Diffstat (limited to 'src/wrapped/wrappedgtk3_private.h')
| -rw-r--r-- | src/wrapped/wrappedgtk3_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wrapped/wrappedgtk3_private.h b/src/wrapped/wrappedgtk3_private.h index b6b5e2f2..93ec5eaa 100644 --- a/src/wrapped/wrappedgtk3_private.h +++ b/src/wrapped/wrappedgtk3_private.h @@ -1116,7 +1116,7 @@ GO(gtk_file_chooser_unselect_uri, vFpp) GO(gtk_file_chooser_widget_get_type, LFv) GO(gtk_file_chooser_widget_new, pFu) GO(gtk_file_chooser_widget_new_with_backend, pFip) -//GOM(gtk_file_filter_add_custom, vFEppppp) +GOM(gtk_file_filter_add_custom, vFEpuppp) GO(gtk_file_filter_add_mime_type, vFpp) GO(gtk_file_filter_add_pattern, vFpp) GO(gtk_file_filter_add_pixbuf_formats, vFp) @@ -2828,7 +2828,7 @@ GO(gtk_style_context_get_scale, iFp) GO(gtk_style_context_get_screen, pFp) GO(gtk_style_context_get_section, pFpp) GO(gtk_style_context_get_state, uFp) -//GO2(gtk_style_context_get_style, vFpV, gtk_style_context_get_style_valist) +GO2(gtk_style_context_get_style, vFpV, gtk_style_context_get_style_valist) GO(gtk_style_context_get_style_property, vFppp) GOM(gtk_style_context_get_style_valist, vFEpA) GOM(gtk_style_context_get_valist, vFEpiA) @@ -4249,4 +4249,4 @@ GO(gtk_stack_get_visible_child_name, pFp) GO(dummy_iFppdd, iFppdd) // for GtkEventController wrapping GO(dummy_iFppUup, iFppUup) -GO(dummy_pFpLi, pFpLi) \ No newline at end of file +GO(dummy_pFpLi, pFpLi) |