svn path=/trunk/; revision=5531
This commit is contained in:
Matthias Clasen
2007-06-04 15:40:33 +00:00
parent 9a8dfc23eb
commit f69d1b7439
93 changed files with 2863 additions and 2791 deletions

View File

@@ -330,6 +330,7 @@ G_GNUC_PRETTY_FUNCTION
G_GNUC_NO_INSTRUMENT
G_HAVE_GNUC_VISIBILITY
G_GNUC_INTERNAL
G_GNUC_MAY_ALIAS
<SUBSECTION>
G_LIKELY
@@ -896,6 +897,7 @@ GMatchInfo
g_match_info_get_regex
g_match_info_get_string
g_match_info_free
g_match_info_matches
g_match_info_next
g_match_info_get_match_count
g_match_info_is_partial_match

View File

@@ -719,6 +719,13 @@ To use this function you must configure glib with the flag
@Returns:
<!-- ##### FUNCTION g_regex_free ##### -->
<para>
</para>
@regex:
<!-- ##### FUNCTION g_scanner_stat_mode ##### -->
<para>
Gets the file attributes.

View File

@@ -208,13 +208,17 @@ to g_regex_replace_eval(), and it should append the replacement to
@result.
</para>
@match_info:
@result:
@user_data:
@Returns: %FALSE to continue the replacement process, %TRUE to stop it
@Since: 2.14
<!-- # Unused Parameters # -->
@Param1: the #GMatchInfo generated by the match. Use g_match_info_get_regex()
and g_match_info_get_string() if you need the #GRegex or the matched
string.
@Param2: a #GString containing the new string
@Param3: user data passed to g_regex_replace_eval()
@Returns: %FALSE to continue the replacement process, %TRUE to stop it
@Since: 2.14
<!-- ##### FUNCTION g_regex_new ##### -->
@@ -229,7 +233,16 @@ string.
@Returns:
<!-- ##### FUNCTION g_regex_free ##### -->
<!-- ##### FUNCTION g_regex_ref ##### -->
<para>
</para>
@regex:
@Returns:
<!-- ##### FUNCTION g_regex_unref ##### -->
<para>
</para>
@@ -434,6 +447,17 @@ string.
@Returns:
<!-- ##### FUNCTION g_regex_check_replacement ##### -->
<para>
</para>
@replacement:
@has_references:
@error:
@Returns:
<!-- ##### STRUCT GMatchInfo ##### -->
<para>
#GMatchInfo is used to retrieve information about the regular expression match
@@ -443,6 +467,24 @@ This structure is opaque and its fields cannot be accessed directly.
@Since: 2.14
<!-- ##### FUNCTION g_match_info_get_regex ##### -->
<para>
</para>
@match_info:
@Returns:
<!-- ##### FUNCTION g_match_info_get_string ##### -->
<para>
</para>
@match_info:
@Returns:
<!-- ##### FUNCTION g_match_info_free ##### -->
<para>

View File

@@ -625,7 +625,6 @@ whose value is a string giving the type of the desktop entry. Usually
@Since: 2.14
<!-- ##### MACRO G_KEY_FILE_DESKTOP_KEY_VERSION ##### -->
<para>
A key under <link
@@ -637,7 +636,6 @@ Entry Specification used for the desktop entry file.
@Since: 2.14
<!-- ##### MACRO G_KEY_FILE_DESKTOP_KEY_NAME ##### -->
<para>
A key under <link
@@ -649,7 +647,6 @@ desktop entry.
@Since: 2.14
<!-- ##### MACRO G_KEY_FILE_DESKTOP_KEY_GENERIC_NAME ##### -->
<para>
A key under <link
@@ -661,7 +658,6 @@ desktop entry.
@Since: 2.14
<!-- ##### MACRO G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY ##### -->
<para>
A key under <link
@@ -673,7 +669,6 @@ shown in menus.
@Since: 2.14
<!-- ##### MACRO G_KEY_FILE_DESKTOP_KEY_COMMENT ##### -->
<para>
A key under <link
@@ -685,7 +680,6 @@ entry.
@Since: 2.14
<!-- ##### MACRO G_KEY_FILE_DESKTOP_KEY_ICON ##### -->
<para>
A key under <link
@@ -697,7 +691,6 @@ displayed for the desktop entry.
@Since: 2.14
<!-- ##### MACRO G_KEY_FILE_DESKTOP_KEY_HIDDEN ##### -->
<para>
A key under <link
@@ -709,7 +702,6 @@ deleted by the user.
@Since: 2.14
<!-- ##### MACRO G_KEY_FILE_DESKTOP_KEY_ONLY_SHOW_IN ##### -->
<para>
A key under <link
@@ -721,7 +713,6 @@ should display the desktop entry.
@Since: 2.14
<!-- ##### MACRO G_KEY_FILE_DESKTOP_KEY_NOT_SHOW_IN ##### -->
<para>
A key under <link
@@ -733,7 +724,6 @@ should not display the desktop entry.
@Since: 2.14
<!-- ##### MACRO G_KEY_FILE_DESKTOP_KEY_TRY_EXEC ##### -->
<para>
A key under <link
@@ -747,7 +737,6 @@ type.
@Since: 2.14
<!-- ##### MACRO G_KEY_FILE_DESKTOP_KEY_EXEC ##### -->
<para>
A key under <link
@@ -760,7 +749,6 @@ type.
@Since: 2.14
<!-- ##### MACRO G_KEY_FILE_DESKTOP_KEY_PATH ##### -->
<para>
A key under <link
@@ -773,7 +761,6 @@ program in. It is only valid for desktop entries with the
@Since: 2.14
<!-- ##### MACRO G_KEY_FILE_DESKTOP_KEY_TERMINAL ##### -->
<para>
A key under <link
@@ -786,7 +773,6 @@ the <literal>Application</literal> type.
@Since: 2.14
<!-- ##### MACRO G_KEY_FILE_DESKTOP_KEY_MIME_TYPE ##### -->
<para>
A key under <link
@@ -798,7 +784,6 @@ by this desktop entry.
@Since: 2.14
<!-- ##### MACRO G_KEY_FILE_DESKTOP_KEY_CATEGORIES ##### -->
<para>
A key under <link
@@ -810,7 +795,6 @@ desktop entry should be shown in a menu.
@Since: 2.14
<!-- ##### MACRO G_KEY_FILE_DESKTOP_KEY_STARTUP_NOTIFY ##### -->
<para>
A key under <link
@@ -824,7 +808,6 @@ Notification Protocol Specification</ulink>.
@Since: 2.14
<!-- ##### MACRO G_KEY_FILE_DESKTOP_KEY_STARTUP_WM_CLASS ##### -->
<para>
A key under <link
@@ -837,7 +820,6 @@ Startup Notification with older applications.
@Since: 2.14
<!-- ##### MACRO G_KEY_FILE_DESKTOP_KEY_URL ##### -->
<para>
A key under <link
@@ -849,7 +831,6 @@ for desktop entries with the <literal>Link</literal> type.
@Since: 2.14
<!-- ##### MACRO G_KEY_FILE_DESKTOP_TYPE_APPLICATION ##### -->
<para>
The value of the <link
@@ -860,7 +841,6 @@ key for desktop entries representing applications.
@Since: 2.14
<!-- ##### MACRO G_KEY_FILE_DESKTOP_TYPE_LINK ##### -->
<para>
The value of the <link
@@ -871,7 +851,6 @@ key for desktop entries representing links to documents.
@Since: 2.14
<!-- ##### MACRO G_KEY_FILE_DESKTOP_TYPE_DIRECTORY ##### -->
<para>
The value of the <link
@@ -882,4 +861,3 @@ key for desktop entries representing directories.
@Since: 2.14