[calls/gnome-41] media-manager: Use G_BEGIN_DECLS and G_END_DECLS in header
- From: Evangelos Ribeiro Tzaras <devrtz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [calls/gnome-41] media-manager: Use G_BEGIN_DECLS and G_END_DECLS in header
- Date: Thu, 28 Oct 2021 12:34:13 +0000 (UTC)
commit 9ca3494b5fa0855a0d3e88bb2a462e8607971cfc
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date: Fri Sep 24 09:20:16 2021 +0200
media-manager: Use G_BEGIN_DECLS and G_END_DECLS in header
(cherry picked from commit b8efaf1f66ed82f50514578c54745827401840b1)
plugins/sip/calls-sip-media-manager.h | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/plugins/sip/calls-sip-media-manager.h b/plugins/sip/calls-sip-media-manager.h
index 3dfc93eb..0fecaced 100644
--- a/plugins/sip/calls-sip-media-manager.h
+++ b/plugins/sip/calls-sip-media-manager.h
@@ -30,6 +30,8 @@
#include <sofia-sip/sdp.h>
#include <glib-object.h>
+G_BEGIN_DECLS
+
#define CALLS_TYPE_SIP_MEDIA_MANAGER (calls_sip_media_manager_get_type ())
G_DECLARE_FINAL_TYPE (CallsSipMediaManager, calls_sip_media_manager, CALLS, SIP_MEDIA_MANAGER, GObject)
@@ -49,3 +51,5 @@ MediaCodecInfo* get_best_codec (Cal
GList * calls_sip_media_manager_codec_candidates (CallsSipMediaManager *self);
GList * calls_sip_media_manager_get_codecs_from_sdp (CallsSipMediaManager *self,
sdp_media_t
*sdp_media);
+
+G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]