[gjs: 2/15] libgjs-private: Export GjsDBusImplementation unexport methods




commit df768ea03753bfe2f48c38b3ac6c5177183daead
Author: Philip Chimento <philip chimento gmail com>
Date:   Sat Jan 8 21:10:57 2022 -0800

    libgjs-private: Export GjsDBusImplementation unexport methods
    
    These should be marked as public visibility in the shared library.

 libgjs-private/gjs-gdbus-wrapper.h | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/libgjs-private/gjs-gdbus-wrapper.h b/libgjs-private/gjs-gdbus-wrapper.h
index c486370be..45b86f8d0 100644
--- a/libgjs-private/gjs-gdbus-wrapper.h
+++ b/libgjs-private/gjs-gdbus-wrapper.h
@@ -44,6 +44,12 @@ void                   gjs_dbus_implementation_emit_property_changed (GjsDBusImp
 GJS_EXPORT
 void                   gjs_dbus_implementation_emit_signal           (GjsDBusImplementation *self, gchar 
*signal_name, GVariant *parameters);
 
+GJS_EXPORT
+void gjs_dbus_implementation_unexport(GjsDBusImplementation* self);
+GJS_EXPORT
+void gjs_dbus_implementation_unexport_from_connection(
+    GjsDBusImplementation* self, GDBusConnection* connection);
+
 G_END_DECLS
 
 #endif /* LIBGJS_PRIVATE_GJS_GDBUS_WRAPPER_H_ */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]