Skip to content

Commit

Permalink
Merge branch 'topic/ada_gpr_project_source_files_sig' into 'master'
Browse files Browse the repository at this point in the history
Change the ada_gpr_project_source_files signature in C header

Closes AdaCore#962

See merge request eng/libadalang/libadalang!1279
  • Loading branch information
HugoGGuerrier committed Apr 6, 2023
2 parents f4a5456 + 05fec0f commit 9079ee6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion extensions/analysis/c_api/header
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,12 @@ ${capi.get_name('gpr_project_create_unit_provider')} (

${c_doc('libadalang.gpr_project_source_files')}
extern ${str_array_type}
${capi.get_name('gpr_project_source_files')} (${project_type} self, int mode);
${capi.get_name('gpr_project_source_files')} (
${project_type} self,
int mode,
char **projects_data,
int projects_length
);

${c_doc('libadalang.create_project_unit_provider')}
extern ${unit_provider_type}
Expand Down

0 comments on commit 9079ee6

Please sign in to comment.