• Home
  • Raw
  • Download

Lines Matching refs:GBookmarkFile

78 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,
117 void g_bookmark_file_set_description (GBookmarkFile *bookmark,
121 gchar * g_bookmark_file_get_description (GBookmarkFile *bookmark,
125 void g_bookmark_file_set_mime_type (GBookmarkFile *bookmark,
129 gchar * g_bookmark_file_get_mime_type (GBookmarkFile *bookmark,
133 void g_bookmark_file_set_groups (GBookmarkFile *bookmark,
138 void g_bookmark_file_add_group (GBookmarkFile *bookmark,
142 gboolean g_bookmark_file_has_group (GBookmarkFile *bookmark,
147 gchar ** g_bookmark_file_get_groups (GBookmarkFile *bookmark,
152 void g_bookmark_file_add_application (GBookmarkFile *bookmark,
157 gboolean g_bookmark_file_has_application (GBookmarkFile *bookmark,
162 gchar ** g_bookmark_file_get_applications (GBookmarkFile *bookmark,
167 gboolean g_bookmark_file_set_app_info (GBookmarkFile *bookmark,
175 gboolean g_bookmark_file_set_application_info (GBookmarkFile *bookmark,
183 gboolean g_bookmark_file_get_app_info (GBookmarkFile *bookmark,
191 gboolean g_bookmark_file_get_application_info (GBookmarkFile *bookmark,
199 void g_bookmark_file_set_is_private (GBookmarkFile *bookmark,
203 gboolean g_bookmark_file_get_is_private (GBookmarkFile *bookmark,
207 void g_bookmark_file_set_icon (GBookmarkFile *bookmark,
212 gboolean g_bookmark_file_get_icon (GBookmarkFile *bookmark,
218 void g_bookmark_file_set_added (GBookmarkFile *bookmark,
222 void g_bookmark_file_set_added_date_time (GBookmarkFile *bookmark,
226 time_t g_bookmark_file_get_added (GBookmarkFile *bookmark,
230 GDateTime *g_bookmark_file_get_added_date_time (GBookmarkFile *bookmark,
234 void g_bookmark_file_set_modified (GBookmarkFile *bookmark,
238 void g_bookmark_file_set_modified_date_time (GBookmarkFile *bookmark,
242 time_t g_bookmark_file_get_modified (GBookmarkFile *bookmark,
246 GDateTime *g_bookmark_file_get_modified_date_time (GBookmarkFile *bookmark,
250 void g_bookmark_file_set_visited (GBookmarkFile *bookmark,
254 void g_bookmark_file_set_visited_date_time (GBookmarkFile *bookmark,
258 time_t g_bookmark_file_get_visited (GBookmarkFile *bookmark,
262 GDateTime *g_bookmark_file_get_visited_date_time (GBookmarkFile *bookmark,
266 gboolean g_bookmark_file_has_item (GBookmarkFile *bookmark,
269 gint g_bookmark_file_get_size (GBookmarkFile *bookmark);
271 gchar ** g_bookmark_file_get_uris (GBookmarkFile *bookmark,
274 gboolean g_bookmark_file_remove_group (GBookmarkFile *bookmark,
279 gboolean g_bookmark_file_remove_application (GBookmarkFile *bookmark,
284 gboolean g_bookmark_file_remove_item (GBookmarkFile *bookmark,
288 gboolean g_bookmark_file_move_item (GBookmarkFile *bookmark,