Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgbookmarkfile.h78 typedef struct _GBookmarkFile GBookmarkFile; typedef
81 GBookmarkFile *g_bookmark_file_new (void);
83 void g_bookmark_file_free (GBookmarkFile *bookmark);
86 gboolean g_bookmark_file_load_from_file (GBookmarkFile *bookmark,
90 gboolean g_bookmark_file_load_from_data (GBookmarkFile *bookmark,
95 gboolean g_bookmark_file_load_from_data_dirs (GBookmarkFile *bookmark,
100 gchar * g_bookmark_file_to_data (GBookmarkFile *bookmark,
104 gboolean g_bookmark_file_to_file (GBookmarkFile *bookmark,
109 void g_bookmark_file_set_title (GBookmarkFile *bookmark,
113 gchar * g_bookmark_file_get_title (GBookmarkFile *bookmark,
[all …]
Dgbookmarkfile.c234 static void g_bookmark_file_init (GBookmarkFile *bookmark);
235 static void g_bookmark_file_clear (GBookmarkFile *bookmark);
236 static gboolean g_bookmark_file_parse (GBookmarkFile *bookmark,
240 static gchar * g_bookmark_file_dump (GBookmarkFile *bookmark,
243 static BookmarkItem *g_bookmark_file_lookup_item (GBookmarkFile *bookmark,
245 static void g_bookmark_file_add_item (GBookmarkFile *bookmark,
667 g_bookmark_file_init (GBookmarkFile *bookmark) in g_bookmark_file_init()
680 g_bookmark_file_clear (GBookmarkFile *bookmark) in g_bookmark_file_clear()
702 GBookmarkFile *bookmark_file;
1477 g_bookmark_file_parse (GBookmarkFile *bookmark, in g_bookmark_file_parse()
[all …]
Dglib-autocleanups.h46 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GBookmarkFile, g_bookmark_file_free)
/third_party/glib/glib/tests/
Dbookmarkfile.c22 GBookmarkFile *bookmark; in test_load_from_data_dirs()
42 GBookmarkFile *bookmark; in test_to_file()
104 GBookmarkFile *bookmark; in test_move_item()
151 GBookmarkFile *bookmark; in test_misc()
339 GBookmarkFile *file = NULL; in test_deprecated()
431 test_load (GBookmarkFile *bookmark, in test_load()
446 test_query (GBookmarkFile *bookmark) in test_query()
480 test_modify (GBookmarkFile *bookmark) in test_modify()
653 GBookmarkFile *bookmark_file; in test_file()
Dautoptr.c54 g_autoptr(GBookmarkFile) val = g_bookmark_file_new (); in test_g_bookmark_file()
/third_party/glib/fuzzing/
Dfuzz_bookmark.c6 GBookmarkFile *bookmark = NULL; in LLVMFuzzerTestOneInput()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2388 GBookmarkFile
/third_party/glib/
DNEWS784 * Year 2038 fixes involving new API in `GBookmarkFile` (#1931)
809 - #1931 GBookmarkFile API involves time_t
899 - !1513 Initialize the visited time of a new GBookmarkFile
2776 756011 Fix up annotations for GBookmarkFile
10803 550096 GBookmarkFile parser is not forward compatible
11110 518160 replace two g_strdup_printf calls in GBookmarkFile
11989 * GBookmarkFile:
12004 * GBookmarkFile:
12070 * GBookmarkFile: a parser for files containing bookmarks