summaryrefslogtreecommitdiff
path: root/libnautilus-extension/nautilus-property-page.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnautilus-extension/nautilus-property-page.c')
-rw-r--r--libnautilus-extension/nautilus-property-page.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/libnautilus-extension/nautilus-property-page.c b/libnautilus-extension/nautilus-property-page.c
index ca81fc121..dad8e5315 100644
--- a/libnautilus-extension/nautilus-property-page.c
+++ b/libnautilus-extension/nautilus-property-page.c
@@ -46,28 +46,6 @@ struct _NautilusPropertyPage
G_DEFINE_TYPE (NautilusPropertyPage, nautilus_property_page, G_TYPE_OBJECT)
-/**
- * SECTION:nautilus-property-page
- * @title: NautilusPropertyPage
- * @short_description: Property page descriptor object
- *
- * #NautilusPropertyPage is an object that describes a page in the file
- * properties dialog. Extensions can provide #NautilusPropertyPage objects
- * by registering a #NautilusPropertyPageProvider and returning them from
- * nautilus_property_page_provider_get_pages(), which will be called by the
- * main application when creating file properties dialogs.
- */
-
-/**
- * nautilus_property_page_new:
- * @name: the identifier for the property page
- * @label: the user-visible label of the property page
- * @page: the property page to display
- *
- * Creates a new #NautilusPropertyPage from page_widget.
- *
- * Returns: a newly created #NautilusPropertyPage
- */
NautilusPropertyPage *
nautilus_property_page_new (const char *name,
GtkWidget *label,