Home
last modified time | relevance | path

Searched refs:XMLTAG_OBJECT (Results 1 – 3 of 3) sorted by relevance

/dports/x11-fm/catseye-fm/catseye-fm-4.2.0.0/
H A DconfighandlingDefinitions.h81 #define XMLTAG_OBJECT "Object" macro
H A Dconfighandling.c525 … g_string_append_printf (gstrBuf, "<%s type=\"%s\">", XMLTAG_OBJECT, XMLTAG_QUESTION); in configFileHandling_saveGlobalUsercommandStructAsXMLConfigFile()
528 … g_string_append_printf (gstrBuf, "<%s type=\"%s\">", XMLTAG_OBJECT, XMLTAG_CHECKBOX); in configFileHandling_saveGlobalUsercommandStructAsXMLConfigFile()
531 g_string_append_printf (gstrBuf, "<%s type=\"%s\">", XMLTAG_OBJECT, XMLTAG_TEXT); in configFileHandling_saveGlobalUsercommandStructAsXMLConfigFile()
534 … g_string_append_printf (gstrBuf, "<%s type=\"%s\">", XMLTAG_OBJECT, XMLTAG_FILECHOOSER); in configFileHandling_saveGlobalUsercommandStructAsXMLConfigFile()
537 … g_string_append_printf (gstrBuf, "<%s type=\"%s\">", XMLTAG_OBJECT, XMLTAG_DIRCHOOSER); in configFileHandling_saveGlobalUsercommandStructAsXMLConfigFile()
540 … g_string_append_printf (gstrBuf, "<%s type=\"%s\">", XMLTAG_OBJECT, XMLTAG_SEPARATOR); in configFileHandling_saveGlobalUsercommandStructAsXMLConfigFile()
575 g_string_append_printf (gstrBuf, "</%s>\n",XMLTAG_OBJECT); in configFileHandling_saveGlobalUsercommandStructAsXMLConfigFile()
998 OptionsList_addItem(&TagList, NULL, XMLTAG_OBJECT, NULL); //"Object" in XMLParser_getValidKeyWordsForState()
1174 …if (0 == strcmp(element_name, XMLTAG_OBJECT)){ //nothing to do, but lets check if the option block… in Usercommand_FoundEndCallback()
H A DCreateUsercommandDialog.c1040 g_string_append_printf (gstrCommandText, "<%s type=\"%s\">",XMLTAG_OBJECT,cpType); in createUserCommand_ListStoreToUsercommand()
1070 g_string_append_printf (gstrCommandText, "</%s>",XMLTAG_OBJECT); in createUserCommand_ListStoreToUsercommand()