This is an automated email from the git hooks/post-receive script.

andre pushed a 
commit to branch 
master
in repository xfce/thunar.

commit 40c9a9bcb904e1bfcc9f0cfdc103a73719fbcd81
Author: Andre Miranda <[email protected]>
Date:   Wed Dec 13 21:01:18 2017 -0300

    Skip functions not meant to be introspectable (Bug #14045)
---
 thunarx/thunarx-menu-provider.c          | 6 +++---
 thunarx/thunarx-preferences-provider.c   | 2 +-
 thunarx/thunarx-property-page-provider.c | 2 +-
 thunarx/thunarx-renamer-provider.c       | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/thunarx/thunarx-menu-provider.c b/thunarx/thunarx-menu-provider.c
index ffeb104..583e0f9 100644
--- a/thunarx/thunarx-menu-provider.c
+++ b/thunarx/thunarx-menu-provider.c
@@ -80,7 +80,7 @@ thunarx_menu_provider_get_type (void)
 
 
 /**
- * thunarx_menu_provider_get_file_menu_items:
+ * thunarx_menu_provider_get_file_menu_items: (skip)
  * @provider: a #ThunarxMenuProvider.
  * @window: the #GtkWindow within which the menu items will be used.
  * @files: (element-type ThunarxFileInfo): the list of #ThunarxFileInfo<!---->s
@@ -136,7 +136,7 @@ thunarx_menu_provider_get_file_menu_items 
(ThunarxMenuProvider *provider,
 
 
 /**
- * thunarx_menu_provider_get_folder_menu_items:
+ * thunarx_menu_provider_get_folder_menu_items: (skip)
  * @provider : a #ThunarxMenuProvider.
  * @window   : the #GtkWindow within which the menu items will be used.
  * @folder   : the folder to which the menu items should will be applied.
@@ -192,7 +192,7 @@ thunarx_menu_provider_get_folder_menu_items 
(ThunarxMenuProvider *provider,
 
 
 /**
- * thunarx_menu_provider_get_dnd_menu_items:
+ * thunarx_menu_provider_get_dnd_menu_items: (skip)
  * @provider: a #ThunarxMenuProvider.
  * @window: the #GtkWindow within which the menu items will be used.
  * @folder: the folder into which the @files are being dropped
diff --git a/thunarx/thunarx-preferences-provider.c 
b/thunarx/thunarx-preferences-provider.c
index f5cc25f..27231f2 100644
--- a/thunarx/thunarx-preferences-provider.c
+++ b/thunarx/thunarx-preferences-provider.c
@@ -76,7 +76,7 @@ thunarx_preferences_provider_get_type (void)
 
 
 /**
- * thunarx_preferences_provider_get_menu_items:
+ * thunarx_preferences_provider_get_menu_items: (skip)
  * @provider : a #ThunarxPreferencesProvider.
  * @window   : the #GtkWindow within which the menu items will be used.
  *
diff --git a/thunarx/thunarx-property-page-provider.c 
b/thunarx/thunarx-property-page-provider.c
index 0ed68a1..858205e 100644
--- a/thunarx/thunarx-property-page-provider.c
+++ b/thunarx/thunarx-property-page-provider.c
@@ -65,7 +65,7 @@ thunarx_property_page_provider_get_type (void)
 
 
 /**
- * thunarx_property_page_provider_get_pages:
+ * thunarx_property_page_provider_get_pages: (skip)
  * @provider: a #ThunarxPropertyPageProvider.
  * @files: (element-type ThunarxFileInfo): the list of #ThunarxFileInfo<!---->s
  *         for which a properties dialog will be displayed.
diff --git a/thunarx/thunarx-renamer-provider.c 
b/thunarx/thunarx-renamer-provider.c
index 4094a5f..1e5188c 100644
--- a/thunarx/thunarx-renamer-provider.c
+++ b/thunarx/thunarx-renamer-provider.c
@@ -63,7 +63,7 @@ thunarx_renamer_provider_get_type (void)
 
 
 /**
- * thunarx_renamer_provider_get_renamers:
+ * thunarx_renamer_provider_get_renamers: (skip)
  * @provider : a #ThunarxRenamerProvider.
  *
  * Returns the list of #ThunarxRenamer<!---->s provided by the

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to