Home
last modified time | relevance | path

Searched refs:G_NODE_IS_ROOT (Results 1 – 25 of 107) sorted by relevance

12345

/dports/devel/glib20/glib-2.70.4/glib/
H A Dgnode.c138 if (!G_NODE_IS_ROOT (root)) in g_node_destroy()
252 g_return_val_if_fail (G_NODE_IS_ROOT (node), node); in g_node_insert()
282 g_return_val_if_fail (G_NODE_IS_ROOT (node), node); in g_node_insert_before()
339 g_return_val_if_fail (G_NODE_IS_ROOT (node), node); in g_node_insert_after()
H A Dgnode.h83 #define G_NODE_IS_ROOT(node) (((GNode*) (node))->parent == NULL && \ macro
/dports/polish/gnugadu2/gg2-2.3.0/lib/
H A Dggadu_menu.c147 if (G_NODE_IS_ROOT(node)) in ggadu_menu_print()
/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/
H A Dfo-node.h49 #define FO_NODE_IS_ROOT(fo_node) (G_NODE_IS_ROOT(((FoNode*) (fo_node))->node))
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/
H A Dfo-node.h49 #define FO_NODE_IS_ROOT(fo_node) (G_NODE_IS_ROOT(((FoNode*) (fo_node))->node))
/dports/mail/evolution/evolution-3.42.1/src/mail/
H A Dmessage-list.c423 if (!G_NODE_IS_ROOT (root)) in extended_g_node_destroy()
1342 skip_first = !G_NODE_IS_ROOT (node->parent); in message_list_select_prev_thread()
1440 } while (node && !G_NODE_IS_ROOT (node)); in thread_select_foreach()
2978 if (!path || G_NODE_IS_ROOT ((GNode *) path)) in ml_get_new_mail_bg_color()
3566 return G_NODE_IS_ROOT ((GNode *) path); in message_list_is_root()
3610 while (node && !G_NODE_IS_ROOT (node)) { in message_list_depth()
3644 if (G_NODE_IS_ROOT ((GNode *) path)) in message_list_get_save_id()
3687 if (G_NODE_IS_ROOT (path_node)) in message_list_sort_value_at()
5813 if (node == NULL || G_NODE_IS_ROOT (node)) in on_cursor_activated_cmd()
6009 if (G_NODE_IS_ROOT (node)) in ml_getselected_cb()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgnode.inc43 function G_NODE_IS_ROOT (node: PGNode): boolean;
H A Dglib2.pas735 function G_NODE_IS_ROOT (node: PGNode): boolean; in G_NODE_IS_ROOT() function
737 G_NODE_IS_ROOT := (node^.parent = nil) and (node^.next = nil) and (node^.prev = nil);
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgnode.inc43 function G_NODE_IS_ROOT (node: PGNode): boolean;
H A Dglib2.pas735 function G_NODE_IS_ROOT (node: PGNode): boolean; in G_NODE_IS_ROOT() function
737 G_NODE_IS_ROOT := (node^.parent = nil) and (node^.next = nil) and (node^.prev = nil);
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-miner/
H A Dtracker-crawler.c610 if (priv->is_running && G_NODE_IS_ROOT (dir_data->node)) { in process_next()
642 if (G_NODE_IS_ROOT (dir_data->node) && priv->is_running && in process_next()
H A Dtracker-file-system.c244 if (!G_NODE_IS_ROOT (tree)) { in file_tree_lookup()
/dports/polish/gnugadu2/gg2-2.3.0/src/plugins/GUI/
H A Dgui_handlers.c228 if (G_NODE_IS_ROOT(root)) in handle_unregister_menu()
H A DGUI_plugin.c1031 if (G_NODE_IS_ROOT(node)) in gui_produce_menu_for_factory()
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dnodetree.h574 return G_NODE_IS_ROOT(const_cast<GNode*>(gobj())); in is_root()
/dports/multimedia/gstreamer1-plugins-gnonlin/gnonlin-1.4.0/gnl/
H A Dgnlcomposition.c2284 newparent = G_NODE_IS_ROOT (node) ? NULL : (GnlObject *) node->parent->data; in compare_relink_single_node()
2290 G_NODE_IS_ROOT (oldnode) ? NULL : (GnlObject *) oldnode->parent->data; in compare_relink_single_node()
2394 if ((srcpad && entry->nomorepadshandler == 0) && !G_NODE_IS_ROOT (node) && in compare_relink_single_node()
2435 oldparent = G_NODE_IS_ROOT (node) ? NULL : (GnlObject *) node->parent->data; in compare_deactivate_single_node()
2507 G_NODE_IS_ROOT (newnode) ? NULL : (GnlObject *) newnode->parent->data; in compare_deactivate_single_node()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-source-selector.c428 if (G_NODE_IS_ROOT (main_node)) in source_selector_node_is_hidden()
442 if (!source || G_NODE_IS_ROOT (node)) in source_selector_node_is_hidden()
467 if (node->parent && !G_NODE_IS_ROOT (node->parent)) { in source_selector_node_is_hidden()
491 if (G_NODE_IS_ROOT (node)) in source_selector_traverse()
656 g_return_if_fail (G_NODE_IS_ROOT (root)); in source_selector_sort_groups()
H A De-source-combo-box.c77 if (G_NODE_IS_ROOT (node)) in G_DEFINE_TYPE()
H A Devolution-source-viewer.c278 if (G_NODE_IS_ROOT (node)) in source_viewer_traverse()
/dports/multimedia/gstreamer1-editing-services/gstreamer-editing-services-1.16.2/ges/
H A Dges-timeline-tree.c119 if (G_NODE_IS_ROOT (node)) { in print_node()
1200 if (G_NODE_IS_ROOT (node)) in create_transitions()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk1/src/glib/
H A Dglib.pp581 function G_NODE_IS_ROOT(node : PGNode) : boolean;
1201 function G_NODE_IS_ROOT(node : PGNode) : boolean;
1203G_NODE_IS_ROOT:={((((PGNode(node))^.parent) = (NULL and (@((PGNode(node))^.prev)))) = (NULL and (@…
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/
H A Dmh.c1131 if (G_NODE_IS_ROOT(node))
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/
H A Dmh.c1131 if (G_NODE_IS_ROOT(node))
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/
H A Dmh.c1131 if (G_NODE_IS_ROOT(node))
/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/
H A Dmh.c1131 if (G_NODE_IS_ROOT(node))

12345