Searched refs:unchanging (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dtr-core.c583 GSList * unchanging = NULL; local
588 /* separate the files into two lists: changing and unchanging */
596 unchanging = g_slist_prepend( unchanging, file );
600 if( unchanging != NULL )
606 gtr_core_add_files( core, unchanging, do_start, do_prompt, TRUE );
607 g_slist_foreach( unchanging, (GFunc)rename_torrent_and_unref_file, NULL );
608 g_slist_free( unchanging );

Completed in 116 milliseconds