hook gvariant vectors up to kdbus
[platform/upstream/glib.git] / gio / gdbusmessage.h
index bf27f7a..8f9b25e 100644 (file)
@@ -13,9 +13,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: David Zeuthen <davidz@redhat.com>
  */
@@ -194,6 +192,16 @@ GLIB_AVAILABLE_IN_ALL
 gboolean                  g_dbus_message_to_gerror          (GDBusMessage             *message,
                                                              GError                  **error);
 
+GDBusMessage             *_g_dbus_message_new_from_kdbus_items  (GSList               *kdbus_msg_items,
+                                                                 GError              **error);
+
+/* to remove */
+guint32                   _g_dbus_message_get_protocol_ver      (GDBusMessage             *message);
+
+/* to remove */
+void                      _g_dbus_message_set_protocol_ver      (GDBusMessage             *message,
+                                                                 guint32                   protocol_ver);
+
 G_END_DECLS
 
 #endif /* __G_DBUS_MESSAGE_H__ */