From ef0467789bfc8406b57ba553e4d59f4d6c3f9be8 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 14 Dec 2011 10:13:54 +0100 Subject: Moved from Mate-Extra repository --- .../reference/gdict/tmpl/gdict-client-context.sgml | 146 ++++++++++ .../docs/reference/gdict/tmpl/gdict-context.sgml | 300 +++++++++++++++++++++ .../gdict/tmpl/gdict-database-chooser.sgml | 194 +++++++++++++ .../docs/reference/gdict/tmpl/gdict-defbox.sgml | 288 ++++++++++++++++++++ .../reference/gdict/tmpl/gdict-source-chooser.sgml | 186 +++++++++++++ .../reference/gdict/tmpl/gdict-source-loader.sgml | 144 ++++++++++ .../docs/reference/gdict/tmpl/gdict-source.sgml | 253 +++++++++++++++++ .../docs/reference/gdict/tmpl/gdict-speller.sgml | 174 ++++++++++++ .../gdict/tmpl/gdict-strategy-chooser.sgml | 188 +++++++++++++ .../docs/reference/gdict/tmpl/gdict-unused.sgml | 0 .../docs/reference/gdict/tmpl/gdict-utils.sgml | 107 ++++++++ .../docs/reference/gdict/tmpl/gdict-version.sgml | 105 ++++++++ 12 files changed, 2085 insertions(+) create mode 100644 mate-dictionary/docs/reference/gdict/tmpl/gdict-client-context.sgml create mode 100644 mate-dictionary/docs/reference/gdict/tmpl/gdict-context.sgml create mode 100644 mate-dictionary/docs/reference/gdict/tmpl/gdict-database-chooser.sgml create mode 100644 mate-dictionary/docs/reference/gdict/tmpl/gdict-defbox.sgml create mode 100644 mate-dictionary/docs/reference/gdict/tmpl/gdict-source-chooser.sgml create mode 100644 mate-dictionary/docs/reference/gdict/tmpl/gdict-source-loader.sgml create mode 100644 mate-dictionary/docs/reference/gdict/tmpl/gdict-source.sgml create mode 100644 mate-dictionary/docs/reference/gdict/tmpl/gdict-speller.sgml create mode 100644 mate-dictionary/docs/reference/gdict/tmpl/gdict-strategy-chooser.sgml create mode 100644 mate-dictionary/docs/reference/gdict/tmpl/gdict-unused.sgml create mode 100644 mate-dictionary/docs/reference/gdict/tmpl/gdict-utils.sgml create mode 100644 mate-dictionary/docs/reference/gdict/tmpl/gdict-version.sgml (limited to 'mate-dictionary/docs/reference/gdict/tmpl') diff --git a/mate-dictionary/docs/reference/gdict/tmpl/gdict-client-context.sgml b/mate-dictionary/docs/reference/gdict/tmpl/gdict-client-context.sgml new file mode 100644 index 00000000..bc5ac1dd --- /dev/null +++ b/mate-dictionary/docs/reference/gdict/tmpl/gdict-client-context.sgml @@ -0,0 +1,146 @@ + +GdictClientContext + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@gdictclientcontext: the object which received the signal. + + + + + + +@gdictclientcontext: the object which received the signal. + + + + + + + + + + + + + + + + + + + + + + + + + + +@connected: +@disconnected: + + + + + + +@GDICT_CLIENT_CONTEXT_ERROR_SOCKET: +@GDICT_CLIENT_CONTEXT_ERROR_LOOKUP: +@GDICT_CLIENT_CONTEXT_ERROR_NO_CONNECTION: +@GDICT_CLIENT_CONTEXT_ERROR_SERVER_DOWN: + + + + + + +@hostname: +@port: +@Returns: + + + + + + + +@context: +@hostname: + + + + + + + +@context: +@Returns: + + + + + + + +@context: +@port: + + + + + + + +@context: +@Returns: + + + + + + + +@context: +@client: + + + + + + + +@context: +@Returns: + + diff --git a/mate-dictionary/docs/reference/gdict/tmpl/gdict-context.sgml b/mate-dictionary/docs/reference/gdict/tmpl/gdict-context.sgml new file mode 100644 index 00000000..67fe6dee --- /dev/null +++ b/mate-dictionary/docs/reference/gdict/tmpl/gdict-context.sgml @@ -0,0 +1,300 @@ + +GdictContext + + + + + + + + + + + + + + + + + + + + + + + + + + + +@get_databases: +@get_strategies: +@match_word: +@define_word: +@lookup_start: +@lookup_end: +@database_found: +@strategy_found: +@match_found: +@definition_found: +@error: + + + + + + +@GDICT_CONTEXT_ERROR_PARSE: +@GDICT_CONTEXT_ERROR_NOT_IMPLEMENTED: +@GDICT_CONTEXT_ERROR_INVALID_DATABASE: +@GDICT_CONTEXT_ERROR_INVALID_STRATEGY: +@GDICT_CONTEXT_ERROR_INVALID_COMMAND: +@GDICT_CONTEXT_ERROR_NO_MATCH: +@GDICT_CONTEXT_ERROR_NO_DATABASES: +@GDICT_CONTEXT_ERROR_NO_STRATEGIES: + + + + + + +@context: +@local_only: + + + + + + + +@context: +@Returns: + + + + + + + +@context: +@error: +@Returns: + + + + + + + +@context: +@error: +@Returns: + + + + + + + +@context: +@database: +@strategy: +@word: +@error: +@Returns: + + + + + + + +@context: +@database: +@word: +@error: +@Returns: + + + + + + + + + + + + + +@db: +@Returns: + + + + + + + +@db: + + + + + + + +@db: +@Returns: + + + + + + + +@db: +@Returns: + + + + + + + + + + + + + +@strat: +@Returns: + + + + + + + +@strat: + + + + + + + +@strat: +@Returns: + + + + + + + +@strat: +@Returns: + + + + + + + + + + + + + +@match: +@Returns: + + + + + + + +@match: + + + + + + + +@match: +@Returns: + + + + + + + +@match: +@Returns: + + + + + + + + + + + + + +@def: +@Returns: + + + + + + + +@def: + + + + + + + +@def: +@Returns: + + + + + + + +@def: +@Returns: + + + + + + + +@def: +@Returns: + + + + + + + +@def: +@Returns: + + diff --git a/mate-dictionary/docs/reference/gdict/tmpl/gdict-database-chooser.sgml b/mate-dictionary/docs/reference/gdict/tmpl/gdict-database-chooser.sgml new file mode 100644 index 00000000..ad828acc --- /dev/null +++ b/mate-dictionary/docs/reference/gdict/tmpl/gdict-database-chooser.sgml @@ -0,0 +1,194 @@ + +GdictDatabaseChooser + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@gdictdatabasechooser: the object which received the signal. +@arg1: +@arg2: + + + + + + +@gdictdatabasechooser: the object which received the signal. + + + + + + + + + + + + + + + + +@database_activated: +@selection_changed: + + + + + + +@void: +@Returns: + + + + + + + +@context: +@Returns: + + + + + + + +@chooser: +@Returns: + + + + + + + +@chooser: +@context: + + + + + + + +@chooser: +@length: +@Returns: + + + + + + + +@chooser: +@Returns: + + + + + + + +@chooser: +@database: +@Returns: + + + + + + + +@chooser: + + + + + + + +@chooser: + + + + + + + +@chooser: +@button_text: +@Returns: + + + + + + + +@chooser: +@Returns: + + + + + + + +@chooser: +@db_name: +@Returns: + + + + + + + +@chooser: +@db_name: +@Returns: + + + + + + + +@chooser: +@db_name: +@Returns: + + diff --git a/mate-dictionary/docs/reference/gdict/tmpl/gdict-defbox.sgml b/mate-dictionary/docs/reference/gdict/tmpl/gdict-defbox.sgml new file mode 100644 index 00000000..5ca025f2 --- /dev/null +++ b/mate-dictionary/docs/reference/gdict/tmpl/gdict-defbox.sgml @@ -0,0 +1,288 @@ + +GdictDefbox + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@gdictdefbox: the object which received the signal. + + + + + + +@gdictdefbox: the object which received the signal. + + + + + + +@gdictdefbox: the object which received the signal. + + + + + + +@gdictdefbox: the object which received the signal. +@arg1: + + + + + + +@gdictdefbox: the object which received the signal. + + + + + + + + + + + + + + + + + + + + + + + + + + +@parent_class: +@show_find: +@hide_find: +@find_previous: +@find_next: +@link_clicked: +@_gdict_defbox_1: +@_gdict_defbox_2: +@_gdict_defbox_3: +@_gdict_defbox_4: + + + + + + +@void: +@Returns: + + + + + + + +@context: +@Returns: + + + + + + + +@defbox: +@context: + + + + + + + +@defbox: +@Returns: + + + + + + + +@defbox: +@database: + + + + + + + +@defbox: +@Returns: + + + + + + + +@defbox: +@length: +@Returns: + + + + + + + +@defbox: + + + + + + + +@defbox: +@clipboard: + + + + + + + +@defbox: + + + + + + + +@defbox: +@word: + + + + + + + +@defbox: +@Returns: + + + + + + + +@defbox: +@Returns: + + + + + + + +@defbox: +@number: + + + + + + + +@defbox: +@show_find: + + + + + + + +@defbox: +@Returns: + + + + + + + +@defbox: + + + + + + + +@defbox: + + + + + + + +@defbox: +@font_name: + + + + + + + +@defbox: +@Returns: + + + + + + + +@defbox: +@Returns: + + diff --git a/mate-dictionary/docs/reference/gdict/tmpl/gdict-source-chooser.sgml b/mate-dictionary/docs/reference/gdict/tmpl/gdict-source-chooser.sgml new file mode 100644 index 00000000..baafc187 --- /dev/null +++ b/mate-dictionary/docs/reference/gdict/tmpl/gdict-source-chooser.sgml @@ -0,0 +1,186 @@ + +GdictSourceChooser + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@gdictsourcechooser: the object which received the signal. + + + + + + +@gdictsourcechooser: the object which received the signal. +@arg1: +@arg2: + + + + + + + + + + + + + + + + +@source_activated: +@selection_changed: + + + + + + +@void: +@Returns: + + + + + + + +@loader: +@Returns: + + + + + + + +@chooser: +@Returns: + + + + + + + +@chooser: +@loader: + + + + + + + +@chooser: +@length: +@Returns: + + + + + + + +@chooser: +@Returns: + + + + + + + +@chooser: +@source_name: +@Returns: + + + + + + + +@chooser: + + + + + + + +@chooser: +@source_name: +@Returns: + + + + + + + +@chooser: +@source_name: +@Returns: + + + + + + + +@chooser: +@Returns: + + + + + + + +@chooser: +@source_name: +@Returns: + + + + + + + +@chooser: +@button_text: +@Returns: + + diff --git a/mate-dictionary/docs/reference/gdict/tmpl/gdict-source-loader.sgml b/mate-dictionary/docs/reference/gdict/tmpl/gdict-source-loader.sgml new file mode 100644 index 00000000..f9f2349b --- /dev/null +++ b/mate-dictionary/docs/reference/gdict/tmpl/gdict-source-loader.sgml @@ -0,0 +1,144 @@ + +GdictSourceLoader + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@gdictsourceloader: the object which received the signal. +@arg1: + + + + + + + + + + + + + + + + +@parent_class: +@source_loaded: +@_gdict_source_1: +@_gdict_source_2: +@_gdict_source_3: +@_gdict_source_4: + + + + + + +@void: +@Returns: + + + + + + + +@loader: + + + + + + + +@loader: +@path: + + + + + + + +@loader: +@Returns: + + + + + + + +@loader: +@length: +@Returns: + + + + + + + +@loader: +@Returns: + + + + + + + +@loader: +@name: +@Returns: + + + + + + + +@loader: +@name: +@Returns: + + + + + + + +@loader: +@source_name: +@Returns: + + diff --git a/mate-dictionary/docs/reference/gdict/tmpl/gdict-source.sgml b/mate-dictionary/docs/reference/gdict/tmpl/gdict-source.sgml new file mode 100644 index 00000000..f0117047 --- /dev/null +++ b/mate-dictionary/docs/reference/gdict/tmpl/gdict-source.sgml @@ -0,0 +1,253 @@ + +GdictSource + + + + + + + + + + + + + + + + + + + + + + + + + + + +@GDICT_SOURCE_ERROR_PARSE: +@GDICT_SOURCE_ERROR_INVALID_NAME: +@GDICT_SOURCE_ERROR_INVALID_TRANSPORT: +@GDICT_SOURCE_ERROR_INVALID_BAD_PARAMETER: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@void: +@Returns: + + + + + + + +@source: +@filename: +@error: +@Returns: + + + + + + + +@source: +@data: +@length: +@error: +@Returns: + + + + + + + +@source: +@length: +@error: +@Returns: + + + + + + + +@source: +@name: + + + + + + + +@source: +@Returns: + + + + + + + +@source: +@description: + + + + + + + +@source: +@Returns: + + + + + + + +@source: +@database: + + + + + + + +@source: +@Returns: + + + + + + + +@source: +@strategy: + + + + + + + +@source: +@Returns: + + + + + + + +@GDICT_SOURCE_TRANSPORT_DICTD: +@GDICT_SOURCE_TRANSPORT_INVALID: + + + + + + +@source: +@transport: +@first_transport_property: +@Varargs: + + + + + + + +@source: +@transport: +@first_transport_property: +@var_args: + + + + + + + +@source: +@Returns: + + + + + + + +@source: +@Returns: + + + + + + + +@source: +@Returns: + + diff --git a/mate-dictionary/docs/reference/gdict/tmpl/gdict-speller.sgml b/mate-dictionary/docs/reference/gdict/tmpl/gdict-speller.sgml new file mode 100644 index 00000000..98c06fbe --- /dev/null +++ b/mate-dictionary/docs/reference/gdict/tmpl/gdict-speller.sgml @@ -0,0 +1,174 @@ + +GdictSpeller + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@gdictspeller: the object which received the signal. +@arg1: +@arg2: + + + + + + + + + + + + + + + + + + + + + +@parent_class: +@word_activated: +@_gdict_speller_1: +@_gdict_speller_2: +@_gdict_speller_3: +@_gdict_speller_4: + + + + + + +@void: +@Returns: + + + + + + + +@context: +@Returns: + + + + + + + +@speller: +@context: + + + + + + + +@speller: +@Returns: + + + + + + + +@speller: +@database: + + + + + + + +@speller: +@Returns: + + + + + + + +@speller: +@strategy: + + + + + + + +@speller: +@Returns: + + + + + + + +@speller: + + + + + + + +@speller: +@word: + + + + + + + +@speller: +@Returns: + + + + + + + +@speller: +@length: +@Returns: + + diff --git a/mate-dictionary/docs/reference/gdict/tmpl/gdict-strategy-chooser.sgml b/mate-dictionary/docs/reference/gdict/tmpl/gdict-strategy-chooser.sgml new file mode 100644 index 00000000..f909feed --- /dev/null +++ b/mate-dictionary/docs/reference/gdict/tmpl/gdict-strategy-chooser.sgml @@ -0,0 +1,188 @@ + +GdictStrategyChooser + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@gdictstrategychooser: the object which received the signal. +@arg1: +@arg2: + + + + + + + + + + + +@parent_class: +@strategy_activated: +@_gdict_padding1: +@_gdict_padding2: +@_gdict_padding3: +@_gdict_padding4: +@_gdict_padding5: +@_gdict_padding6: + + + + + + +@void: +@Returns: + + + + + + + +@context: +@Returns: + + + + + + + +@chooser: +@Returns: + + + + + + + +@chooser: +@context: + + + + + + + +@chooser: +@length: +@Returns: + + + + + + + +@chooser: +@strategy: +@Returns: + + + + + + + +@chooser: +@button_text: +@Returns: + + + + + + + +@chooser: + + + + + + + +@chooser: +@Returns: + + + + + + + +@chooser: +@Returns: + + + + + + + +@chooser: + + + + + + + +@chooser: +@strat_name: +@Returns: + + + + + + + +@chooser: +@strat_name: +@Returns: + + + + + + + +@chooser: +@strat_name: +@Returns: + + diff --git a/mate-dictionary/docs/reference/gdict/tmpl/gdict-unused.sgml b/mate-dictionary/docs/reference/gdict/tmpl/gdict-unused.sgml new file mode 100644 index 00000000..e69de29b diff --git a/mate-dictionary/docs/reference/gdict/tmpl/gdict-utils.sgml b/mate-dictionary/docs/reference/gdict/tmpl/gdict-utils.sgml new file mode 100644 index 00000000..60582b6e --- /dev/null +++ b/mate-dictionary/docs/reference/gdict/tmpl/gdict-utils.sgml @@ -0,0 +1,107 @@ + +Gdict Utilities + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@GDICT_CONTEXT_PROP_FIRST: +@GDICT_CONTEXT_PROP_LOCAL_ONLY: +@GDICT_CONTEXT_PROP_LAST: + + + + + + +@GDICT_STATUS_INVALID: +@GDICT_STATUS_N_DATABASES_PRESENT: +@GDICT_STATUS_N_STRATEGIES_PRESENT: +@GDICT_STATUS_DATABASE_INFO: +@GDICT_STATUS_HELP_TEXT: +@GDICT_STATUS_SERVER_INFO: +@GDICT_STATUS_CHALLENGE: +@GDICT_STATUS_N_DEFINITIONS_RETRIEVED: +@GDICT_STATUS_WORD_DB_NAME: +@GDICT_STATUS_N_MATCHES_FOUND: +@GDICT_STATUS_CONNECT: +@GDICT_STATUS_QUIT: +@GDICT_STATUS_AUTH_OK: +@GDICT_STATUS_OK: +@GDICT_STATUS_SEND_RESPONSE: +@GDICT_STATUS_SERVER_DOWN: +@GDICT_STATUS_SHUTDOWN: +@GDICT_STATUS_BAD_COMMAND: +@GDICT_STATUS_BAD_PARAMETERS: +@GDICT_STATUS_COMMAND_NOT_IMPLEMENTED: +@GDICT_STATUS_PARAMETER_NOT_IMPLEMENTED: +@GDICT_STATUS_NO_ACCESS: +@GDICT_STATUS_USE_SHOW_INFO: +@GDICT_STATUS_UNKNOWN_MECHANISM: +@GDICT_STATUS_BAD_DATABASE: +@GDICT_STATUS_BAD_STRATEGY: +@GDICT_STATUS_NO_MATCH: +@GDICT_STATUS_NO_DATABASES_PRESENT: +@GDICT_STATUS_NO_STRATEGIES_PRESENT: + + + + + + +@argc: +@argv: + + + + + + + +@void: +@Returns: + + diff --git a/mate-dictionary/docs/reference/gdict/tmpl/gdict-version.sgml b/mate-dictionary/docs/reference/gdict/tmpl/gdict-version.sgml new file mode 100644 index 00000000..8d3cb5ce --- /dev/null +++ b/mate-dictionary/docs/reference/gdict/tmpl/gdict-version.sgml @@ -0,0 +1,105 @@ + +Gdict Version Checking + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@major: +@minor: +@micro: + + + + + + + + + + + + + + + + + + + + + + + + + +@required_major: +@required_minor: +@required_micro: +@Returns: + + -- cgit v1.2.1