gio docs: lots more fixes
authorRyan Lortie <desrt@desrt.ca>
Tue, 6 Sep 2011 04:12:12 +0000 (00:12 -0400)
committerRyan Lortie <desrt@desrt.ca>
Tue, 6 Sep 2011 04:31:49 +0000 (00:31 -0400)
docs/reference/gio/Makefile.am
docs/reference/gio/gdbus-codegen.xml
docs/reference/gio/gio-sections.txt
docs/reference/gio/gio.types
gio/Makefile.am
gio/gappinfo.h
gio/gapplication.c
gio/gasynchelper.c

index cd247b9..96dcadb 100644 (file)
@@ -93,7 +93,7 @@ GTKDOC_LIBS = \
 
 # Extra options to supply to gtkdoc-mkdb
 MKDB_OPTIONS = --output-format=xml --sgml-mode --name-space=g \
-       --ignore-files=libasyncns
+       --ignore-files='libasyncns tests'
 
 # Images to copy into HTML directory
 HTML_IMAGES =                  \
index 3a741e6..d13357d 100644 (file)
@@ -831,7 +831,7 @@ on_handle_hello_world (MyAppFrobber           *interface,
   <para>
     Please send bug reports to either the distribution bug tracker
     or the upstream bug tracker at
-    <ulink url="https://bugzilla.gnome.org/enter_bug.cgi?product=glib"/>.
+    <ulink url="https://bugzilla.gnome.org/enter_bug.cgi?product=glib">https://bugzilla.gnome.org/enter_bug.cgi?product=glib</ulink>.
   </para>
 </refsect1>
 
index 324d66c..87beb77 100644 (file)
@@ -2318,7 +2318,6 @@ G_CREDENTIALS_CLASS
 G_IS_CREDENTIALS_CLASS
 G_CREDENTIALS_GET_CLASS
 <SUBSECTION Private>
-GCredentialsPrivate
 g_credentials_get_type
 g_credentials_type_get_type
 </SECTION>
@@ -2836,7 +2835,6 @@ g_action_group_action_state_changed
 
 <SUBSECTION Standard>
 g_action_group_get_type
-GActionGroupPrivate
 G_TYPE_ACTION_GROUP
 G_IS_ACTION_GROUP
 G_ACTION_GROUP_GET_IFACE
@@ -2885,13 +2883,9 @@ g_simple_action_set_enabled
 g_simple_action_set_state
 
 <SUBSECTION Standard>
-GSimpleActionPrivate
 g_simple_action_get_type
 G_TYPE_SIMPLE_ACTION
 G_IS_SIMPLE_ACTION
-G_SIMPLE_ACTION_CLASS
-G_SIMPLE_ACTION_GET_CLASS
-G_IS_SIMPLE_ACTION_CLASS
 G_SIMPLE_ACTION
 </SECTION>
 
@@ -3231,7 +3225,6 @@ g_tls_password_flags_get_type
 g_tls_password_get_type
 G_IS_TLS_PASSWORD
 G_TLS_PASSWORD
-G_TLS_PASSWORD_GET_INTERFACE
 G_TYPE_TLS_PASSWORD
 G_TYPE_TLS_PASSWORD_FLAGS
 </SECTION>
@@ -3257,16 +3250,6 @@ G_TYPE_TLS_INTERACTION_RESULT
 GTlsInteractionPrivate
 g_tls_interaction_get_type
 g_tls_interaction_result_get_type
-GTlsConsoleInteraction
-GTlsConsoleInteractionClass
-G_IS_TLS_CONSOLE_INTERACTION
-G_IS_TLS_CONSOLE_INTERACTION_CLASS
-g_tls_console_interaction_new
-G_TLS_CONSOLE_INTERACTION
-G_TYPE_TLS_CONSOLE_INTERACTION
-G_TLS_CONSOLE_INTERACTION_CLASS
-G_TLS_CONSOLE_INTERACTION_GET_CLASS
-g_tls_console_interaction_get_type
 </SECTION>
 
 <SECTION>
@@ -3283,9 +3266,6 @@ G_IS_DBUS_INTERFACE
 G_TYPE_DBUS_INTERFACE
 g_dbus_interface_get_type
 G_DBUS_INTERFACE_GET_IFACE
-<SUBSECTION Private>
-g_dbus_object_lookup_with_typecheck
-g_dbus_object_peek_with_typecheck
 </SECTION>
 
 
index 336992b..7ac9ee6 100644 (file)
@@ -84,6 +84,7 @@ g_tls_client_connection_get_type
 g_tls_connection_get_type
 g_tls_database_get_type
 g_tls_file_database_get_type
+g_tls_password_get_type
 g_tls_server_connection_get_type
 g_unix_connection_get_type
 g_unix_fd_list_get_type
index ca73eb0..ed49e62 100644 (file)
@@ -579,7 +579,7 @@ BUILT_EXTRA_DIST =          \
 
 # This is read by gobject-introspection/misc/ and gtk-doc
 gio-public-headers.txt: Makefile
-       echo $(gioinclude_HEADERS) > $@.tmp && mv $@.tmp $@
+       echo $(gioinclude_HEADERS) $(giowin32include_HEADERS) $(giounixinclude_HEADERS) > $@.tmp && mv $@.tmp $@
 
 CLEANFILES = gio-public-headers.txt
 
index d752d44..bf44420 100644 (file)
@@ -79,6 +79,7 @@ typedef struct _GAppLaunchContextPrivate GAppLaunchContextPrivate;
  * @do_delete: Deletes a #GAppInfo. Since 2.20
  * @get_commandline: Gets the commandline for the #GAppInfo. Since 2.20
  * @get_display_name: Gets the display name for the #GAppInfo. Since 2.24
+ * @set_as_last_used_for_type: Sets the application as the last used. See g_app_info_set_as_last_used_for_type().
  *
  * Application Information interface, for operating system portability.
  */
index da63924..7055a73 100644 (file)
@@ -895,8 +895,6 @@ g_application_get_inactivity_timeout (GApplication *application)
  * used for next time g_application_release() drops the use count to
  * zero.  Any timeouts currently in progress are not impacted.
  *
- * Returns: the timeout, in milliseconds
- *
  * Since: 2.28
  **/
 void
index fb3d266..fa63dfe 100644 (file)
@@ -25,7 +25,7 @@
 #include "gasynchelper.h"
 
 
-/**
+/*< private >
  * SECTION:gasynchelper
  * @short_description: Asynchronous Helper Functions
  * @include: gio/gio.h