Documentation ¶
Index ¶
- type FdoNotification
- type FdoServer
- func (server *FdoServer) Close(id, reason uint32) error
- func (server *FdoServer) Get(id uint32) *FdoNotification
- func (server *FdoServer) GetAll() []*FdoNotification
- func (server *FdoServer) InvokeAction(id uint32, actionKey string) error
- func (server *FdoServer) SetError(err *dbus.Error)
- func (server *FdoServer) Stop() error
- type GtkNotification
- type GtkServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FdoNotification ¶
type FdoServer ¶
type FdoServer struct {
// contains filtered or unexported fields
}
func NewFdoServer ¶
func (*FdoServer) Get ¶
func (server *FdoServer) Get(id uint32) *FdoNotification
func (*FdoServer) GetAll ¶
func (server *FdoServer) GetAll() []*FdoNotification
func (*FdoServer) InvokeAction ¶
type GtkNotification ¶
type GtkServer ¶
type GtkServer struct {
// contains filtered or unexported fields
}
func NewGtkServer ¶
func (*GtkServer) Get ¶
func (server *GtkServer) Get(id string) *GtkNotification
func (*GtkServer) GetAll ¶
func (server *GtkServer) GetAll() []*GtkNotification
func (*GtkServer) ReleaseName ¶
Click to show internal directories.
Click to hide internal directories.