Preliminary documentation of provider interfaces
* Preliminary documentation of CallsCall and CallsMessageSource * Documentation and cleaning up of CallsCallData * Add data files and meson rules to create gtk-doc documentation * Move some macros from util.h to calls-message-source.h
This commit is contained in:
@@ -99,13 +99,6 @@ G_BEGIN_DECLS
|
||||
ptr = new_value;
|
||||
|
||||
|
||||
#define CALLS_EMIT_MESSAGE(obj,text,type) \
|
||||
g_signal_emit_by_name (obj, "message", text, type)
|
||||
|
||||
#define CALLS_EMIT_ERROR(obj,error) \
|
||||
CALLS_EMIT_MESSAGE (obj, error->message, GTK_MESSAGE_ERROR)
|
||||
|
||||
|
||||
/** Find a particular pointer value in a GtkListStore */
|
||||
gboolean
|
||||
calls_list_store_find (GtkListStore *store,
|
||||
|
||||
Reference in New Issue
Block a user