[Xfce4-commits] <thunar:master> Remove the G_GNUC_INTERNAL attributes from the docs example.
Nick Schermer
noreply at xfce.org
Sun Sep 27 10:54:06 CEST 2009
Updating branch refs/heads/master
to fd632bb83eff5e007ce8b2e925a70bc44717959d (commit)
from ac1c4e54c00efe7b08701b86928c2f45c7a5f3d9 (commit)
commit fd632bb83eff5e007ce8b2e925a70bc44717959d
Author: Nick Schermer <nick at xfce.org>
Date: Sun Sep 27 10:44:07 2009 +0200
Remove the G_GNUC_INTERNAL attributes from the docs example.
.../thunarx/tmpl/thunarx-property-page.sgml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/reference/thunarx/tmpl/thunarx-property-page.sgml b/docs/reference/thunarx/tmpl/thunarx-property-page.sgml
index 3c11f0f..2012a0e 100644
--- a/docs/reference/thunarx/tmpl/thunarx-property-page.sgml
+++ b/docs/reference/thunarx/tmpl/thunarx-property-page.sgml
@@ -46,14 +46,14 @@ typedef struct _TagPage TagPage;
#define TAG_PAGE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TAG_TYPE_PAGE, TagPageClass))
/* these two functions are implemented automatically by the THUNARX_DEFINE_TYPE macro */
-GType tag_page_get_type (void) G_GNUC_CONST G_GNUC_INTERNAL;
-void tag_page_register_type (ThunarxProviderPlugin *plugin) G_GNUC_INTERNAL;
+GType tag_page_get_type (void) G_GNUC_CONST;
+void tag_page_register_type (ThunarxProviderPlugin *plugin);
-GtkWidget *tag_page_new (ThunarxFileInfo *file) G_GNUC_INTERNAL G_GNUC_MALLOC;
+GtkWidget *tag_page_new (ThunarxFileInfo *file) G_GNUC_MALLOC;
-ThunarxFileInfo *tag_page_get_file (TagPage *tag_page) G_GNUC_INTERNAL;
+ThunarxFileInfo *tag_page_get_file (TagPage *tag_page);
void tag_page_set_file (TagPage *tag_page,
- ThunarxFileInfo *file) G_GNUC_INTERNAL;
+ ThunarxFileInfo *file);
G_END_DECLS;
More information about the Xfce4-commits
mailing list