HomeSort by relevance Sort by last modified time
    Searched refs:g_key_file_get_locale_string (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/glib/glib/
gkeyfile.h 113 gchar *g_key_file_get_locale_string (GKeyFile *key_file,
gkeyfile.c 1655 g_key_file_get_locale_string (GKeyFile *key_file, function
    [all...]
galiasdef.c 1238 #undef g_key_file_get_locale_string macro
    [all...]
galias.h 1232 #define g_key_file_get_locale_string macro
    [all...]
  /external/bluetooth/glib/gio/
gdesktopappinfo.c 249 info->name = g_key_file_get_locale_string (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_NAME, NULL, NULL);
250 info->comment = g_key_file_get_locale_string (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_COMMENT, NULL, NULL);
252 info->icon_name = g_key_file_get_locale_string (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_ICON, NULL, NULL);
    [all...]

Completed in 113 milliseconds