Constructor
GtkBookmarkListnew
Declaration [src]
GtkBookmarkList*
gtk_bookmark_list_new (
  const char* filename,
  const char* attributes
)
Parameters
| filename | const char* | 
| The bookmark file to load. | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| The value is a file system path, using the OS encoding. | |
| attributes | const char* | 
| The attributes to query. | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | 
Return value
| Returns: | GtkBookmarkList | 
| A new  | |
| The caller of the function takes ownership of the data, and is responsible for freeing it. |