X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkrecentfilter.h;h=3501ca8a87f9241400e0debff746348108e9b348;hb=563eb60666d9f72c38d7542b0ab37841e6aac488;hp=ad3fd099035a5d4a849e538d0f6c2bc202eeb70a;hpb=d4add8cefa6fa5c29bdb50f18e31cbfbfb38cc2b;p=~andy%2Fgtk diff --git a/gtk/gtkrecentfilter.h b/gtk/gtkrecentfilter.h index ad3fd0990..3501ca8a8 100644 --- a/gtk/gtkrecentfilter.h +++ b/gtk/gtkrecentfilter.h @@ -13,18 +13,16 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ +#ifndef __GTK_RECENT_FILTER_H__ +#define __GTK_RECENT_FILTER_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only can be included directly." #endif -#ifndef __GTK_RECENT_FILTER_H__ -#define __GTK_RECENT_FILTER_H__ - #include G_BEGIN_DECLS @@ -99,7 +97,7 @@ GType gtk_recent_filter_get_type (void) G_GNUC_CONST; GtkRecentFilter * gtk_recent_filter_new (void); void gtk_recent_filter_set_name (GtkRecentFilter *filter, const gchar *name); -G_CONST_RETURN gchar *gtk_recent_filter_get_name (GtkRecentFilter *filter); +const gchar * gtk_recent_filter_get_name (GtkRecentFilter *filter); void gtk_recent_filter_add_mime_type (GtkRecentFilter *filter, const gchar *mime_type);