Searched refs:g_bookmark_file_remove_item (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/glib/ |
D | gbookmarkfile.h | 284 gboolean g_bookmark_file_remove_item (GBookmarkFile *bookmark,
|
D | gbookmarkfile.c | 2062 g_bookmark_file_remove_item (GBookmarkFile *bookmark, in g_bookmark_file_remove_item() function 3891 if (!g_bookmark_file_remove_item (bookmark, new_uri, error)) in g_bookmark_file_move_item() 3907 if (!g_bookmark_file_remove_item (bookmark, old_uri, error)) in g_bookmark_file_move_item()
|
/third_party/glib/glib/tests/ |
D | bookmarkfile.c | 636 g_assert_true (g_bookmark_file_remove_item (bookmark, TEST_URI_1, &error)); in test_modify() 638 g_assert_false (g_bookmark_file_remove_item (bookmark, TEST_URI_1, &error)); in test_modify()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2440 g_bookmark_file_remove_item
|
/third_party/glib/ |
D | NEWS | 11990 - g_bookmark_file_remove_item returns a boolean
|