Skip to content

Commit

Permalink
Undeprecate ModuleStream.get_nsvc_as_string()
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gallagher <[email protected]>
  • Loading branch information
sgallagher committed May 21, 2019
1 parent 2292653 commit 51f714d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions modulemd/v2/include/modulemd-2.0/modulemd-module-stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -395,13 +395,17 @@ modulemd_module_stream_get_arch (ModulemdModuleStream *self);
* modulemd_module_stream_get_nsvc_as_string: (rename-to modulemd_module_stream_get_nsvc)
* @self: (in): This #ModulemdModuleStream.
*
* Retrieves a representation of the module name, stream name, version and
* context of this #ModuleStream in the form
* `module_name:stream_name:version:context`. Note that this excludes the
* architecture of the module stream and as such is not guaranteed to be unique
* within a repository.
*
* Returns: (transfer full): The NSVC (name:stream:version[:context]) of this
* module stream. NULL if module name or stream stream is unknown.
*
* Since: 2.0
* Deprecated: 2.2
*/
MMD_DEPRECATED_FOR (modulemd_module_stream_get_NSVCA_as_string)
gchar *
modulemd_module_stream_get_nsvc_as_string (ModulemdModuleStream *self);

Expand Down

0 comments on commit 51f714d

Please sign in to comment.