YaST2 Developers Documentation: Configuration of dns-server

Configuration of dns-server

include/dns-server/dialogs.ycp
Dialogs definitions
  • Jiri Srain

This module has an unstable interface.

Imports

  • CWM
  • Confirm
  • DnsServer
  • DnsServer
  • Label
  • Message
  • Popup
  • Punycode
  • SuSEFirewall
  • Wizard

Global Functions

global ReallyExit () -> boolean

Ask user if exit without saving

Return value:
true if exit
global ReallyAbort () -> boolean

If modified, ask for confirmation

Return value:
true if abort is confirmed
global ReallyAbortAlways () -> boolean

Ask for confirmation (always)

Return value:
true if abort is confirmed
global ReadDialog () -> symbol

Read settings dialog

Return value:
`abort if aborted and `next otherwise
global WriteDialog () -> symbol

Write settings dialog

Return value:
`abort if aborted and `next otherwise