Skip to content
Snippets Groups Projects
Commit edd50570 authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

session: port to use PW_TYPE_INTERFACE_Session on the implementation

parent a0521dea
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -73,12 +73,7 @@ void wp_session_set_default_endpoint (WpSession * self, ...@@ -73,12 +73,7 @@ void wp_session_set_default_endpoint (WpSession * self,
*/ */
#define WP_TYPE_IMPL_SESSION (wp_impl_session_get_type ()) #define WP_TYPE_IMPL_SESSION (wp_impl_session_get_type ())
WP_API WP_API
G_DECLARE_DERIVABLE_TYPE (WpImplSession, wp_impl_session, WP, IMPL_SESSION, WpSession) G_DECLARE_FINAL_TYPE (WpImplSession, wp_impl_session, WP, IMPL_SESSION, WpSession)
struct _WpImplSessionClass
{
WpSessionClass parent_class;
};
WP_API WP_API
WpImplSession * wp_impl_session_new (WpCore * core); WpImplSession * wp_impl_session_new (WpCore * core);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment