docs: api: Replace hotdoc specific commands with Doxygen specific commands
This commit is contained in:

committed by
George Kiagiadakis

parent
89549247f8
commit
d692f06f0d
@@ -17,16 +17,29 @@ G_BEGIN_DECLS
|
||||
|
||||
typedef struct _WpSiAcquisition WpSiAcquisition;
|
||||
|
||||
/**
|
||||
* WP_TYPE_SI_ENDPOINT:
|
||||
/*!
|
||||
* @memberof WpSiEndpoint
|
||||
*
|
||||
* @brief The [WpSiEndpoint](@ref si_endpoint_section)
|
||||
* <a href="https://developer.gnome.org/gobject/stable/gobject-Type-Information.html#GType">
|
||||
* GType</a>
|
||||
*
|
||||
* @code
|
||||
* #define WP_TYPE_SI_ENDPOINT (wp_si_endpoint_get_type ())
|
||||
* @endcode
|
||||
*
|
||||
* The #WpSiEndpoint #GType
|
||||
*/
|
||||
#define WP_TYPE_SI_ENDPOINT (wp_si_endpoint_get_type ())
|
||||
WP_API
|
||||
G_DECLARE_INTERFACE (WpSiEndpoint, wp_si_endpoint,
|
||||
WP, SI_ENDPOINT, WpSessionItem)
|
||||
|
||||
/*!
|
||||
* @memberof WpSiEndpoint
|
||||
*
|
||||
* @brief
|
||||
* @em interface
|
||||
*/
|
||||
struct _WpSiEndpointInterface
|
||||
{
|
||||
GTypeInterface interface;
|
||||
@@ -41,16 +54,31 @@ GVariant * wp_si_endpoint_get_registration_info (WpSiEndpoint * self);
|
||||
WP_API
|
||||
WpProperties * wp_si_endpoint_get_properties (WpSiEndpoint * self);
|
||||
|
||||
/**
|
||||
/*!
|
||||
* @memberof WpSiAdapter
|
||||
*
|
||||
* WP_TYPE_SI_ADAPTER:
|
||||
*
|
||||
* The #WpSiAdapter #GType
|
||||
* @brief The [WpSiAdapter](@ref si_adapter_section)
|
||||
* <a href="https://developer.gnome.org/gobject/stable/gobject-Type-Information.html#GType">
|
||||
* GType</a>
|
||||
*
|
||||
* @code
|
||||
* #define WP_TYPE_SI_ADAPTER (wp_si_adapter_get_type ())
|
||||
* @endcode
|
||||
*/
|
||||
#define WP_TYPE_SI_ADAPTER (wp_si_adapter_get_type ())
|
||||
WP_API
|
||||
G_DECLARE_INTERFACE (WpSiAdapter, wp_si_adapter,
|
||||
WP, SI_ADAPTER, WpSessionItem)
|
||||
|
||||
/*!
|
||||
* @memberof WpSiAdapter
|
||||
*
|
||||
* @brief
|
||||
* @em interface
|
||||
*/
|
||||
struct _WpSiAdapterInterface
|
||||
{
|
||||
GTypeInterface interface;
|
||||
@@ -74,16 +102,31 @@ WP_API
|
||||
gboolean wp_si_adapter_set_ports_format_finish (WpSiAdapter * self,
|
||||
GAsyncResult * res, GError ** error);
|
||||
|
||||
/**
|
||||
/*!
|
||||
* @memberof WpSiLinkable
|
||||
*
|
||||
* WP_TYPE_SI_LINKABLE:
|
||||
*
|
||||
* The #WpSiLinkable #GType
|
||||
* @brief The [WpSiLinkable](@ref si_linkable_section)
|
||||
* <a href="https://developer.gnome.org/gobject/stable/gobject-Type-Information.html#GType">
|
||||
* GType</a>
|
||||
*
|
||||
* @code
|
||||
* #define WP_TYPE_SI_LINKABLE (wp_si_linkable_get_type ())
|
||||
* @endcode
|
||||
*/
|
||||
#define WP_TYPE_SI_LINKABLE (wp_si_linkable_get_type ())
|
||||
WP_API
|
||||
G_DECLARE_INTERFACE (WpSiLinkable, wp_si_linkable,
|
||||
WP, SI_LINKABLE, WpSessionItem)
|
||||
|
||||
/*!
|
||||
* @memberof WpSiLinkable
|
||||
*
|
||||
* @brief
|
||||
* @em interface
|
||||
*/
|
||||
struct _WpSiLinkableInterface
|
||||
{
|
||||
GTypeInterface interface;
|
||||
@@ -99,16 +142,31 @@ GVariant * wp_si_linkable_get_ports (WpSiLinkable * self,
|
||||
WP_API
|
||||
WpSiAcquisition * wp_si_linkable_get_acquisition (WpSiLinkable * self);
|
||||
|
||||
/**
|
||||
/*!
|
||||
* @memberof WpSiLink
|
||||
*
|
||||
* WP_TYPE_SI_LINK:
|
||||
*
|
||||
* The #WpSiLink #GType
|
||||
* @brief The [WpSiLink](@ref si_link_section)
|
||||
* <a href="https://developer.gnome.org/gobject/stable/gobject-Type-Information.html#GType">
|
||||
* GType</a>
|
||||
*
|
||||
* @code
|
||||
* #define WP_TYPE_SI_LINK (wp_si_link_get_type ())
|
||||
* @endcode
|
||||
*
|
||||
*/
|
||||
#define WP_TYPE_SI_LINK (wp_si_link_get_type ())
|
||||
WP_API
|
||||
G_DECLARE_INTERFACE (WpSiLink, wp_si_link,
|
||||
WP, SI_LINK, WpSessionItem)
|
||||
|
||||
/*!
|
||||
* @memberof WpSiLink
|
||||
*
|
||||
* @brief
|
||||
* @em interface
|
||||
*/
|
||||
struct _WpSiLinkInterface
|
||||
{
|
||||
GTypeInterface interface;
|
||||
@@ -132,16 +190,31 @@ WpSiLinkable * wp_si_link_get_out_item (WpSiLink * self);
|
||||
WP_API
|
||||
WpSiLinkable * wp_si_link_get_in_item (WpSiLink * self);
|
||||
|
||||
/**
|
||||
/*!
|
||||
* @memberof WpSiAcquisition
|
||||
*
|
||||
* WP_TYPE_SI_ACQUISITION:
|
||||
*
|
||||
* The #WpSiAcquisition #GType
|
||||
* The [WpSiAcquisition](@ref si_acquisition_section)
|
||||
* <a href="https://developer.gnome.org/gobject/stable/gobject-Type-Information.html#GType">
|
||||
* GType</a>
|
||||
*
|
||||
* @code
|
||||
* #define WP_TYPE_SI_ACQUISITION (wp_si_acquisition_get_type ())
|
||||
* @endcode
|
||||
*
|
||||
*/
|
||||
#define WP_TYPE_SI_ACQUISITION (wp_si_acquisition_get_type ())
|
||||
WP_API
|
||||
G_DECLARE_INTERFACE (WpSiAcquisition, wp_si_acquisition,
|
||||
WP, SI_ACQUISITION, WpSessionItem)
|
||||
|
||||
/*!
|
||||
* @memberof WpSiAcquisition
|
||||
*
|
||||
* @brief
|
||||
* @em interface
|
||||
*/
|
||||
struct _WpSiAcquisitionInterface
|
||||
{
|
||||
GTypeInterface interface;
|
||||
|
Reference in New Issue
Block a user