mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +02:00
docs: Add GPathBuf to the API reference
This commit is contained in:
docs/reference/glib
@@ -81,6 +81,7 @@
|
|||||||
<xi:include href="xml/timers.xml" />
|
<xi:include href="xml/timers.xml" />
|
||||||
<xi:include href="xml/spawn.xml" />
|
<xi:include href="xml/spawn.xml" />
|
||||||
<xi:include href="xml/fileutils.xml" />
|
<xi:include href="xml/fileutils.xml" />
|
||||||
|
<xi:include href="xml/gpathbuf.xml" />
|
||||||
<xi:include href="xml/guri.xml" />
|
<xi:include href="xml/guri.xml" />
|
||||||
<xi:include href="xml/ghostutils.xml" />
|
<xi:include href="xml/ghostutils.xml" />
|
||||||
<xi:include href="xml/shell.xml" />
|
<xi:include href="xml/shell.xml" />
|
||||||
|
@@ -3733,3 +3733,24 @@ g_ref_string_acquire
|
|||||||
g_ref_string_release
|
g_ref_string_release
|
||||||
g_ref_string_length
|
g_ref_string_length
|
||||||
</SECTION>
|
</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>
|
||||||
|
Reference in New Issue
Block a user