Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgbookmarkfile.c159 typedef struct _BookmarkItem BookmarkItem; typedef
243 static BookmarkItem *g_bookmark_file_lookup_item (GBookmarkFile *bookmark,
246 BookmarkItem *item,
502 static BookmarkItem *
505 BookmarkItem *item; in bookmark_item_new()
509 item = g_slice_new (BookmarkItem); in bookmark_item_new()
525 bookmark_item_free (BookmarkItem *item) in bookmark_item_free()
541 g_slice_free (BookmarkItem, item); in bookmark_item_free()
545 bookmark_item_touch_modified (BookmarkItem *item) in bookmark_item_touch_modified()
552 bookmark_item_dump (BookmarkItem *item) in bookmark_item_dump()
[all …]