Doc fixes

https://bugzilla.gnome.org/show_bug.cgi?id=663277
This commit is contained in:
Jasper St. Pierre
2011-11-02 12:24:49 -04:00
parent 703d2ead33
commit 628e59894b
19 changed files with 41 additions and 36 deletions

View File

@ -52,16 +52,17 @@ shell_doc_system_get_all (ShellDocSystem *self)
}
/**
* @self: A #ShellDocSystem
* @uri: Url
* shell_doc_system_lookup_by_uri:
* @system: A #ShellDocSystem
* @uri: URI
*
* Returns: (transfer none): Recent file info corresponding to given @uri
*/
GtkRecentInfo *
shell_doc_system_lookup_by_uri (ShellDocSystem *self,
shell_doc_system_lookup_by_uri (ShellDocSystem *system,
const char *uri)
{
return g_hash_table_lookup (self->priv->infos_by_uri, uri);
return g_hash_table_lookup (system->priv->infos_by_uri, uri);
}
static gboolean