Home
last modified time | relevance | path

Searched refs:item_dump (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/glib/
Dgbookmarkfile.c1591 gchar *item_dump; in g_bookmark_file_dump() local
1593 item_dump = bookmark_item_dump (item); in g_bookmark_file_dump()
1594 if (!item_dump) in g_bookmark_file_dump()
1597 retval = g_string_append (retval, item_dump); in g_bookmark_file_dump()
1599 g_free (item_dump); in g_bookmark_file_dump()