Home
last modified time | relevance | path

Searched refs:g_sequence_new (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/www/epiphany/epiphany-41.0/src/bookmarks/
H A Dephy-bookmarks-import.c49 bookmarks = g_sequence_new (g_object_unref); in get_bookmarks_from_table()
73 tags = g_sequence_new (g_free); in get_bookmarks_from_table()
265 bookmarks = g_sequence_new (g_object_unref); in ephy_bookmarks_import_from_firefox()
276 tags = g_sequence_new (g_free); in ephy_bookmarks_import_from_firefox()
500 bookmarks = g_sequence_new (g_object_unref); in ephy_bookmarks_import_from_html()
510 tags = g_sequence_new (g_free); in ephy_bookmarks_import_from_html()
562 tags = g_sequence_new (g_free); in chrome_add_child()
632 bookmarks = g_sequence_new (g_object_unref); in ephy_bookmarks_import_from_chrome()
H A Dephy-bookmark.c107 self->tags = g_sequence_new (g_free); in ephy_bookmark_set_property()
288 self->tags = g_sequence_new (g_free); in ephy_bookmark_init()
596 GSequence *tags = g_sequence_new (g_free); in serializable_deserialize_property()
H A Dephy-add-bookmark-popover.c241 g_sequence_new (g_free), in ephy_add_bookmark_popover_show()
H A Dephy-bookmarks-manager.c221 self->bookmarks = g_sequence_new (g_object_unref); in ephy_bookmarks_manager_init()
222 self->tags = g_sequence_new (g_free); in ephy_bookmarks_manager_init()
559 bookmarks = g_sequence_new (g_object_unref); in ephy_bookmarks_manager_get_bookmarks_with_tag()
/dports/www/epiphany/epiphany-41.0/src/
H A Dephy-suggestion-model.c153 self->items = g_sequence_new (g_object_unref); in ephy_suggestion_model_init()
377 data->tabs = g_sequence_new (g_object_unref); in query_data_new()
378 data->bookmarks = g_sequence_new (g_object_unref); in query_data_new()
379 data->history = g_sequence_new (g_object_unref); in query_data_new()
380 data->google_suggestions = g_sequence_new (g_object_unref); in query_data_new()
434 self->urls = g_sequence_new (g_free); in query_collection_done()
436 self->items = g_sequence_new (g_object_unref); in query_collection_done()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgsequence.c263 g_sequence_new (GDestroyNotify data_destroy) in g_sequence_new() function
907 tmp = g_sequence_new (NULL); in g_sequence_sort_iter()
979 tmp_seq = g_sequence_new (NULL); in g_sequence_sort_changed_iter()
1045 tmp_seq = g_sequence_new (NULL); in g_sequence_insert_sorted_iter()
1103 tmp_seq = g_sequence_new (NULL); in g_sequence_search_iter()
1158 tmp_seq = g_sequence_new (NULL); in g_sequence_lookup_iter()
H A Dgsequence.h40 GSequence * g_sequence_new (GDestroyNotify data_destroy);
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dsequence.c433 sequences[k].sequence = g_sequence_new (free_item); in run_random_tests()
460 seq->sequence = g_sequence_new (free_item); in run_random_tests()
1203 GSequence *seq = g_sequence_new (NULL); in test_out_of_range_jump()
1217 GSequence *seq = g_sequence_new (NULL); in test_iter_move()
1274 GSequence *seq = g_sequence_new (NULL); in test_insert_sorted_non_pointer()
1296 GSequence *seq = g_sequence_new (NULL); in test_stable_sort()
1365 seq = g_sequence_new (NULL); in test_empty()
/dports/devel/cutter/cutter-1.2.6/glib-compatible/
H A Dgsequence.c175 g_sequence_new (GDestroyNotify data_destroy) in g_sequence_new() function
731 tmp = g_sequence_new (NULL); in g_sequence_sort_iter()
800 tmp_seq = g_sequence_new (NULL); in g_sequence_sort_changed_iter()
861 tmp_seq = g_sequence_new (NULL); in g_sequence_insert_sorted_iter()
912 tmp_seq = g_sequence_new (NULL); in g_sequence_search_iter()
H A Dgsequence.h35 GSequence * g_sequence_new (GDestroyNotify data_destroy);
/dports/www/epiphany/epiphany-41.0/lib/sync/
H A Dephy-history-record.c218 visits = g_sequence_new ((GDestroyNotify)ephy_history_record_visit_free); in ephy_history_record_new()
354 GSequence *visits = g_sequence_new ((GDestroyNotify)ephy_history_record_visit_free); in serializable_deserialize_property()
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/search/
H A Dide-search-reducer.c58 reducer->sequence = g_sequence_new (g_object_unref); in ide_search_reducer_init()
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/debugger/
H A Dide-debugger-address-map.c105 ret->seq = g_sequence_new (ide_debugger_address_map_entry_free); in ide_debugger_address_map_new()
/dports/deskutils/gnome-todo/gnome-todo-41.0/src/models/
H A Dgtd-list-model-sort.c405 self->child_seq = g_sequence_new (gtd_list_model_sort_item_free); in gtd_list_model_sort_init()
406 self->sort_seq = g_sequence_new (g_object_unref); in gtd_list_model_sort_init()
H A Dgtd-list-model-filter.c363 priv->child_seq = g_sequence_new (gtd_list_model_filter_item_free); in gtd_list_model_filter_init()
364 priv->filter_seq = g_sequence_new (NULL); in gtd_list_model_filter_init()
/dports/audio/gnome-music/gnome-music-41.0/subprojects/gfm/
H A Dgtksortlistmodel.c410 self->sorted = g_sequence_new (g_object_unref); in gtk_sort_list_model_create_sequences()
411 self->unsorted = g_sequence_new (NULL); in gtk_sort_list_model_create_sequences()
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/files/
H A Ddzl-directory-model.c102 self->items = g_sequence_new (g_object_unref); in dzl_directory_model_remove_all()
388 self->items = g_sequence_new (g_object_unref); in dzl_directory_model_init()
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/util/
H A Ddzl-list-model-filter.c318 priv->child_seq = g_sequence_new (dzl_list_model_filter_item_free); in dzl_list_model_filter_init()
319 priv->filter_seq = g_sequence_new (NULL); in dzl_list_model_filter_init()
/dports/net-p2p/ncdc/ncdc-1.22.1/src/
H A Duit_dl.c86 GSequence *l = g_sequence_new(NULL); in setusers()
103 GSequence *l = g_sequence_new(NULL); in uit_dl_create()
H A Duit_userlist.c107 GSequence *users = g_sequence_new(NULL); in uit_userlist_create()
442 t->list = ui_listing_create(g_sequence_new(NULL), NULL, t, get_name); in uit_userlist_disconnect()
/dports/devel/gnome-builder/gnome-builder-41.3/src/gstyle/
H A Dgstyle-color-scale.c176 self->custom_color_stops = g_sequence_new (NULL); in gstyle_color_scale_clear_color_stops()
695 self->custom_color_stops = g_sequence_new ((GDestroyNotify)free_color_stop); in gstyle_color_scale_init()
/dports/devel/devhelp/devhelp-41.2/devhelp/
H A Ddh-completion.c93 completion->priv->sequence = g_sequence_new (g_free); in dh_completion_init()
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/gtksourceview/completion-providers/words/
H A Dgtksourcecompletionwordslibrary.c83 self->priv->store = g_sequence_new ((GDestroyNotify)g_object_unref); in gtk_source_completion_words_library_init()
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/gtksourceview/completion-providers/words/
H A Dgtksourcecompletionwordslibrary.c86 self->priv->store = g_sequence_new ((GDestroyNotify)g_object_unref); in gtk_source_completion_words_library_init()
/dports/x11-toolkits/gtksourceview2/gtksourceview-2.10.5/gtksourceview/completion-providers/words/
H A Dgtksourcecompletionwordslibrary.c88 self->priv->store = g_sequence_new ((GDestroyNotify)g_object_unref); in gtk_source_completion_words_library_init()

12345678