126 lines
3.4 KiB
Diff
126 lines
3.4 KiB
Diff
diff -up libunique-2.90.1/doc/reference/Makefile.am.doc-rename libunique-2.90.1/doc/reference/Makefile.am
|
|
--- libunique-2.90.1/doc/reference/Makefile.am.doc-rename 2010-06-29 15:31:02.000000000 -0400
|
|
+++ libunique-2.90.1/doc/reference/Makefile.am 2010-07-13 20:31:13.680593005 -0400
|
|
@@ -6,10 +6,10 @@
|
|
# of using the various options.
|
|
|
|
# The name of the module, e.g. 'glib'.
|
|
-DOC_MODULE = unique
|
|
+DOC_MODULE = unique3
|
|
|
|
# The top-level SGML file. You can change this if you want to.
|
|
-DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml
|
|
+DOC_MAIN_SGML_FILE = unique-docs.xml
|
|
|
|
# The directory containing the source code. Relative to $(srcdir).
|
|
# gtk-doc will search all .c & .h files beneath here for inline comments
|
|
diff -up libunique-2.90.1/doc/reference/unique3-sections.txt.doc-rename libunique-2.90.1/doc/reference/unique3-sections.txt
|
|
--- libunique-2.90.1/doc/reference/unique3-sections.txt.doc-rename 2010-07-13 20:29:28.181593002 -0400
|
|
+++ libunique-2.90.1/doc/reference/unique3-sections.txt 2010-07-13 20:29:28.181593002 -0400
|
|
@@ -0,0 +1,100 @@
|
|
+<SECTION>
|
|
+<FILE>unique-backend</FILE>
|
|
+<TITLE>UniqueBackend</TITLE>
|
|
+UniqueBackend
|
|
+UniqueBackendClass
|
|
+unique_backend_create
|
|
+unique_backend_get_name
|
|
+unique_backend_set_name
|
|
+unique_backend_get_startup_id
|
|
+unique_backend_set_startup_id
|
|
+unique_backend_get_screen
|
|
+unique_backend_set_screen
|
|
+unique_backend_get_workspace
|
|
+unique_backend_request_name
|
|
+unique_backend_send_message
|
|
+<SUBSECTION Standard>
|
|
+UNIQUE_BACKEND
|
|
+UNIQUE_IS_BACKEND
|
|
+UNIQUE_TYPE_BACKEND
|
|
+unique_backend_get_type
|
|
+UNIQUE_BACKEND_CLASS
|
|
+UNIQUE_IS_BACKEND_CLASS
|
|
+UNIQUE_BACKEND_GET_CLASS
|
|
+</SECTION>
|
|
+
|
|
+<SECTION>
|
|
+<FILE>unique-app</FILE>
|
|
+<TITLE>UniqueApp</TITLE>
|
|
+UniqueCommand
|
|
+UniqueApp
|
|
+UniqueAppClass
|
|
+unique_app_new
|
|
+unique_app_new_with_commands
|
|
+unique_app_add_command
|
|
+unique_app_watch_window
|
|
+unique_app_is_running
|
|
+UniqueResponse
|
|
+unique_app_send_message
|
|
+<SUBSECTION Standard>
|
|
+UNIQUE_APP
|
|
+UNIQUE_IS_APP
|
|
+UNIQUE_TYPE_APP
|
|
+UNIQUE_APP_CLASS
|
|
+UNIQUE_IS_APP_CLASS
|
|
+UNIQUE_APP_GET_CLASS
|
|
+<SUBSECTION Private>
|
|
+UNIQUE_TYPE_COMMAND
|
|
+UNIQUE_TYPE_RESPONSE
|
|
+UniqueAppPrivate
|
|
+unique_app_get_type
|
|
+unique_command_get_type
|
|
+unique_response_get_type
|
|
+</SECTION>
|
|
+
|
|
+<SECTION>
|
|
+<FILE>unique-message</FILE>
|
|
+<TITLE>Message Data</TITLE>
|
|
+UniqueMessageData
|
|
+unique_message_data_new
|
|
+unique_message_data_copy
|
|
+unique_message_data_free
|
|
+
|
|
+<SUBSECTION>
|
|
+unique_message_data_set
|
|
+unique_message_data_get
|
|
+
|
|
+<SUBSECTION>
|
|
+unique_message_data_set_text
|
|
+unique_message_data_get_text
|
|
+unique_message_data_set_uris
|
|
+unique_message_data_get_uris
|
|
+unique_message_data_set_filename
|
|
+unique_message_data_get_filename
|
|
+
|
|
+<SUBSECTION>
|
|
+unique_message_data_get_screen
|
|
+unique_message_data_get_startup_id
|
|
+unique_message_data_get_workspace
|
|
+
|
|
+<SUBSECTION Private>
|
|
+UNIQUE_TYPE_MESSAGE_DATA
|
|
+unique_message_data_get_type
|
|
+</SECTION>
|
|
+
|
|
+<SECTION>
|
|
+<FILE>unique-version</FILE>
|
|
+<TITLE>Versioning Information</TITLE>
|
|
+UNIQUE_MAJOR_VERSION
|
|
+UNIQUE_MINOR_VERSION
|
|
+UNIQUE_MICRO_VERSION
|
|
+UNIQUE_CHECK_VERSION
|
|
+UNIQUE_VERSION_S
|
|
+UNIQUE_VERSION_HEX
|
|
+UNIQUE_API_VERSION
|
|
+UNIQUE_API_VERSION_S
|
|
+UNIQUE_PROTOCOL_VERSION
|
|
+UNIQUE_PROTOCOL_VERSION_S
|
|
+UNIQUE_DEFAULT_BACKEND_S
|
|
+</SECTION>
|
|
+
|
|
diff -up libunique-2.90.1/doc/reference/unique3.types.doc-rename libunique-2.90.1/doc/reference/unique3.types
|
|
--- libunique-2.90.1/doc/reference/unique3.types.doc-rename 2010-07-13 20:29:28.187593001 -0400
|
|
+++ libunique-2.90.1/doc/reference/unique3.types 2010-07-13 20:29:28.187593001 -0400
|
|
@@ -0,0 +1,2 @@
|
|
+unique_app_get_type
|
|
+unique_backend_get_type
|