docs: Add GPathBuf to the API reference

This commit is contained in:
Emmanuele Bassi 2023-01-18 13:36:20 +00:00
parent 2015723a4f
commit b5a3297dca
2 changed files with 22 additions and 0 deletions

View File

@ -81,6 +81,7 @@
<xi:include href="xml/timers.xml" />
<xi:include href="xml/spawn.xml" />
<xi:include href="xml/fileutils.xml" />
<xi:include href="xml/gpathbuf.xml" />
<xi:include href="xml/guri.xml" />
<xi:include href="xml/ghostutils.xml" />
<xi:include href="xml/shell.xml" />

View File

@ -3733,3 +3733,24 @@ g_ref_string_acquire
g_ref_string_release
g_ref_string_length
</SECTION>
<SECTION>
<FILE>gpathbuf</FILE>
GPathBuf
G_PATH_BUF_INIT
g_path_buf_new
g_path_buf_new_from_path
g_path_buf_init
g_path_buf_init_from_path
g_path_buf_clear
g_path_buf_clear_to_path
g_path_buf_free
g_path_buf_free_to_path
g_path_buf_push
g_path_buf_pop
g_path_buf_set_filename
g_path_buf_set_extension
g_path_buf_to_path
g_path_buf_copy
g_path_buf_equal
</SECTION>