mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-05 19:15:32 +00:00
media-manager: Use G_BEGIN_DECLS and G_END_DECLS in header
This commit is contained in:
parent
6b3d745f55
commit
b8efaf1f66
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue