Top |
GObject * | ags_portlet_get_port () |
void | ags_portlet_set_port () |
GList * | ags_portlet_list_safe_properties () |
void | ags_portlet_safe_get_property () |
void | ags_portlet_safe_set_property () |
The AgsPortlet interface is intended to use with ports containing GObject. Whereas its should implement this interface.
GObject *
ags_portlet_get_port (AgsPortlet *portlet
);
Get port.
Since: 3.0.0
void ags_portlet_set_port (AgsPortlet *portlet
,GObject *port
);
Set port.
Since: 3.0.0
GList *
ags_portlet_list_safe_properties (AgsPortlet *portlet
);
Retrieve thread-safe properties.
Since: 3.0.0
void ags_portlet_safe_get_property (AgsPortlet *portlet
,gchar *property_name
,GValue *value
);
Get property thread safe.
Since: 3.0.0
void ags_portlet_safe_set_property (AgsPortlet *portlet
,gchar *property_name
,GValue *value
);
Set property thread safe.
Since: 3.0.0