Top | ![]() |
![]() |
![]() |
![]() |
GoaMediaServerGoaMediaServer — Generated C code for the org.gnome.OnlineAccounts.MediaServer D-Bus interface |
GDBusInterfaceInfo * | goa_media_server_interface_info () |
guint | goa_media_server_override_properties () |
GoaMediaServer | |
struct | GoaMediaServerIface |
struct | GoaMediaServerProxy |
struct | GoaMediaServerProxyClass |
struct | GoaMediaServerSkeleton |
struct | GoaMediaServerSkeletonClass |
GInterface ╰── GoaMediaServer GObject ├── GDBusInterfaceSkeleton │ ╰── GoaMediaServerSkeleton ╰── GDBusProxy ╰── GoaMediaServerProxy
GoaMediaServerProxy implements GDBusInterface, GInitable, GAsyncInitable and GoaMediaServer.
GoaMediaServerSkeleton implements GDBusInterface and GoaMediaServer.
GoaMediaServer is implemented by GoaMediaServerProxy and GoaMediaServerSkeleton.
This section contains code for working with the org.gnome.OnlineAccounts.MediaServer D-Bus interface in C.
GDBusInterfaceInfo *
goa_media_server_interface_info (void
);
goa_media_server_interface_info
is deprecated and should not be used in newly-written code.
The D-Bus interface has been deprecated.
Gets a machine-readable description of the org.gnome.OnlineAccounts.MediaServer D-Bus interface.
Since: 3.14
guint goa_media_server_override_properties (GObjectClass *klass
,guint property_id_begin
);
goa_media_server_override_properties
is deprecated and should not be used in newly-written code.
The D-Bus interface has been deprecated.
Overrides all GObject properties in the GoaMediaServer interface for a concrete class. The properties are overridden in the order they are defined.
klass |
The class structure for a GObject derived class. |
|
property_id_begin |
The property id to assign to the first overridden property. |
Since: 3.14
typedef struct _GoaMediaServer GoaMediaServer;
GoaMediaServer
is deprecated and should not be used in newly-written code.
The D-Bus interface has been deprecated.
Abstract interface type for the D-Bus interface org.gnome.OnlineAccounts.MediaServer.
Since: 3.14
struct GoaMediaServerIface { GTypeInterface parent_iface; gboolean (*get_dlna_supported) (GoaMediaServer *object); const gchar * (*get_udn) (GoaMediaServer *object); };
GoaMediaServerIface
is deprecated and should not be used in newly-written code.
The D-Bus interface has been deprecated.
Virtual table for the D-Bus interface org.gnome.OnlineAccounts.MediaServer.
The parent interface. |
||
Getter for the “dlna-supported” property. |
||
Getter for the “udn” property. |
Since: 3.14
struct GoaMediaServerProxy;
GoaMediaServerProxy
is deprecated and should not be used in newly-written code.
The D-Bus interface has been deprecated.
The GoaMediaServerProxy structure contains only private data and should only be accessed using the provided API.
Since: 3.14
struct GoaMediaServerProxyClass { GDBusProxyClass parent_class; };
GoaMediaServerProxyClass
is deprecated and should not be used in newly-written code.
The D-Bus interface has been deprecated.
Class structure for GoaMediaServerProxy.
Since: 3.14
struct GoaMediaServerSkeleton;
GoaMediaServerSkeleton
is deprecated and should not be used in newly-written code.
The D-Bus interface has been deprecated.
The GoaMediaServerSkeleton structure contains only private data and should only be accessed using the provided API.
Since: 3.14
struct GoaMediaServerSkeletonClass { GDBusInterfaceSkeletonClass parent_class; };
GoaMediaServerSkeletonClass
is deprecated and should not be used in newly-written code.
The D-Bus interface has been deprecated.
Class structure for GoaMediaServerSkeleton.
Since: 3.14
“dlna-supported”
property “dlna-supported” gboolean
Represents the D-Bus property "DlnaSupported".
Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
GoaMediaServer:dlna-supported
is deprecated and should not be used in newly-written code.
The D-Bus property has been deprecated.
Owner: GoaMediaServer
Flags: Read / Write
Default value: FALSE
Since: 3.14
“udn”
property “udn” char *
Represents the D-Bus property "Udn".
Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
GoaMediaServer:udn
is deprecated and should not be used in newly-written code.
The D-Bus property has been deprecated.
Owner: GoaMediaServer
Flags: Read / Write
Default value: NULL
Since: 3.14