glib.gbookmarkfile

Undocumented in source.

Members

Enums

GBookmarkFileError
enum GBookmarkFileError
Undocumented in source.

Functions

g_bookmark_file_add_application
void g_bookmark_file_add_application(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* name, const(gchar)* exec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_add_group
void g_bookmark_file_add_group(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* group)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_error_quark
GQuark g_bookmark_file_error_quark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_free
void g_bookmark_file_free(GBookmarkFile* bookmark)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_get_added
time_t g_bookmark_file_get_added(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_get_app_info
gboolean g_bookmark_file_get_app_info(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* name, gchar** exec, guint* count, time_t* stamp, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_get_applications
gchar** g_bookmark_file_get_applications(GBookmarkFile* bookmark, const(gchar)* uri, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_get_description
gchar* g_bookmark_file_get_description(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_get_groups
gchar** g_bookmark_file_get_groups(GBookmarkFile* bookmark, const(gchar)* uri, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_get_icon
gboolean g_bookmark_file_get_icon(GBookmarkFile* bookmark, const(gchar)* uri, gchar** href, gchar** mime_type, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_get_is_private
gboolean g_bookmark_file_get_is_private(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_get_mime_type
gchar* g_bookmark_file_get_mime_type(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_get_modified
time_t g_bookmark_file_get_modified(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_get_size
gint g_bookmark_file_get_size(GBookmarkFile* bookmark)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_get_title
gchar* g_bookmark_file_get_title(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_get_uris
gchar** g_bookmark_file_get_uris(GBookmarkFile* bookmark, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_get_visited
time_t g_bookmark_file_get_visited(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_has_application
gboolean g_bookmark_file_has_application(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* name, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_has_group
gboolean g_bookmark_file_has_group(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* group, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_has_item
gboolean g_bookmark_file_has_item(GBookmarkFile* bookmark, const(gchar)* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_load_from_data
gboolean g_bookmark_file_load_from_data(GBookmarkFile* bookmark, const(gchar)* data, gsize length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_load_from_data_dirs
gboolean g_bookmark_file_load_from_data_dirs(GBookmarkFile* bookmark, const(gchar)* file, gchar** full_path, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_load_from_file
gboolean g_bookmark_file_load_from_file(GBookmarkFile* bookmark, const(gchar)* filename, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_move_item
gboolean g_bookmark_file_move_item(GBookmarkFile* bookmark, const(gchar)* old_uri, const(gchar)* new_uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_new
GBookmarkFile* g_bookmark_file_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_remove_application
gboolean g_bookmark_file_remove_application(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* name, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_remove_group
gboolean g_bookmark_file_remove_group(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* group, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_remove_item
gboolean g_bookmark_file_remove_item(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_set_added
void g_bookmark_file_set_added(GBookmarkFile* bookmark, const(gchar)* uri, time_t added)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_set_app_info
gboolean g_bookmark_file_set_app_info(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* name, const(gchar)* exec, gint count, time_t stamp, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_set_description
void g_bookmark_file_set_description(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* description)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_set_groups
void g_bookmark_file_set_groups(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)** groups, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_set_icon
void g_bookmark_file_set_icon(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* href, const(gchar)* mime_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_set_is_private
void g_bookmark_file_set_is_private(GBookmarkFile* bookmark, const(gchar)* uri, gboolean is_private)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_set_mime_type
void g_bookmark_file_set_mime_type(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* mime_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_set_modified
void g_bookmark_file_set_modified(GBookmarkFile* bookmark, const(gchar)* uri, time_t modified)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_set_title
void g_bookmark_file_set_title(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_set_visited
void g_bookmark_file_set_visited(GBookmarkFile* bookmark, const(gchar)* uri, time_t visited)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_to_data
gchar* g_bookmark_file_to_data(GBookmarkFile* bookmark, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bookmark_file_to_file
gboolean g_bookmark_file_to_file(GBookmarkFile* bookmark, const(gchar)* filename, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

GBookmarkFile
struct GBookmarkFile
Undocumented in source.

Meta