Home
last modified time | relevance | path

Searched refs:g_node_first_child (Results 1 – 25 of 243) sorted by relevance

12345678910

/dports/x11/xfce4-taskmanager/xfce4-taskmanager-1.4.2/src/
H A Dprocess-tree-model.c295 iter->user_data = g_node_first_child (node); in xtm_process_tree_model_iter_children()
310 return g_node_first_child (node) != NULL; in xtm_process_tree_model_iter_has_child()
491 if (old_parent != treemodel->tree && g_node_first_child (old_parent) == NULL) in xtm_process_tree_model_row_changed()
500 signal_parent = found.parent != treemodel->tree && g_node_first_child (found.parent) == NULL; in xtm_process_tree_model_row_changed()
541 for (node = g_node_first_child (treemodel->tree); node; node = next_node) in xtm_process_tree_model_row_changed()
569 signal_parent = g_node_first_child (lnk->tree) == NULL; in xtm_process_tree_model_row_changed()
654 signal_parent = found.parent != treemodel->tree && g_node_first_child (found.parent) == NULL; in xtm_process_tree_model_row_inserted()
677 for (node = g_node_first_child (treemodel->tree); node; node = next_node) in xtm_process_tree_model_row_inserted()
705 signal_parent = g_node_first_child (lnk->tree) == NULL; in xtm_process_tree_model_row_inserted()
774 if (old_parent != treemodel->tree && g_node_first_child (old_parent) == NULL) in xtm_process_tree_model_row_deleted()
[all …]
/dports/polish/gnugadu2/gg2-2.3.0/lib/
H A Dggadu_menu.c148 node = g_node_first_child(node); in ggadu_menu_print()
158 if ((child = g_node_first_child(node)) != NULL) in ggadu_menu_print()
/dports/devel/gamin/gamin-0.1.10/server/
H A Dgam_tree.c139 g_assert(g_node_first_child(node->node) == NULL); in gam_tree_remove()
280 return(g_node_first_child(node->node) != NULL); in gam_tree_has_children()
/dports/sysutils/garcon/garcon-4.16.1/garcon/
H A Dgarcon-menu-merger.c726 for (child = g_node_first_child (source); child != NULL; child = g_node_next_sibling (child)) in garcon_menu_merger_move_nodes()
761 for (child = g_node_first_child (node); child != NULL; ) in garcon_menu_merger_consolidate_child_menus()
773 garcon_menu_merger_move_nodes (child, target, g_node_first_child (target)); in garcon_menu_merger_consolidate_child_menus()
784 for (child = g_node_first_child (node); child != NULL; child = g_node_next_sibling (child)) in garcon_menu_merger_consolidate_child_menus()
1082 for (child = g_node_first_child (node); child != NULL; child = g_node_next_sibling (child)) in garcon_menu_merger_find_menu_with_name()
1191 for (child = g_node_first_child (node); child != NULL; child = g_node_next_sibling (child)) in garcon_menu_merger_resolve_moves()
1233 g_node_first_child (new_node)); in garcon_menu_merger_resolve_moves()
H A Dgarcon-menu-node.c483 for (child = g_node_first_child (tree); in dict_process_sys_virtual_rec()
669 for (child = g_node_first_child (node); child != NULL; child = g_node_next_sibling (child)) in dict_process_sys_tablespaces()
680 for (child = g_node_first_child (node); child != NULL; child = g_node_next_sibling (child))
685 for (child = g_node_first_child (node); child != NULL; child = g_node_next_sibling (child))
/dports/net/wireshark-lite/wireshark-3.6.1/ui/
H A Dproto_hier_stats.c39 needle_stat_node = g_node_first_child(parent_stat_node); in find_stat_node()
53 needle_stat_node = g_node_first_child(up_parent_stat_node->parent); in find_stat_node()
/dports/net/wireshark/wireshark-3.6.1/ui/
H A Dproto_hier_stats.c39 needle_stat_node = g_node_first_child(parent_stat_node); in find_stat_node()
53 needle_stat_node = g_node_first_child(up_parent_stat_node->parent); in find_stat_node()
/dports/net/tshark-lite/wireshark-3.6.1/ui/
H A Dproto_hier_stats.c39 needle_stat_node = g_node_first_child(parent_stat_node); in find_stat_node()
53 needle_stat_node = g_node_first_child(up_parent_stat_node->parent); in find_stat_node()
/dports/net/tshark/wireshark-3.6.1/ui/
H A Dproto_hier_stats.c39 needle_stat_node = g_node_first_child(parent_stat_node); in find_stat_node()
53 needle_stat_node = g_node_first_child(up_parent_stat_node->parent); in find_stat_node()
/dports/www/sitecopy/sitecopy-0.16.6/gnome/
H A Dtree.c337 for (tmp2 = g_node_first_child(branch); in core_tree_building_function()
451 tmp = g_node_first_child(root); in gnode_to_gui()
621 tmp2 = g_node_first_child(tmp2); in dump_g_node()
/dports/graphics/xviewer/xviewer-3.2.2/cut-n-paste/toolbar-editor/
H A Degg-toolbars-model.c219 for(toolbar = g_node_first_child (model->priv->toolbars); in is_unique()
222 for(item = g_node_first_child (toolbar); in is_unique()
843 toolbar = g_node_first_child (model->priv->toolbars); in egg_toolbars_model_delete_item()
848 item = g_node_first_child (toolbar); in egg_toolbars_model_delete_item()
880 g_node_first_child (toolbar) == NULL) in egg_toolbars_model_delete_item()
/dports/graphics/eom/eom-1.26.0/cut-n-paste/toolbar-editor/
H A Degg-toolbars-model.c217 for(toolbar = g_node_first_child (model->priv->toolbars); in is_unique()
220 for(item = g_node_first_child (toolbar); in is_unique()
835 toolbar = g_node_first_child (model->priv->toolbars); in egg_toolbars_model_delete_item()
840 item = g_node_first_child (toolbar); in egg_toolbars_model_delete_item()
872 g_node_first_child (toolbar) == NULL) in egg_toolbars_model_delete_item()
/dports/x11-fm/thunar/thunar-4.16.10/thunar/
H A Dthunar-tree-model.c562 tmp_node = g_node_first_child (model->root); in thunar_tree_model_get_path()
573 tmp_node = g_node_first_child (node->parent); in thunar_tree_model_get_path()
686 children = g_node_first_child (parent->user_data); in thunar_tree_model_iter_children()
688 children = g_node_first_child (model->root); in thunar_tree_model_iter_children()
708 return (g_node_first_child (iter->user_data) != NULL); in thunar_tree_model_iter_has_child()
884 …for (child_node = g_node_first_child (node), n = 0; n < n_children; child_node = g_node_next_sibli… in thunar_tree_model_sort()
1342 …for (child_node = g_node_first_child (node); child_node != NULL; child_node = g_node_next_sibling … in thunar_tree_model_item_files_removed()
1941 child_node = g_node_first_child (node); in thunar_tree_model_add_child()
/dports/graphics/atril-lite/atril-1.26.0/cut-n-paste/toolbar-editor/
H A Degg-toolbars-model.c217 for(toolbar = g_node_first_child (model->priv->toolbars); in is_unique()
220 for(item = g_node_first_child (toolbar); in is_unique()
913 toolbar = g_node_first_child (model->priv->toolbars); in egg_toolbars_model_delete_item()
918 item = g_node_first_child (toolbar); in egg_toolbars_model_delete_item()
950 g_node_first_child (toolbar) == NULL) in egg_toolbars_model_delete_item()
/dports/graphics/atril/atril-1.26.0/cut-n-paste/toolbar-editor/
H A Degg-toolbars-model.c217 for(toolbar = g_node_first_child (model->priv->toolbars); in is_unique()
220 for(item = g_node_first_child (toolbar); in is_unique()
913 toolbar = g_node_first_child (model->priv->toolbars); in egg_toolbars_model_delete_item()
918 item = g_node_first_child (toolbar); in egg_toolbars_model_delete_item()
950 g_node_first_child (toolbar) == NULL) in egg_toolbars_model_delete_item()
/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/src/
H A Dremmina_file_manager.c246 for (child = g_node_first_child(node); child; child = g_node_next_sibling(child)) { in remmina_file_manager_add_group()
324 for (child = g_node_first_child(node); child; child = g_node_next_sibling(child)) in remmina_file_manager_free_group_tree()
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/plugins/smime/
H A Dsmime.c291 decinfo = g_node_first_child(newinfo->node) != NULL ? in smime_check_signature()
292 g_node_first_child(newinfo->node)->data : NULL; in smime_check_signature()
503 decinfo = g_node_first_child(parseinfo->node) != NULL ? in smime_decrypt()
504 g_node_first_child(parseinfo->node)->data : NULL; in smime_decrypt()
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/plugins/smime/
H A Dsmime.c291 decinfo = g_node_first_child(newinfo->node) != NULL ? in smime_check_signature()
292 g_node_first_child(newinfo->node)->data : NULL; in smime_check_signature()
503 decinfo = g_node_first_child(parseinfo->node) != NULL ? in smime_decrypt()
504 g_node_first_child(parseinfo->node)->data : NULL; in smime_decrypt()
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/plugins/smime/
H A Dsmime.c291 decinfo = g_node_first_child(newinfo->node) != NULL ? in smime_check_signature()
292 g_node_first_child(newinfo->node)->data : NULL; in smime_check_signature()
503 decinfo = g_node_first_child(parseinfo->node) != NULL ? in smime_decrypt()
504 g_node_first_child(parseinfo->node)->data : NULL; in smime_decrypt()
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/plugins/smime/
H A Dsmime.c291 decinfo = g_node_first_child(newinfo->node) != NULL ? in smime_check_signature()
292 g_node_first_child(newinfo->node)->data : NULL; in smime_check_signature()
503 decinfo = g_node_first_child(parseinfo->node) != NULL ? in smime_decrypt()
504 g_node_first_child(parseinfo->node)->data : NULL; in smime_decrypt()
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/plugins/smime/
H A Dsmime.c291 decinfo = g_node_first_child(newinfo->node) != NULL ? in smime_check_signature()
292 g_node_first_child(newinfo->node)->data : NULL; in smime_check_signature()
503 decinfo = g_node_first_child(parseinfo->node) != NULL ? in smime_decrypt()
504 g_node_first_child(parseinfo->node)->data : NULL; in smime_decrypt()
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/plugins/smime/
H A Dsmime.c291 decinfo = g_node_first_child(newinfo->node) != NULL ? in smime_check_signature()
292 g_node_first_child(newinfo->node)->data : NULL; in smime_check_signature()
503 decinfo = g_node_first_child(parseinfo->node) != NULL ? in smime_decrypt()
504 g_node_first_child(parseinfo->node)->data : NULL; in smime_decrypt()
/dports/mail/claws-mail-attachwarner/claws-mail-3.18.0/src/plugins/smime/
H A Dsmime.c291 decinfo = g_node_first_child(newinfo->node) != NULL ? in smime_check_signature()
292 g_node_first_child(newinfo->node)->data : NULL; in smime_check_signature()
503 decinfo = g_node_first_child(parseinfo->node) != NULL ? in smime_decrypt()
504 g_node_first_child(parseinfo->node)->data : NULL; in smime_decrypt()
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/plugins/smime/
H A Dsmime.c291 decinfo = g_node_first_child(newinfo->node) != NULL ? in smime_check_signature()
292 g_node_first_child(newinfo->node)->data : NULL; in smime_check_signature()
503 decinfo = g_node_first_child(parseinfo->node) != NULL ? in smime_decrypt()
504 g_node_first_child(parseinfo->node)->data : NULL; in smime_decrypt()
/dports/mail/claws-mail-bsfilter/claws-mail-3.18.0/src/plugins/smime/
H A Dsmime.c291 decinfo = g_node_first_child(newinfo->node) != NULL ? in smime_check_signature()
292 g_node_first_child(newinfo->node)->data : NULL; in smime_check_signature()
503 decinfo = g_node_first_child(parseinfo->node) != NULL ? in smime_decrypt()
504 g_node_first_child(parseinfo->node)->data : NULL; in smime_decrypt()

12345678910