Skip to content

Commit

Permalink
Added PR URL
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Sep 15, 2021
1 parent 7565f78 commit 3d72c20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/system/src/lib/yast2/shared_lib_info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ module Yast
# dlopen()), this information may become outdated. In that case, simply let
# the old instance go out of scope and create a new one.
#
# More information: https://github.com/yast/yast-yast2/pull/1194
#
class SharedLibInfo
# @return [Array<String>] Complete paths of the shared libs
attr_reader :shared_libs
Expand Down
2 changes: 2 additions & 0 deletions library/system/src/lib/yast2/ui_plugin_info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ module Yast
# dlopen()), this information may become outdated. In that case, simply let
# the old instance go out of scope and create a new one.
#
# More information: https://github.com/yast/yast-yast2/pull/1194
#
class UiPluginInfo < SharedLibInfo
include Yast::Logger

Expand Down

0 comments on commit 3d72c20

Please sign in to comment.