Skip to content

Commit

Permalink
gtk: add g_file_info_get_* exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
andyholmes committed Oct 1, 2023
1 parent 1b3fa2a commit f84b4a3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cfg/gtk.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2889,6 +2889,18 @@
<leak-ignore/>
<noreturn>false</noreturn>
</function>
<function name="g_file_info_get_attribute_object">
<leak-ignore/>
<noreturn>false</noreturn>
</function>
<function name="g_file_info_get_icon">
<leak-ignore/>
<noreturn>false</noreturn>
</function>
<function name="g_file_info_get_symbolic_icon">
<leak-ignore/>
<noreturn>false</noreturn>
</function>
<!-- gint g_fprintf (FILE *file, gchar const *format, ...); -->
<function name="g_fprintf">
<leak-ignore/>
Expand Down

0 comments on commit f84b4a3

Please sign in to comment.