summaryrefslogtreecommitdiff
path: root/src/nautilus-image-properties-page.c
diff options
context:
space:
mode:
authorSven Herzberg <herzi@lanedo.com>2009-03-09 10:16:53 +0000
committerCosimo Cecchi <cosimoc@src.gnome.org>2009-03-09 10:16:53 +0000
commit72a49ea8cc842955745da1ff27979f54cd864ce2 (patch)
tree32ae5ac009d98647322e6b74308b0561dfa7cd60 /src/nautilus-image-properties-page.c
parent998a06a6d7077fbd334d0d7249912248b586e4f1 (diff)
downloadnautilus-72a49ea8cc842955745da1ff27979f54cd864ce2.tar.gz
Bug 574546 – Document nautilus_property_page_provider_get_pages()
2009-03-08 Sven Herzberg <herzi@lanedo.com> Bug 574546 – Document nautilus_property_page_provider_get_pages() * libnautilus-extension/nautilus-property-page-provider.c: document the function * src/nautilus-image-properties-page.c, * src/nautilus-notes-viewer.c: drop the function documentation, it's in the API reference now svn path=/trunk/; revision=15070
Diffstat (limited to 'src/nautilus-image-properties-page.c')
-rw-r--r--src/nautilus-image-properties-page.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/nautilus-image-properties-page.c b/src/nautilus-image-properties-page.c
index 235e2c2b1..49cd573ee 100644
--- a/src/nautilus-image-properties-page.c
+++ b/src/nautilus-image-properties-page.c
@@ -583,17 +583,6 @@ nautilus_image_properties_page_init (NautilusImagePropertiesPage *page)
gtk_widget_show_all (GTK_WIDGET (page));
}
-/* nautilus_property_page_provider_get_pages
- *
- * This function is called by Nautilus when it wants property page
- * items from the extension.
- *
- * This function is called in the main thread before a property page
- * is shown, so it should return quickly.
- *
- * The function should return a GList of allocated NautilusPropertyPage
- * items.
- */
static GList *
get_property_pages (NautilusPropertyPageProvider *provider,
GList *files)