summaryrefslogtreecommitdiff
path: root/libdm/.exported_symbols.DM_1_02_133
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2016-08-04 13:50:45 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2016-08-09 18:24:45 +0200
commit7d1125e5b785014d3bae34acd158c528a4222871 (patch)
tree9dd0a02dbdaaea7067c286542acc1d4ef3f53f5c /libdm/.exported_symbols.DM_1_02_133
parentd86caf952ee208ef2b3b56937af670c76db75ba0 (diff)
downloadlvm2-7d1125e5b785014d3bae34acd158c528a4222871.tar.gz
libdm: report: add dm_report_group_output_and_pop_all
The dm_report_group_output_and_pop_all calls dm_report_output and dm_report_group_pop for all the items that are currently in report group. This is just a shortcut that makes it easier to output and pop group's content so the group handle can be reused again without a need to initialize and configure it again. The functionality of dm_report_group_output_and_pop_all is the same as dm_report_destroy but without destroying the report group handle.
Diffstat (limited to 'libdm/.exported_symbols.DM_1_02_133')
-rw-r--r--libdm/.exported_symbols.DM_1_02_1331
1 files changed, 1 insertions, 0 deletions
diff --git a/libdm/.exported_symbols.DM_1_02_133 b/libdm/.exported_symbols.DM_1_02_133
index 4318f80b0..f104808df 100644
--- a/libdm/.exported_symbols.DM_1_02_133
+++ b/libdm/.exported_symbols.DM_1_02_133
@@ -1 +1,2 @@
dm_report_destroy_rows
+dm_report_group_output_and_pop_all