mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Make all non-static functions start with underscore
We don't want to export a lot of non-namespaced internal symbols.
This commit is contained in:
@@ -51,7 +51,7 @@ dump_node_tree (node_t* node, gpointer user_data)
|
||||
GList* i;
|
||||
if (G_TRYLOCK (fen_lock)) {
|
||||
if (node) {
|
||||
travel_nodes (node, &op);
|
||||
_travel_nodes (node, &op);
|
||||
}
|
||||
G_UNLOCK (fen_lock);
|
||||
}
|
||||
|
Reference in New Issue
Block a user