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:
@@ -177,10 +177,8 @@ set_properties (CallsOfonoCall *self,
|
||||
g_variant_lookup (props, "Name", "s", &self->name);
|
||||
|
||||
g_variant_lookup (props, "State", "&s", &str);
|
||||
if (str)
|
||||
{
|
||||
calls_call_state_parse_nick (&self->state, str);
|
||||
}
|
||||
g_return_if_fail (str != NULL);
|
||||
calls_call_state_parse_nick (&self->state, str);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user