|
|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
|
#include <gtk/gtkx.h>
|
|
|
|
|
|
|
|
|
|
#include "ubl-settings-video-cm.h"
|
|
|
|
|
// #include "ubl-settings-video-cm.h"
|
|
|
|
|
#ifdef WEBKIT_FOUND
|
|
|
|
|
#include <webkit2/webkit2.h>
|
|
|
|
|
#endif
|
|
|
|
|
@ -80,8 +80,8 @@ typedef char** config_str;
|
|
|
|
|
* [type] - тип данных, хранящихся в словаре [dictionary].
|
|
|
|
|
*/
|
|
|
|
|
#define yon_dictionary_get_data(dictionary, type) ((type)dictionary->data)
|
|
|
|
|
#define yon_dictionary_add_or_create_if_exists_with_data(dict,key,data) if (!dict) dict=yon_dictionary_create_with_data(key,data); \
|
|
|
|
|
else dict=yon_dictionary_create_with_data_connected(dict,key,data);
|
|
|
|
|
#define yon_dictionary_add_or_create_if_exists_with_data(dict,key,data) {if (!dict) dict=yon_dictionary_create_with_data(key,data); \
|
|
|
|
|
else dict=yon_dictionary_create_with_data_connected(dict,key,data);}
|
|
|
|
|
|
|
|
|
|
dictionary *yon_dictionary_create_empty();
|
|
|
|
|
|
|
|
|
|
|