/usr/include/granite/widgets-utils.h is in libgranite-dev 0.3.0-2~experimental1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | #include <glib.h>
#include <gtk/gtk.h>
#include <granite.h>
void granite_widgets_show_about_dialog (GtkWindow *parent,
const gchar *first_property_name,
...);
|