GNOME Bugzilla – Bug 82943
gnome_program_init() docs - where is app-id used?
Last modified: 2007-04-09 11:46:45 UTC
The API documentation for gnome_program_init() should give more detail about the app_id argument. What is it used for? (Opening docs, apparently. Maybe other stuff) What is a valid app_id? Are spaces OK? Should it be capitalized? Also, check the attribute and module docs are comprehensive. The code is horrible to read so good docs are essential for this.
Swapping doc keyword for API-doc.
Federico, should this still be assigned to you or reassigned to module owner?
Can this go in?
Can what go in? Nobody produced any docs to commit yet :-)
The APP-ID is used at least for the following purposes: - to find the programme's help files by gnome_help_*() - to load the app-specific gtkrc file from ~/.gnome2/$(APPID)rc - to load/save the app's accelerators map from ~/.gnome2/accelerators/$(APPID) - to load/save a GnomeEntry's history from gconf /apps/gnome-settings/$(APPID)/history-$(ENTRYID)
I added those to the docs now.