Interface
GoaMediaServer
deprecated: Unknown since: 3.14
Description [src]
interface Goa.MediaServer : GObject.ObjectAbstract interface type for the D-Bus interface org.gnome.OnlineAccounts.MediaServer.
Available since: 3.14
Deprecated since: Unknown
The D-Bus interface has been deprecated.
Prerequisite
In order to implement MediaServer, your type must inherit fromGObject.
Functions
goa_media_server_interface_info
Gets a machine-readable description of the org.gnome.OnlineAccounts.MediaServer D-Bus interface.
deprecated: Unknown since: 3.14
goa_media_server_override_properties
Overrides all GObject properties in the GoaMediaServer interface for a concrete class.
The properties are overridden in the order they are defined.
deprecated: Unknown since: 3.14
Instance methods
goa_media_server_get_dlna_supported
Gets the value of the “DlnaSupported” D-Bus property.
deprecated: Unknown since: 3.14
goa_media_server_get_udn
Gets the value of the “Udn” D-Bus property.
deprecated: Unknown since: 3.14
goa_media_server_set_dlna_supported
Sets the “DlnaSupported” D-Bus property to value.
deprecated: Unknown since: 3.14
Properties
Goa.MediaServer:dlna-supported
Represents the D-Bus property “DlnaSupported”.
deprecated: Unknown since: 3.14
Interface structure
struct GoaMediaServerIface {
  GTypeInterface parent_iface;
  gboolean (* get_dlna_supported) (
    GoaMediaServer* object
  );
  const gchar* (* get_udn) (
    GoaMediaServer* object
  );
  
}Virtual table for the D-Bus interface org.gnome.OnlineAccounts.MediaServer.
Interface members
| parent_iface |  | 
| The parent interface. | |
| get_dlna_supported |  | 
| Getter for the  | |
| get_udn |  | 
| Getter for the  | 
Virtual methods
Goa.MediaServer.get_dlna_supported
Gets the value of the “DlnaSupported” D-Bus property.
deprecated: Unknown since: 3.14