BookmarkList.this

Creates a new gtk.bookmark_list.BookmarkList with the given attributes.

  1. this(void* ptr, Flag!"Take" take)
  2. this(string filename, string attributes)
    class BookmarkList
    this
    (
    string filename = null
    ,
    string attributes = null
    )

Parameters

filename string

The bookmark file to load

attributes string

The attributes to query

Return Value