gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: -conversation: hint for fut


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: -conversation: hint for future coders
Date: Wed, 27 Jun 2018 20:28:15 +0200

This is an automated email from the git hooks/post-receive script.

lynx pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 1c0e4ab32 -conversation: hint for future coders
1c0e4ab32 is described below

commit 1c0e4ab320429f11a1c5e63194643e61766aca3f
Author: psyc://loupsycedyglgamf.onion/~lynX 
<ircs://psyced.org/youbroketheinternet>
AuthorDate: Wed Apr 4 00:44:05 1984 +0000

    -conversation: hint for future coders
---
 src/conversation/gnunet-conversation.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/conversation/gnunet-conversation.c 
b/src/conversation/gnunet-conversation.c
index fad9d568e..bb4946720 100644
--- a/src/conversation/gnunet-conversation.c
+++ b/src/conversation/gnunet-conversation.c
@@ -264,6 +264,13 @@ phone_event_handler (void *cls,
   switch (code)
   {
   case GNUNET_CONVERSATION_EC_PHONE_RING:
+    /*
+     * FIXME: we should be playing our ringtones from contrib/sounds now!
+     *
+    ring_my_bell();
+     *
+     * see 
https://gstreamer.freedesktop.org/documentation/application-development/highlevel/playback-components.html
 on how to play a wav using the gst framework being used here
+     */
     FPRINTF (stdout,
              _("Incoming call from `%s'. Please /accept %u or /cancel %u the 
call.\n"),
              GNUNET_GNSRECORD_pkey_to_zkey (caller_id),

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]