Searched refs:_global_title (Results 1 – 1 of 1) sorted by relevance
166 static gchar *_global_title = NULL; variable188 if (_global_title == NULL) in handle_get_property()189 _global_title = g_strdup ("Back To C!"); in handle_get_property()190 ret = g_variant_new_string (_global_title); in handle_get_property()229 if (g_strcmp0 (_global_title, g_variant_get_string (value, NULL)) != 0) in handle_set_property()234 g_free (_global_title); in handle_set_property()235 _global_title = g_variant_dup_string (value, NULL); in handle_set_property()242 g_variant_new_string (_global_title)); in handle_set_property()