YaST2 Developers Documentation: Configuration of network



functions
files
intro

Configuration of network

include/network/isdn/complex.ycp
Summary and overview dialogs for ISDN configuration.

Imports

  • ISDN
  • Label
  • Popup
  • Provider
  • Wizard
  • Wizard_hw

Includes

  • network/routines.ycp
  • network/summary.ycp

Local Functions

local Modified () -> boolean

Return a modification status

Return value:
true if data was modified

local Commit () -> symbol

Commit changes to internal structures

Return value:
always `next

local ReadDialog () -> symbol

Read settings dialog

Return value:
`abort if aborted and `next otherwise

local WriteDialog () -> symbol

Write settings dialog

Return value:
`abort if aborted and `next otherwise

local Provider_or_IF (string op) -> any

Ask to handle provider or interface in edit and delete functions

Parameters:
op
Return value:
dialog result

local SummaryDialog () -> any

Main dialog

Return value:
dialog result

local OverviewDialog () -> any

Overview dialog

Return value:
dialog result

YaST2 Developers Documentation